projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf6bb79
)
mac80211: remove an unnecessary paraenthesis
author
Mohammed Shafi Shajakhan
<mohammed@qca.qualcomm.com>
Wed, 14 Dec 2011 14:16:07 +0000
(19:46 +0530)
committer
John W. Linville
<linville@tuxdriver.com>
Thu, 15 Dec 2011 19:46:35 +0000
(14:46 -0500)
Signed-off-by: Mohammed Shafi Shajakhan <mohammed@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/mlme.c
patch
|
blob
|
history
diff --git
a/net/mac80211/mlme.c
b/net/mac80211/mlme.c
index 3789b82f1098304a0b0163baf125f4afd85452ce..e895ad560d55c69e6cc8215fca2f067f86254f08 100644
(file)
--- a/
net/mac80211/mlme.c
+++ b/
net/mac80211/mlme.c
@@
-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))