devices: add device id for Realtek RTL8188CU and RTL8188FTV
[project/iwinfo.git] / iwinfo_nl80211.h
index bb5117e746e689510762bbb85d98b3cdadb2c009..2dff08b98b7505438fda61581fa0bb5166978da4 100644 (file)
@@ -48,7 +48,7 @@ struct nl80211_msg_conveyor {
 };
 
 struct nl80211_event_conveyor {
-       int wait;
+       uint32_t wait[(NL80211_CMD_MAX / 32) + !!(NL80211_CMD_MAX % 32)];
        int recv;
 };
 
@@ -59,7 +59,9 @@ struct nl80211_group_conveyor {
 
 struct nl80211_rssi_rate {
        int16_t rate;
+       int rate_samples;
        int8_t  rssi;
+       int rssi_samples;
 };
 
 struct nl80211_array_buf {