On Wed, 2015-10-14 at 10:49 -0700, Eric Caruso wrote: > This is a new Broadcom chip and we should be able to recognize it. [] > diff --git a/drivers/net/wireless/brcm80211/brcmfmac/pcie.c b/drivers/net/wireless/brcm80211/brcmfmac/pcie.c [] > @@ -1456,6 +1460,9 @@ static int brcmf_pcie_get_fwnames(struct brcmf_pciedev_info *devinfo) > fw_name = BRCMF_PCIE_4366_FW_NAME; > nvram_name = BRCMF_PCIE_4366_NVRAM_NAME; > break; > + case BRCM_CC_4371_CHIP_ID: > + fw_name = BRCMF_PCIE_4371_FW_NAME; > + nvram_name = BRCMF_PCIE_4371_NVRAM_NAME; missing break; > default: > brcmf_err("Unsupported chip 0x%04x\n", devinfo->ci->chip); > return -ENODEV; -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html