Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278608
b: refs/heads/master
c: e710419
h: refs/heads/master
v: v3
  • Loading branch information
Mohammed Shafi Shajakhan authored and John W. Linville committed Dec 6, 2011
1 parent 2574927 commit b0c3510
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b9b6968b0d9d0fe3891c5f87aa6e53b7ee67cf7f
refs/heads/master: e7104195a9b43f05d908ced9ce5db137e1f3616b
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/ath/ath9k/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@ static void setup_ht_cap(struct ath_softc *sc,

if (AR_SREV_9330(ah) || AR_SREV_9485(ah))
max_streams = 1;
else if (AR_SREV_9462(ah))
max_streams = 2;
else if (AR_SREV_9300_20_OR_LATER(ah))
max_streams = 3;
else
Expand Down

0 comments on commit b0c3510

Please sign in to comment.