Change subject: UPSTREAM: ath9k: Disable ASPM only for AR9285
......................................................................
UPSTREAM: ath9k: Disable ASPM only for AR9285
Currently, ASPM is disabled for all WLAN+BT combo chipsets
when BTCOEX is enabled. This is incorrect since the workaround
is required only for WB195, which is a AR9285+AR3011 combo
solution. Fix this by checking for the HW version when enabling
the workaround.
BUG=chrome-os-partner:14030
TEST=Install and run on 9462-based device. Observe that output
of "lspci -vvv -d 168c:0034" contains "ASPM L0s L1 Enabled".
Change-Id: I8052a176ce74eb830d46aa82a8149888745a0e6a
Reviewed-on: https://gerrit.chromium.org/gerrit/33790 Reviewed-by: Sameer Nanda <sna...@chromium.org>
Reviewed-by: Todd Broch <tbr...@chromium.org>
Commit-Ready: Paul Stewart <ps...@chromium.org>
Tested-by: Paul Stewart <ps...@chromium.org>
(cherry picked from commit aa6ac88f83ec58da7e2164aaaa94108bdb35d128)
---
M drivers/net/wireless/ath/ath9k_btcoex/pci.c
1 file changed, 3 insertions(+), 2 deletions(-)
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Sameer Nanda, Olof Johansson, Paul Stewart
Todd Broch has submitted this change and it was merged.
Change subject: UPSTREAM: ath9k: Disable ASPM only for AR9285
......................................................................
UPSTREAM: ath9k: Disable ASPM only for AR9285
Currently, ASPM is disabled for all WLAN+BT combo chipsets
when BTCOEX is enabled. This is incorrect since the workaround
is required only for WB195, which is a AR9285+AR3011 combo
solution. Fix this by checking for the HW version when enabling
the workaround.
BUG=chrome-os-partner:14030
TEST=Install and run on 9462-based device. Observe that output
of "lspci -vvv -d 168c:0034" contains "ASPM L0s L1 Enabled".
Change-Id: I8052a176ce74eb830d46aa82a8149888745a0e6a
Reviewed-on: https://gerrit.chromium.org/gerrit/33790 Reviewed-by: Sameer Nanda <sna...@chromium.org>
Reviewed-by: Todd Broch <tbr...@chromium.org>
Commit-Ready: Paul Stewart <ps...@chromium.org>
Tested-by: Paul Stewart <ps...@chromium.org>
(cherry picked from commit aa6ac88f83ec58da7e2164aaaa94108bdb35d128)
---
M drivers/net/wireless/ath/ath9k_btcoex/pci.c
1 file changed, 3 insertions(+), 2 deletions(-)
Approvals:
Sameer Nanda: Looks good to me, but someone else must approve
Olof Johansson: Looks good to me, approved
Todd Broch: Verified; Ready