]> git.karo-electronics.de Git - linux-beck.git/commitdiff
mac80211: remove an unnecessary paraenthesis
authorMohammed Shafi Shajakhan <mohammed@qca.qualcomm.com>
Wed, 14 Dec 2011 14:16:07 +0000 (19:46 +0530)
committerJohn 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

index 3789b82f1098304a0b0163baf125f4afd85452ce..e895ad560d55c69e6cc8215fca2f067f86254f08 100644 (file)
@@ -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))