Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193818
b: refs/heads/master
c: e492d7c
h: refs/heads/master
v: v3
  • Loading branch information
Sujith authored and John W. Linville committed Mar 23, 2010
1 parent 85b9991 commit d54f0a0
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: 527d485fd8765e1df1dd9114f5c623253d6349c3
refs/heads/master: e492d7cfdbb49f364529bc1642b978d85654c398
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath9k/mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ void ath9k_hw_set11n_txdesc(struct ath_hw *ah, struct ath_desc *ds,

ads->ds_ctl6 = SM(keyType, AR_EncrType);

if (AR_SREV_9285(ah)) {
if (AR_SREV_9285(ah) || AR_SREV_9271(ah)) {
ads->ds_ctl8 = 0;
ads->ds_ctl9 = 0;
ads->ds_ctl10 = 0;
Expand Down

0 comments on commit d54f0a0

Please sign in to comment.