diff options
| author | Leon M. George | 2020-03-12 21:56:58 +0000 |
|---|---|---|
| committer | Daniel Golle | 2020-03-17 09:23:28 +0000 |
| commit | a8a993e64c4ee8de61e0e56ddad7ecf7af24c787 (patch) | |
| tree | 74586ccb2adceff8b7dd1efd04737f2fc058c5a1 | |
| parent | 9e129c9d95484a7b28ea95bda381c19ea1ed4a0f (diff) | |
| download | openwrt-a8a993e64c4ee8de61e0e56ddad7ecf7af24c787.tar.gz | |
hostapd: remove trailing whitespace
Signed-off-by: Leon M. George <leon@georgemail.eu>
| -rw-r--r-- | package/network/services/hostapd/src/src/ap/ubus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/hostapd/src/src/ap/ubus.c b/package/network/services/hostapd/src/src/ap/ubus.c index 5ed6e186a6..5f66b5e92b 100644 --- a/package/network/services/hostapd/src/src/ap/ubus.c +++ b/package/network/services/hostapd/src/src/ap/ubus.c @@ -1207,7 +1207,7 @@ int hostapd_ubus_handle_event(struct hostapd_data *hapd, struct hostapd_ubus_req ht_capabilities = (struct ieee80211_ht_capabilities*) req->elems->ht_capabilities; ht_cap = blobmsg_open_table(&b, "ht_capabilities"); blobmsg_add_u16(&b, "ht_capabilities_info", ht_capabilities->ht_capabilities_info); - ht_cap_mcs_set = blobmsg_open_table(&b, "supported_mcs_set"); + ht_cap_mcs_set = blobmsg_open_table(&b, "supported_mcs_set"); blobmsg_add_u16(&b, "a_mpdu_params", ht_capabilities->a_mpdu_params); blobmsg_add_u16(&b, "ht_extended_capabilities", ht_capabilities->ht_extended_capabilities); blobmsg_add_u32(&b, "tx_bf_capability_info", ht_capabilities->tx_bf_capability_info); @@ -1218,7 +1218,7 @@ int hostapd_ubus_handle_event(struct hostapd_data *hapd, struct hostapd_ubus_req } blobmsg_close_array(&b, mcs_set); blobmsg_close_table(&b, ht_cap_mcs_set); - blobmsg_close_table(&b, ht_cap); + blobmsg_close_table(&b, ht_cap); } if(req->elems->vht_capabilities) { |