projects
/
openwrt
/
staging
/
aparcar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc3e390
)
hostapd: close correct blobmsg table
author
David Bauer
<
[email protected]
>
Thu, 16 Dec 2021 19:27:04 +0000
(20:27 +0100)
committer
David Bauer
<
[email protected]
>
Thu, 16 Dec 2021 19:27:07 +0000
(20:27 +0100)
Signed-off-by: David Bauer <
[email protected]
>
package/network/services/hostapd/src/src/ap/ubus.c
patch
|
blob
|
history
diff --git
a/package/network/services/hostapd/src/src/ap/ubus.c
b/package/network/services/hostapd/src/src/ap/ubus.c
index 3066765e67de50ff0bbd85233939d33e9161c79e..db38ed29417166fc43574ef80b6ce07e7adb3356 100644
(file)
--- a/
package/network/services/hostapd/src/src/ap/ubus.c
+++ b/
package/network/services/hostapd/src/src/ap/ubus.c
@@
-440,7
+440,7
@@
hostapd_bss_get_status(struct ubus_context *ctx, struct ubus_object *obj,
blobmsg_add_u64(&b, "bss_transition_query_rx", hapd->iface->openwrt_stats.wnm.bss_transition_query_rx);
blobmsg_add_u64(&b, "bss_transition_request_tx", hapd->iface->openwrt_stats.wnm.bss_transition_request_tx);
blobmsg_add_u64(&b, "bss_transition_response_rx", hapd->iface->openwrt_stats.wnm.bss_transition_response_rx);
- blobmsg_close_table(&b,
rr
m_table);
+ blobmsg_close_table(&b,
wn
m_table);
/* Airtime */
airtime_table = blobmsg_open_table(&b, "airtime");