diff --git a/drivers/wireless/ieee80211/bcmf_chip_43362.c b/drivers/wireless/ieee80211/bcmf_chip_43362.c index 4cc8c8d44ef..afcb1a85709 100644 --- a/drivers/wireless/ieee80211/bcmf_chip_43362.c +++ b/drivers/wireless/ieee80211/bcmf_chip_43362.c @@ -84,7 +84,7 @@ const struct bcmf_sdio_chip bcmf_43362_config_sdio = /* TODO find something smarter than using image_len references */ .nvram_image = (FAR uint8_t *)bcm43362_nvram_image, - .nvram_image_size = (FAR unsigned int *)&bcm43362_nvram_image_len + .nvram_image_size = (FAR unsigned int *)&bcm43362_nvram_image_len, #ifndef CONFIG_IEEE80211_BROADCOM_FWFILES .firmware_image = (FAR uint8_t *)bcm43362_firmware_image,