summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2011-07-29 17:53:12 +0200
committerJohn W. Linville <linville@tuxdriver.com>2011-08-01 19:46:47 +0200
commitb6b67df3f24c45af0012ee3c8af2f62ca083ae18 (patch)
tree85e8c9a6e4d12f35d926f01cd4dd25f74e9112af /drivers/net/wireless/rt2x00
parentath9k: skip ->config_pci_powersave() if PCIe port has ASPM disabled (diff)
downloadlinux-b6b67df3f24c45af0012ee3c8af2f62ca083ae18.tar.xz
linux-b6b67df3f24c45af0012ee3c8af2f62ca083ae18.zip
rtlwifi: Fix kernel oops on ARM SOC
This driver uses information from the self member of the pci_bus struct to get information regarding the bridge to which the PCIe device is attached. Unfortunately, this member is not established on all architectures, which leads to a kernel oops. Skipping the entire block that uses the self member to determine the bridge vendor will only affect RTL8192DE devices as that driver sets the ASPM support flag differently when the bridge vendor is Intel. If the self member is available, there is no functional change. This patch fixes Bugzilla No. 40212. Reported-by: Hubert Liao <liao.hubertt@gmail.com> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Cc: Stable <stable@kernel.org> [back to 2.6.38] Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rt2x00')
0 files changed, 0 insertions, 0 deletions