Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231195
b: refs/heads/master
c: 69bdacc
h: refs/heads/master
i:
  231193: 3be1632
  231191: 96ce239
v: v3
  • Loading branch information
Sujith Manoharan authored and John W. Linville committed Jan 10, 2011
1 parent 4a7cab7 commit 96df59d
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: 07422063d43612762d53fac8b6df213c96f4b1f6
refs/heads/master: 69bdacc8fbac32e4dc804ab13cafe3c1bbdcba9d
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 @@ -226,6 +226,10 @@ static int ath9k_hw_def_check_eeprom(struct ath_hw *ah)
eep->baseEepHeader.pwdclkind == 0)
ah->need_an_top2_fixup = 1;

if ((common->bus_ops->ath_bus_type == ATH_USB) &&
(AR_SREV_9280(ah)))
eep->modalHeader[0].xpaBiasLvl = 0;

return 0;
}

Expand Down

0 comments on commit 96df59d

Please sign in to comment.