anchao commented on code in PR #6430: URL: https://github.com/apache/incubator-nuttx/pull/6430#discussion_r896581354
########## drivers/wireless/ieee80211/bcm43xxx/bcmf_core.c: ########## @@ -483,6 +481,25 @@ int bcmf_core_upload_firmware(FAR struct bcmf_sdio_dev_s *sbus) #endif default: +#ifdef CONFIG_IEEE80211_BROADCOM_BCM4301X + if (sbus->cur_chip_id >= SDIO_DEVICE_ID_BROADCOM_43011 && Review Comment: Done ########## drivers/wireless/ieee80211/bcm43xxx/bcmf_core.c: ########## @@ -585,6 +600,20 @@ int bcmf_core_upload_firmware(FAR struct bcmf_sdio_dev_s *sbus) #endif default: +#ifdef CONFIG_IEEE80211_BROADCOM_BCM4301X + if (sbus->cur_chip_id >= SDIO_DEVICE_ID_BROADCOM_43011 && Review Comment: Done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org