Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159401
b: refs/heads/master
c: ed459c1
h: refs/heads/master
i:
  159399: 4c26c09
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Aug 4, 2009
1 parent e3530d6 commit 4b11f8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 8dadadb7e977a91b46ed3549f9d2f22a629e5043
refs/heads/master: ed459c18517881890193b3414a25dbfe83d2ae7f
6 changes: 4 additions & 2 deletions trunk/drivers/net/wireless/ath/ath9k/hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -665,8 +665,10 @@ static struct ath_hw *ath9k_hw_do_attach(u16 devid, struct ath_softc *sc,
if ((ah->hw_version.macVersion != AR_SREV_VERSION_5416_PCI) &&
(ah->hw_version.macVersion != AR_SREV_VERSION_5416_PCIE) &&
(ah->hw_version.macVersion != AR_SREV_VERSION_9160) &&
(!AR_SREV_9100(ah)) && (!AR_SREV_9280(ah)) &&
(!AR_SREV_9285(ah)) && (!AR_SREV_9287(ah))) {
(ah->hw_version.macVersion != AR_SREV_VERSION_9100) &&
(ah->hw_version.macVersion != AR_SREV_VERSION_9280) &&
(ah->hw_version.macVersion != AR_SREV_VERSION_9285) &&
(ah->hw_version.macVersion != AR_SREV_VERSION_9287)) {
DPRINTF(sc, ATH_DBG_FATAL,
"Mac Chip Rev 0x%02x.%x is not supported by "
"this driver\n", ah->hw_version.macVersion,
Expand Down

0 comments on commit 4b11f8c

Please sign in to comment.