projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6158425
)
ath9k: AR9280 PCI devices must serialize IO as well
author
Luis R. Rodriguez
<lrodriguez@atheros.com>
Thu, 12 Mar 2009 22:18:50 +0000
(18:18 -0400)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 16 Mar 2009 22:01:58 +0000
(18:01 -0400)
Cc: stable@kernel.org
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath9k/hw.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath9k/hw.c
b/drivers/net/wireless/ath9k/hw.c
index
5c87043
..
c38a00b
100644
(file)
--- a/
drivers/net/wireless/ath9k/hw.c
+++ b/
drivers/net/wireless/ath9k/hw.c
@@
-687,7
+687,8
@@
static struct ath_hal *ath9k_hw_do_attach(u16 devid, struct ath_softc *sc,
}
if (ah->ah_config.serialize_regmode == SER_REG_MODE_AUTO) {
- if (ah->ah_macVersion == AR_SREV_VERSION_5416_PCI) {
+ if (ah->ah_macVersion == AR_SREV_VERSION_5416_PCI ||
+ (AR_SREV_9280(ah) && !ah->ah_isPciExpress)) {
ah->ah_config.serialize_regmode =
SER_REG_MODE_ON;
} else {