summaryrefslogtreecommitdiff
path: root/iwinfo_nl80211.c
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2020-03-22 01:05:03 +0100
committerDavid Bauer <mail@david-bauer.net>2020-03-22 01:06:36 +0100
commit06a03c9e3b32a409e8307b1abde2cfd7dd969b6d (patch)
tree680058d4d89199f4145fc6c909121527b29d920f /iwinfo_nl80211.c
parent9a4bae898f770fdf00858ef468d26a94367515f2 (diff)
downloadiwinfo-06a03c9e3b32a409e8307b1abde2cfd7dd969b6d.tar.gz
Revert "iwinfo: add BSS load element to scan result"
This reverts commit a6914dc0dc3cba65e245fbe40076626ea2bcd5a3. iwinfo currently misses ABI version tracking in OpenWrt, potentially breaking other packages unintentionally. Revert this commit for now until this is implemented. Otherwise, we are not able to safely bump iwinfo at the moment. Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'iwinfo_nl80211.c')
-rw-r--r--iwinfo_nl80211.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/iwinfo_nl80211.c b/iwinfo_nl80211.c
index 7463fc7..2b2a043 100644
--- a/iwinfo_nl80211.c
+++ b/iwinfo_nl80211.c
@@ -2296,10 +2296,6 @@ static void nl80211_get_scanlist_ie(struct nlattr **bss,
}
break;
- case 11: /* BSS Load */
- iwinfo_parse_bss_load(e, ie + 2);
- break;
-
case 48: /* RSN */
iwinfo_parse_rsn(&e->crypto, ie + 2, ie[1],
IWINFO_CIPHER_CCMP, IWINFO_KMGMT_8021x);