summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammed Shafi Shajakhan <mohammed@qca.qualcomm.com>2011-12-14 14:16:07 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2011-12-15 19:46:35 (GMT)
commit9c38a8b4913ac811c467c6d50634167a123e6ac4 (patch)
treeff9405b3bec277b7eadb051ec25ced4ccb283cae
parentcf6bb79ad8287cd9fe8783aa8c9afdc9f6799657 (diff)
downloadlinux-fsl-qoriq-9c38a8b4913ac811c467c6d50634167a123e6ac4.tar.xz
mac80211: remove an unnecessary paraenthesis
Signed-off-by: Mohammed Shafi Shajakhan <mohammed@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r--net/mac80211/mlme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c
index 3789b82..e895ad5 100644
--- 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))