rtlwifi: rtl_pci: Add ID for 8822BE
authorPing-Ke Shih <pkshih@realtek.com>
Wed, 1 Nov 2017 15:29:21 +0000 (10:29 -0500)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 8 Nov 2017 12:30:17 +0000 (14:30 +0200)
When the driver for the RTL8822BE is added, it will need an ID for
further use.

Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Yan-Hsuan Chuang <yhchuang@realtek.com>
Cc: Birming Chiu <birming@realtek.com>
Cc: Shaofu <shaofu@realtek.com>
Cc: Steven Ting <steventing@realtek.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/realtek/rtlwifi/pci.c
drivers/net/wireless/realtek/rtlwifi/pci.h

index 0c30f4b..874e1e5 100644 (file)
@@ -1967,6 +1967,11 @@ static bool _rtl_pci_find_adapter(struct pci_dev *pdev,
                rtlhal->hw_type = HARDWARE_TYPE_RTL8812AE;
                RT_TRACE(rtlpriv, COMP_INIT, DBG_LOUD,
                         "Find adapter, Hardware type is 8812AE\n");
+       } else if (deviceid == RTL_PCI_8822BE_DID) {
+               rtlhal->hw_type = HARDWARE_TYPE_RTL8822BE;
+               rtlhal->bandset = BAND_ON_BOTH;
+               RT_TRACE(rtlpriv, COMP_INIT, DBG_LOUD,
+                        "Find adapter, Hardware type is 8822BE\n");
        } else {
                RT_TRACE(rtlpriv, COMP_ERR, DBG_WARNING,
                         "Err: Unknown device - vid/did=%x/%x\n",
index 6bf346e..ce33fe7 100644 (file)
 #define RTL_PCI_8192EE_DID     0x818B  /*8192ee*/
 #define RTL_PCI_8821AE_DID     0x8821  /*8821ae*/
 #define RTL_PCI_8812AE_DID     0x8812  /*8812ae*/
+#define RTL_PCI_8822BE_DID     0xB822  /*8822be*/
 
 /*8192 support 16 pages of IO registers*/
 #define RTL_MEM_MAPPED_IO_RANGE_8190PCI                0x1000