Commit b1d5ee70 authored by Larry Finger's avatar Larry Finger

staging: rtl8192e: Fix edit error in removal of dead code associated with RTL8190P

One too many lines were removed in an earlier patch. Rather than resubmit
as a V2, this line is added back here.
Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent f8f3b8a5
......@@ -1535,6 +1535,8 @@ void rtl8192_query_rxphystatus(
{
u8 report;
priv->stats.numqry_phystatusCCK++;
if (!reg824_bit9)
{
report = pcck_buf->cck_agc_rpt & 0xc0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment