aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/src/src/ap/ubus.h
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/services/hostapd/src/src/ap/ubus.h')
-rw-r--r--package/network/services/hostapd/src/src/ap/ubus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/src/src/ap/ubus.h b/package/network/services/hostapd/src/src/ap/ubus.h
index 185af5a7f4..58ebe0e65b 100644
--- a/package/network/services/hostapd/src/src/ap/ubus.h
+++ b/package/network/services/hostapd/src/src/ap/ubus.h
@@ -19,7 +19,7 @@ struct hostapd_ubus_request {
enum hostapd_ubus_event_type type;
const struct ieee80211_mgmt *mgmt_frame;
const struct ieee802_11_elems *elems;
- const struct hostapd_frame_info *frame_info;
+ int ssi_signal; /* dBm */
const u8 *addr;
};