summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_var.h
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2016-04-05 21:54:07 +0000
committeradrian <adrian@FreeBSD.org>2016-04-05 21:54:07 +0000
commit12cdd595d6c61113378938f30ea5c2f1ed5ec9ed (patch)
tree34ff5657bd75ebca8b13bc0ccc3b085a786a1981 /sys/net80211/ieee80211_var.h
parent774be1858136d01ba4d727fefc1cb7f91e487962 (diff)
downloadFreeBSD-src-12cdd595d6c61113378938f30ea5c2f1ed5ec9ed.zip
FreeBSD-src-12cdd595d6c61113378938f30ea5c2f1ed5ec9ed.tar.gz
[net80211] Add a new capability flag to indicate that the stack should
do software A-MSDU encapsulation. Right now there's AMSDU TX/RX capability bits and they're mostly unused, however I'd like to maintain those as the general configuration, not also "please software encap AMSDU." For platforms that can do A-MSDU in firmware (iwn, iwm, etc) then their init paths can read this flag to configure A-MSDU.
Diffstat (limited to 'sys/net80211/ieee80211_var.h')
-rw-r--r--sys/net80211/ieee80211_var.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net80211/ieee80211_var.h b/sys/net80211/ieee80211_var.h
index 0066854..fbaa782 100644
--- a/sys/net80211/ieee80211_var.h
+++ b/sys/net80211/ieee80211_var.h
@@ -648,6 +648,7 @@ MALLOC_DECLARE(M_80211_VAP);
#define IEEE80211_C_DFS 0x00020000 /* CAPABILITY: DFS/radar avail*/
#define IEEE80211_C_MBSS 0x00040000 /* CAPABILITY: MBSS available */
#define IEEE80211_C_SWSLEEP 0x00080000 /* CAPABILITY: do sleep here */
+#define IEEE80211_C_SWAMSDUTX 0x00100000 /* CAPABILITY: software A-MSDU TX */
/* 0x7c0000 available */
#define IEEE80211_C_WPA1 0x00800000 /* CAPABILITY: WPA1 avail */
#define IEEE80211_C_WPA2 0x01000000 /* CAPABILITY: WPA2 avail */
OpenPOWER on IntegriCloud