Comment 30 for bug 1239578

Revision history for this message
Adam Lee (adam8157) wrote :

For the record, I analyzed the code, that RTL8821AE driver only supports 8812 and 8821, pci ids in headfile means nothing. RTL8192EE has not been upstreamed yet.

rtl8821ae/sw.c
420: {RTL_PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8812, rtl8821ae_hal_cfg)},
421: {RTL_PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8821, rtl8821ae_hal_cfg)},
426: {RTL_PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8812, rtl8821ae_hal_cfg)},
427: {RTL_PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8821, rtl8821ae_hal_cfg)},