提交 7d9b3589 编写于 作者: H Hauke Mehrtens 提交者: John W. Linville

brcmsmac: add support for a BCM4313 with PCI id 0x4313

There are some BCM4313 out there with a PCI id of 0x4313. These devices
are missing a sprom and are only used on routers or other embedded
devices. We found one connected to a BCM63XX SoC.

This devices was found by someone in this ticket:
https://dev.openwrt.org/ticket/13551Signed-off-by: NHauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 b9f54bd0
...@@ -5695,7 +5695,7 @@ static bool brcms_c_chipmatch_pci(struct bcma_device *core) ...@@ -5695,7 +5695,7 @@ static bool brcms_c_chipmatch_pci(struct bcma_device *core)
return true; return true;
if ((device == BCM43224_D11N_ID) || (device == BCM43225_D11N2G_ID)) if ((device == BCM43224_D11N_ID) || (device == BCM43225_D11N2G_ID))
return true; return true;
if (device == BCM4313_D11N2G_ID) if (device == BCM4313_D11N2G_ID || device == BCM4313_CHIP_ID)
return true; return true;
if ((device == BCM43236_D11N_ID) || (device == BCM43236_D11N2G_ID)) if ((device == BCM43236_D11N_ID) || (device == BCM43236_D11N2G_ID))
return true; return true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册