Bug 16476
Summary: | ATH9K:Linux hangs on multi-core CPU with AR9160-based device | ||
---|---|---|---|
Product: | Drivers | Reporter: | Mike Pithouse (mike.pithouse) |
Component: | network-wireless | Assignee: | John W. Linville (linville) |
Status: | CLOSED CODE_FIX | ||
Severity: | high | CC: | linville, mike.pithouse |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.32.15+drm33.5 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | 0001-ath9k-enable-serialize_regmode-for-non-PCIE-AR9160.patch |
Description
Mike Pithouse
2010-07-28 11:15:09 UTC
Following log shows macVersion for our wireless card (AR_SREV_VERSION_9160): kernel: [ 7.767472] phy0: Atheros AR9160 MAC/BB Rev:1 AR5133 RF Rev:b0: mem=0xffffc90021320000, irq=17 Created attachment 27287 [details]
0001-ath9k-enable-serialize_regmode-for-non-PCIE-AR9160.patch
Does this patch work for you (after removing your own change)?
It certainly does - thank you. commit 4c85ab11ca56da1aa59b58c80cc6a356515cc645 Author: John W. Linville <linville@tuxdriver.com> Date: Wed Jul 28 10:06:35 2010 -0400 ath9k: enable serialize_regmode for non-PCIE AR9160 https://bugzilla.kernel.org/show_bug.cgi?id=16476 Signed-off-by: John W. Linville <linville@tuxdriver.com> Acked-by: Luis R. Rodriguez <lrodriguez@atheros.com> Cc: stable@kernel.org |