drivers/wireless/ieee80211/bcmf_chip_43362.c: Fix bcmf_chip_43362 compile error.
This commit is contained in:
parent
4fc41b55b3
commit
824666db9a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user