diff options
author | Chaoming Li <chaoming_li@realsil.com.cn> | 2011-05-06 16:32:02 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-05-10 15:54:47 -0400 |
commit | fc7707a469785fe786ddc66d723c150226ddc40e (patch) | |
tree | c5ab90d1ded98471bb94d6a92e0cafab747fe001 /drivers/net/wireless/rtlwifi/pci.c | |
parent | c84aa5af996a306c8ce66aac2cc4d5f4a74e27ca (diff) |
rtlwifi: rtl8192se: Remove need to disable ASPM
When this driver was initially submitted, the system would crash unless
ASPM was disabled. This problem has been fixed.
This patch also adds a printk that outputs the name of the firmware
file that is used.
Signed-off-by: Chaoming_Li <chaoming_li@realsil.com.cn>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rtlwifi/pci.c')
-rw-r--r-- | drivers/net/wireless/rtlwifi/pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/rtlwifi/pci.c b/drivers/net/wireless/rtlwifi/pci.c index 3550c9fb96e5..a40952845436 100644 --- a/drivers/net/wireless/rtlwifi/pci.c +++ b/drivers/net/wireless/rtlwifi/pci.c | |||
@@ -1611,6 +1611,7 @@ static bool _rtl_pci_find_adapter(struct pci_dev *pdev, | |||
1611 | u16 irqline; | 1611 | u16 irqline; |
1612 | u8 tmp; | 1612 | u8 tmp; |
1613 | 1613 | ||
1614 | pcipriv->ndis_adapter.pcibridge_vendor = PCI_BRIDGE_VENDOR_UNKNOWN; | ||
1614 | venderid = pdev->vendor; | 1615 | venderid = pdev->vendor; |
1615 | deviceid = pdev->device; | 1616 | deviceid = pdev->device; |
1616 | pci_read_config_byte(pdev, 0x8, &revisionid); | 1617 | pci_read_config_byte(pdev, 0x8, &revisionid); |