Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236921
b: refs/heads/master
c: 4d90674
h: refs/heads/master
i:
  236919: 16adee6
v: v3
  • Loading branch information
Sujith Manoharan authored and John W. Linville committed Jan 28, 2011
1 parent 95ab5af commit 533291b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 00e0003e0969517c5a447ac3173442dfbdb0613b
refs/heads/master: 4d9067405c21e8596087d929f3d858d0aa5002ff
6 changes: 3 additions & 3 deletions trunk/drivers/net/wireless/ath/ath9k/eeprom_def.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,9 @@ static int ath9k_hw_def_check_eeprom(struct ath_hw *ah)
}

/* Enable fixup for AR_AN_TOP2 if necessary */
if (AR_SREV_9280_20_OR_LATER(ah) &&
(eep->baseEepHeader.version & 0xff) > 0x0a &&
eep->baseEepHeader.pwdclkind == 0)
if ((ah->hw_version.devid == AR9280_DEVID_PCI) &&
((eep->baseEepHeader.version & 0xff) > 0x0a) &&
(eep->baseEepHeader.pwdclkind == 0))
ah->need_an_top2_fixup = 1;

if ((common->bus_ops->ath_bus_type == ATH_USB) &&
Expand Down

0 comments on commit 533291b

Please sign in to comment.