[net80211] add a macro to check this configuration option.

This commit is contained in:
Adrian Chadd 2017-01-13 07:24:58 +00:00
parent 321eb9ffbe
commit da6ee937ae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=312017

View File

@ -95,6 +95,9 @@
*/
#define IEEE80211_CONF_VHT(ic) ((ic)->ic_vhtcaps != 0)
#define IEEE80211_CONF_SEQNO_OFFLOAD(ic) \
((ic)->ic_flags_ext & IEEE80211_FEXT_SEQNO_OFFLOAD)
/*
* 802.11 control state is split into a common portion that maps
* 1-1 to a physical device and one or more "Virtual AP's" (VAP)