Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202803
b: refs/heads/master
c: 22cabaa
h: refs/heads/master
i:
  202801: 0581fb4
  202799: ce96086
v: v3
  • Loading branch information
Helmut Schaa authored and Ivo van Doorn committed Jun 3, 2010
1 parent 7213e9d commit 9b20fb1
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: 06443e46c65915d74b03fe1de10c00748e4706ee
refs/heads/master: 22cabaa6b84dc617dda096641c359eebfb32b6cc
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 @@ -2536,8 +2536,11 @@ int rt2800_probe_hw_mode(struct rt2x00_dev *rt2x00dev)
IEEE80211_HT_CAP_GRN_FLD |
IEEE80211_HT_CAP_SGI_20 |
IEEE80211_HT_CAP_SGI_40 |
IEEE80211_HT_CAP_TX_STBC |
IEEE80211_HT_CAP_RX_STBC;

if (rt2x00_get_field16(eeprom, EEPROM_ANTENNA_TXPATH) >= 2)
spec->ht.cap |= IEEE80211_HT_CAP_TX_STBC;

spec->ht.ampdu_factor = 3;
spec->ht.ampdu_density = 4;
spec->ht.mcs.tx_params =
Expand Down

0 comments on commit 9b20fb1

Please sign in to comment.