Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291547
b: refs/heads/master
c: 9951c4d
h: refs/heads/master
i:
  291545: bec9abb
  291543: 0202633
v: v3
  • Loading branch information
Felix Fietkau authored and John W. Linville committed Mar 15, 2012
1 parent 828497f commit 52d1632
Show file tree
Hide file tree
Showing 2 changed files with 4 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: c8664d13a58f7cccc673c0840efcc698f7872172
refs/heads/master: 9951c4d042dbc325b147cce5bd6f6436adb2c7fc
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/ath/ath9k/ar9003_phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,9 @@ static int ar9003_hw_process_ini(struct ath_hw *ah,
if (AR_SREV_9462(ah))
ar9003_hw_prog_ini(ah, &ah->ini_BTCOEX_MAX_TXPWR, 1);

if (chan->channel == 2484)
ar9003_hw_prog_ini(ah, &ah->ini_japan2484, 1);

ah->modes_index = modesIndex;
ar9003_hw_override_ini(ah);
ar9003_hw_set_channel_regs(ah, chan);
Expand Down

0 comments on commit 52d1632

Please sign in to comment.