summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2016-01-25 15:01:49 +0100
committerJo-Philipp Wich <jow@openwrt.org>2016-01-25 15:01:49 +0100
commitbc8682aa5ee323f5a6e272a28ef348f2f7534d55 (patch)
tree91283e6b0ff1519e6f7d0b91cc7c5b8b41a20b00 /include
parente3bd6c3653669bd53b87944ecedebe5bce162f7a (diff)
downloadiwinfo-bc8682aa5ee323f5a6e272a28ef348f2f7534d55.tar.gz
nl80211: add VHT rateinfo support
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'include')
-rw-r--r--include/iwinfo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/iwinfo.h b/include/iwinfo.h
index 62e5891..bb2b20a 100644
--- a/include/iwinfo.h
+++ b/include/iwinfo.h
@@ -89,6 +89,10 @@ struct iwinfo_rate_entry {
int8_t mcs;
uint8_t is_40mhz:1;
uint8_t is_short_gi:1;
+ uint8_t is_ht:1;
+ uint8_t is_vht:1;
+ uint8_t mhz;
+ uint8_t nss;
};
struct iwinfo_assoclist_entry {