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: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger
2011-07-13 11:06:34 -05:00
parent f8f3b8a585
commit b1d5ee7004

View File

@@ -1535,6 +1535,8 @@ void rtl8192_query_rxphystatus(
{
u8 report;
priv->stats.numqry_phystatusCCK++;
if (!reg824_bit9)
{
report = pcck_buf->cck_agc_rpt & 0xc0;