Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88004
b: refs/heads/master
c: ebd9302
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and John W. Linville committed Mar 27, 2008
1 parent e802eba commit 92baaa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dd1f635fe0f14d8c03181f9f1f743b127694fc14
refs/heads/master: ebd9302842ecae39061b269531c0f5e278949cd3
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-4965.c
Original file line number Diff line number Diff line change
Expand Up @@ -4589,7 +4589,7 @@ static u8 iwl4965_is_fat_tx_allowed(struct iwl4965_priv *priv,

if (sta_ht_inf) {
if ((!sta_ht_inf->ht_supported) ||
(!sta_ht_inf->cap & IEEE80211_HT_CAP_SUP_WIDTH))
(!(sta_ht_inf->cap & IEEE80211_HT_CAP_SUP_WIDTH)))
return 0;
}

Expand Down

0 comments on commit 92baaa4

Please sign in to comment.