From: Mohammed Shafi Shajakhan Date: Wed, 14 Dec 2011 14:16:07 +0000 (+0530) Subject: mac80211: remove an unnecessary paraenthesis X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9c38a8b4913ac811c467c6d50634167a123e6ac4;p=linux-beck.git mac80211: remove an unnecessary paraenthesis Signed-off-by: Mohammed Shafi Shajakhan Signed-off-by: John W. Linville --- diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c index 3789b82f1098..e895ad560d55 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))