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


##########
drivers/wireless/ieee80211/bcm43xxx/bcmf_ioctl.h:
##########
@@ -2712,6 +2712,13 @@ typedef struct wl_rssi_event
   int8_t rssi_levels[MAX_RSSI_LEVELS];
 } wl_rssi_event_t;
 
+typedef struct wl_sta_rssi
+{
+  uint32_t          rssi;
+  struct ether_addr sta_addr;
+  uint16_t          foo;

Review Comment:
   emm... I do not know ... just follow broadcom style
   https://lxr.openwrt.org/source/iwinfo/api/broadcom.h#L75



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to