staging: rtl8192e: Fix edit error in removal of dead code associated with RTL8190P
authorLarry Finger <Larry.Finger@lwfinger.net>
Wed, 13 Jul 2011 16:06:34 +0000 (11:06 -0500)
committerLarry Finger <Larry.Finger@lwfinger.net>
Wed, 24 Aug 2011 01:15:54 +0000 (20:15 -0500)
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>
drivers/staging/rtl8192e/r8192E_dev.c

index 0e66d26..9d13705 100644 (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;