File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
drivers/net/wireless/broadcom/brcm80211 Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -2106,6 +2106,7 @@ static const struct pci_device_id brcmf_pcie_devid_table[] = {
2106
2106
BRCMF_PCIE_DEVICE (BRCM_PCIE_4356_DEVICE_ID ),
2107
2107
BRCMF_PCIE_DEVICE (BRCM_PCIE_43567_DEVICE_ID ),
2108
2108
BRCMF_PCIE_DEVICE (BRCM_PCIE_43570_DEVICE_ID ),
2109
+ BRCMF_PCIE_DEVICE (BRCM_PCIE_43570_RAW_DEVICE_ID ),
2109
2110
BRCMF_PCIE_DEVICE (BRCM_PCIE_4358_DEVICE_ID ),
2110
2111
BRCMF_PCIE_DEVICE (BRCM_PCIE_4359_DEVICE_ID ),
2111
2112
BRCMF_PCIE_DEVICE (BRCM_PCIE_43602_DEVICE_ID ),
Original file line number Diff line number Diff line change 71
71
#define BRCM_PCIE_4356_DEVICE_ID 0x43ec
72
72
#define BRCM_PCIE_43567_DEVICE_ID 0x43d3
73
73
#define BRCM_PCIE_43570_DEVICE_ID 0x43d9
74
+ #define BRCM_PCIE_43570_RAW_DEVICE_ID 0xaa31
74
75
#define BRCM_PCIE_4358_DEVICE_ID 0x43e9
75
76
#define BRCM_PCIE_4359_DEVICE_ID 0x43ef
76
77
#define BRCM_PCIE_43602_DEVICE_ID 0x43ba
You can’t perform that action at this time.
0 commit comments