net: return operator cleanup
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / net / mac80211 / rate.c
index 4f772de2f21327f0e6a3c78736898caff548abaa..b0cc385bf989cd85f9f67b7d7723e5e5bf6676a4 100644 (file)
@@ -207,7 +207,7 @@ static bool rc_no_data_or_no_ack(struct ieee80211_tx_rate_control *txrc)
 
        fc = hdr->frame_control;
 
-       return ((info->flags & IEEE80211_TX_CTL_NO_ACK) || !ieee80211_is_data(fc));
+       return (info->flags & IEEE80211_TX_CTL_NO_ACK) || !ieee80211_is_data(fc);
 }
 
 static void rc_send_low_broadcast(s8 *idx, u32 basic_rates, u8 max_rate_idx)