libiwinfo: clear buffer in nl80211_ifname2phy(), prevents running operations against...
[project/luci.git] / contrib / package / iwinfo / src / iwinfo_nl80211.h
index edad085..4231c94 100644 (file)
@@ -42,7 +42,6 @@ struct nl80211_state {
 };
 
 struct nl80211_msg_conveyor {
-       int custom_cb;
        struct nl_msg *msg;
        struct nl_cb *cb;
 };
@@ -52,13 +51,7 @@ struct nl80211_rssi_rate {
        int8_t  rssi;
 };
 
-struct nl80211_assoc_count {
-       struct iwinfo_assoclist_entry *entry;
-       int noise;
-       int count;
-};
-
-struct nl80211_arraybuf {
+struct nl80211_array_buf {
        void *buf;
        int count;
 };