mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-02 00:24:12 +08:00
mac80211: remove an unnecessary paraenthesis
Signed-off-by: Mohammed Shafi Shajakhan <mohammed@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
cf6bb79ad8
commit
9c38a8b491
@ -819,7 +819,7 @@ void ieee80211_dynamic_ps_enable_work(struct work_struct *work)
|
||||
}
|
||||
|
||||
if ((local->hw.flags & IEEE80211_HW_PS_NULLFUNC_STACK) &&
|
||||
(!(ifmgd->flags & IEEE80211_STA_NULLFUNC_ACKED))) {
|
||||
!(ifmgd->flags & IEEE80211_STA_NULLFUNC_ACKED)) {
|
||||
netif_tx_stop_all_queues(sdata->dev);
|
||||
|
||||
if (drv_tx_frames_pending(local))
|
||||
|
Loading…
Reference in New Issue
Block a user