brcmfmac: Add support for bcm43364 wireless chipset
authorSean Lanigan <sean@lano.id.au>
Fri, 4 May 2018 06:48:23 +0000 (16:48 +1000)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 9 May 2018 10:24:41 +0000 (13:24 +0300)
commit9c4a121e82634aa000a702c98cd6f05b27d6e186
tree97760f9474d8189cbb3a73768ca8dea7154c0976
parentbf516e7d8b1c1ff7706d56961306fa7e19f352b6
brcmfmac: Add support for bcm43364 wireless chipset

Add support for the BCM43364 chipset via an SDIO interface, as used in
e.g. the Murata 1FX module.

The BCM43364 uses the same firmware as the BCM43430 (which is already
included), the only difference is the omission of Bluetooth.

However, the SDIO_ID for the BCM43364 is 02D0:A9A4, giving it a MODALIAS
of sdio:c00v02D0dA9A4, which doesn't get recognised and hence doesn't
load the brcmfmac module. Adding the 'A9A4' ID in the appropriate place
triggers the brcmfmac driver to load, and then correctly use the
firmware file 'brcmfmac43430-sdio.bin'.

Signed-off-by: Sean Lanigan <sean@lano.id.au>
Acked-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c
include/linux/mmc/sdio_ids.h