Skip to content

Commit

Permalink
staging: rtl8192e: Fix edit error in removal of dead code associated …
Browse files Browse the repository at this point in the history
…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@lwfinger.net>
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent f8f3b8a commit b1d5ee7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/staging/rtl8192e/r8192E_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -1535,6 +1535,8 @@ void rtl8192_query_rxphystatus(
{

u8 report;

priv->stats.numqry_phystatusCCK++;
if (!reg824_bit9)
{
report = pcck_buf->cck_agc_rpt & 0xc0;
Expand Down

0 comments on commit b1d5ee7

Please sign in to comment.