diff options
author | Roel Kluin <12o3l@tiscali.nl> | 2008-02-02 14:48:48 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-02-29 15:19:22 -0500 |
commit | 194c7ca664065e7671c094c4a7cf32c171426ff4 (patch) | |
tree | 57b130f3098cb13cd01105f53c6691d8eaf4e0ac /drivers/net/wireless/iwlwifi/iwl-4965.c | |
parent | 38f3714d66b5679aee2a4fe23b1235c3829fcce4 (diff) |
wireless/iwlwifi/iwl-4965.c: add parentheses
'!' has a higher priority than '&': bitanding has no effect.
Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-4965.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-4965.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965.c b/drivers/net/wireless/iwlwifi/iwl-4965.c index e81120cc45f3..0bded8570275 100644 --- a/drivers/net/wireless/iwlwifi/iwl-4965.c +++ b/drivers/net/wireless/iwlwifi/iwl-4965.c | |||
@@ -4249,7 +4249,7 @@ static u8 iwl4965_is_fat_tx_allowed(struct iwl4965_priv *priv, | |||
4249 | 4249 | ||
4250 | if (sta_ht_inf) { | 4250 | if (sta_ht_inf) { |
4251 | if ((!sta_ht_inf->ht_supported) || | 4251 | if ((!sta_ht_inf->ht_supported) || |
4252 | (!sta_ht_inf->cap & IEEE80211_HT_CAP_SUP_WIDTH)) | 4252 | (!(sta_ht_inf->cap & IEEE80211_HT_CAP_SUP_WIDTH))) |
4253 | return 0; | 4253 | return 0; |
4254 | } | 4254 | } |
4255 | 4255 | ||