anchao commented on code in PR #6470: URL: https://github.com/apache/incubator-nuttx/pull/6470#discussion_r901003170
########## boards/arm/stm32/emw3162/src/stm32_wlan.c: ########## @@ -126,6 +126,15 @@ void bcmf_board_setup_oob_irq(int minor, int (*func)(void *), void *arg) } } +/**************************************************************************** + * Name: bcmf_board_etheraddr + ****************************************************************************/ + +bool bcmf_board_etheraddr(FAR struct ether_addr *ethaddr) Review Comment: Done ########## boards/arm/stm32/photon/src/stm32_wlan.c: ########## @@ -108,6 +108,15 @@ void bcmf_board_setup_oob_irq(int minor, int (*func)(void *), void *arg) } } +/**************************************************************************** + * Name: bcmf_board_etheraddr + ****************************************************************************/ + +bool bcmf_board_etheraddr(FAR struct ether_addr *ethaddr) 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