|
@@ -400,7 +400,7 @@ static struct rtl_hal_cfg rtl92se_hal_cfg = {
|
|
|
.maps[RTL_RC_HT_RATEMCS15] = DESC92_RATEMCS15,
|
|
|
};
|
|
|
|
|
|
-static struct pci_device_id rtl92se_pci_ids[] __devinitdata = {
|
|
|
+static struct pci_device_id rtl92se_pci_ids[] = {
|
|
|
{RTL_PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8192, rtl92se_hal_cfg)},
|
|
|
{RTL_PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8171, rtl92se_hal_cfg)},
|
|
|
{RTL_PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8172, rtl92se_hal_cfg)},
|