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

Larry Finger Larry.Finger at lwfinger.net
Wed Jul 13 16:15:36 UTC 2011


>From 6e724f3bc3b475f537ead969535d256802ef87b4 Mon Sep 17 00:00:00 2001
From: Larry Finger <Larry.Finger at lwfinger.net>
Date: Wed, 13 Jul 2011 11:06:34 -0500
Subject: [PATCH] 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 at lwfinger.net>
---

Greg,

Mike Carpenter suggested this patch rather than a complete resubmission
of the patch in error.

Larry
---
 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