From: Larry Finger Date: Wed, 13 Jul 2011 16:06:34 +0000 (-0500) Subject: staging: rtl8192e: Fix edit error in removal of dead code associated with RTL8190P X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=b1d5ee7004c85558f3e8330235db2d7b4f7a6a3e;p=deliverable%2Flinux.git 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 --- diff --git a/drivers/staging/rtl8192e/r8192E_dev.c b/drivers/staging/rtl8192e/r8192E_dev.c index 0e66d261bc74..9d13705ad4b4 100644 --- a/drivers/staging/rtl8192e/r8192E_dev.c +++ b/drivers/staging/rtl8192e/r8192E_dev.c @@ -1535,6 +1535,8 @@ void rtl8192_query_rxphystatus( { u8 report; + + priv->stats.numqry_phystatusCCK++; if (!reg824_bit9) { report = pcck_buf->cck_agc_rpt & 0xc0;