anchao commented on code in PR #6494: URL: https://github.com/apache/incubator-nuttx/pull/6494#discussion_r903823295
########## drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.c: ########## @@ -1744,3 +1744,39 @@ int bcmf_wl_get_ssid(FAR struct bcmf_dev_s *priv, struct iwreq *iwr) return ret; } + +int bcmf_wl_set_country_code(FAR struct bcmf_dev_s *priv, + int interface, FAR void *code) +{ + uint8_t country[4] = + { + }; Review Comment: Done ########## drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.h: ########## @@ -179,4 +182,6 @@ int bcmf_wl_get_rssi(FAR struct bcmf_dev_s *priv, struct iwreq *iwr); int bcmf_wl_get_iwrange(FAR struct bcmf_dev_s *priv, struct iwreq *iwr); +int bcmf_wl_set_country(FAR struct bcmf_dev_s *priv, struct iwreq *iwr); 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