aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_vht.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build without IEEE80211_DEBUG.Sergey Kandaurov2017-01-101-1/+4
* [net80211] add VHT action frame placeholders for when it's time to implement.Adrian Chadd2017-01-101-0/+40
* [net80211] create a helper function to calculate the station facing VHT capab...Adrian Chadd2017-01-101-31/+364
* [net80211] use the correct freq2 field when populating VHT operation element.Adrian Chadd2017-01-081-1/+9
* [net80211] Add initial VHT support routines.Adrian Chadd2017-01-081-0/+469