Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247186
b: refs/heads/master
c: 25f63a5
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Chadd authored and John W. Linville committed Apr 26, 2011
1 parent 81ffe19 commit 24ac45b
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 92c6f76c6d44a869bf3b252dbb2e358ae7399a96
refs/heads/master: 25f63a5a37f9cd925a01840bbb4c3ad9d5034175
4 changes: 4 additions & 0 deletions trunk/drivers/net/wireless/ath/ath9k/eeprom_def.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,10 @@ static int ath9k_hw_def_check_eeprom(struct ath_hw *ah)
integer = swab32(pModal->antCtrlChain[i]);
pModal->antCtrlChain[i] = integer;
}
for (i = 0; i < 3; i++) {
word = swab16(pModal->xpaBiasLvlFreq[i]);
pModal->xpaBiasLvlFreq[i] = word;
}

for (i = 0; i < AR_EEPROM_MODAL_SPURS; i++) {
word = swab16(pModal->spurChans[i].spurChan);
Expand Down

0 comments on commit 24ac45b

Please sign in to comment.