garbage collect unused capabilities and configurations flags.
authordamien <damien@openbsd.org>
Fri, 29 Aug 2008 08:40:53 +0000 (08:40 +0000)
committerdamien <damien@openbsd.org>
Fri, 29 Aug 2008 08:40:53 +0000 (08:40 +0000)
commit2372da9123afc60172580846861d743b6e607c68
treeb1b3f46d18473869de8a2f849cbb929e8b81520e
parent7825657f10ed93c6b2eeac5340d75a099224813a
garbage collect unused capabilities and configurations flags.
add two capabilities flags: IEEE80211_C_HT for HT STAs (802.11n)
and IEEE80211_C_APPMGT which indicates the capability for an AP
to buffer unicast and multicast traffic for STAs in PS mode.
all drivers claiming HostAP support should support that but the
truth is that none of them do.
most of them are still at the 802.11b-only era and do not update
dynamic parts of beacons or process frames from ic_pwrsaveq.
sys/net80211/ieee80211_var.h