mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-01 00:36:40 +09:00
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@lwfinger.net>
This commit is contained in:
@@ -1535,6 +1535,8 @@ void rtl8192_query_rxphystatus(
|
||||
{
|
||||
|
||||
u8 report;
|
||||
|
||||
priv->stats.numqry_phystatusCCK++;
|
||||
if (!reg824_bit9)
|
||||
{
|
||||
report = pcck_buf->cck_agc_rpt & 0xc0;
|
||||
|
||||
Reference in New Issue
Block a user