Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194672
b: refs/heads/master
c: 2caaa5d
h: refs/heads/master
v: v3
  • Loading branch information
Helmut Schaa authored and John W. Linville committed Apr 26, 2010
1 parent e4683a8 commit d339c94
Show file tree
Hide file tree
Showing 2 changed files with 5 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: d8f996f6ff7e6eab4c7b96e908ba789533595e7d
refs/heads/master: 2caaa5d36ee210919bd0ecc7b2e6648171544e95
5 changes: 4 additions & 1 deletion trunk/drivers/net/wireless/rt2x00/rt2800lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -2317,8 +2317,11 @@ int rt2800_probe_hw_mode(struct rt2x00_dev *rt2x00dev)
else
spec->ht.ht_supported = false;

/*
* Don't set IEEE80211_HT_CAP_SUP_WIDTH_20_40 for now as it causes
* reception problems with HT40 capable 11n APs
*/
spec->ht.cap =
IEEE80211_HT_CAP_SUP_WIDTH_20_40 |
IEEE80211_HT_CAP_GRN_FLD |
IEEE80211_HT_CAP_SGI_20 |
IEEE80211_HT_CAP_SGI_40 |
Expand Down

0 comments on commit d339c94

Please sign in to comment.