[PATCH 15/61] staging: rtl8192e: Fix edit error in removal of dead code associated with RTL8190P

Larry Finger Larry.Finger at lwfinger.net
Wed Aug 24 03:44:26 UTC 2011


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 at lwfinger.net>
---
 drivers/staging/rtl8192e/r8192E_dev.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/staging/rtl8192e/r8192E_dev.c b/drivers/staging/rtl8192e/r8192E_dev.c
index 0e66d26..9d13705 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;
-- 
1.7.3.4




More information about the devel mailing list