anchao commented on code in PR #6430:
URL: https://github.com/apache/incubator-nuttx/pull/6430#discussion_r896988419


##########
drivers/wireless/ieee80211/bcm43xxx/bcmf_sdio.c:
##########
@@ -844,7 +837,16 @@ int bcmf_chipinitialize(FAR struct bcmf_sdio_dev_s *sbus)
         break;
 #endif
 
+#ifdef CONFIG_IEEE80211_BROADCOM_BCM4301X

Review Comment:
   Done



##########
drivers/wireless/ieee80211/bcm43xxx/bcmf_sdio.c:
##########
@@ -844,7 +837,16 @@ int bcmf_chipinitialize(FAR struct bcmf_sdio_dev_s *sbus)
         break;
 #endif
 
+#ifdef CONFIG_IEEE80211_BROADCOM_BCM4301X
+      case SDIO_DEVICE_ID_BROADCOM_43012:
+      case SDIO_DEVICE_ID_BROADCOM_43013:
+        wlinfo("bcm%d chip detected\n", chipid);
+        sbus->chip = (struct bcmf_sdio_chip *)&bcmf_4301x_config_sdio;
+        break;
+#endif
+
       default:
+

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

Reply via email to