]> Pileus Git - ~andy/linux/commitdiff
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 0e66d261bc74e39abff700b30136767542ec0432..9d13705ad4b45ac0e353597b6de91e6211c8a829 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;