mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-15 01:19:36 +00:00
rtl8188eu: Remove useless warning
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
b5d64670e9
commit
f435a10625
1 changed files with 1 additions and 3 deletions
|
@ -2340,10 +2340,8 @@ void rtw_sta_mstatus_report(_adapter *adapter)
|
||||||
psta = rtw_get_stainfo(&adapter->stapriv, tgt_network->network.MacAddress);
|
psta = rtw_get_stainfo(&adapter->stapriv, tgt_network->network.MacAddress);
|
||||||
if (psta)
|
if (psta)
|
||||||
rtw_sta_mstatus_disc_rpt(adapter, psta->mac_id);
|
rtw_sta_mstatus_disc_rpt(adapter, psta->mac_id);
|
||||||
else {
|
else
|
||||||
RTW_INFO("%s "ADPT_FMT" - mac_addr: "MAC_FMT" psta == NULL\n", __func__, ADPT_ARG(adapter), MAC_ARG(tgt_network->network.MacAddress));
|
RTW_INFO("%s "ADPT_FMT" - mac_addr: "MAC_FMT" psta == NULL\n", __func__, ADPT_ARG(adapter), MAC_ARG(tgt_network->network.MacAddress));
|
||||||
rtw_warn_on(1);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue