aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_ht.h
Commit message (Expand)AuthorAgeFilesLines
* [net80211] Commit files missing in the previous commitAdrian Chadd2020-07-011-2/+3
* [net80211] Handle offloaded AMSDU in AMPDU reordering.Adrian Chadd2020-06-131-1/+3
* [net80211] Fix this typo!Adrian Chadd2020-06-061-1/+1
* [net80211] Add initial A-MSDU in A-MPDU negotation support.Adrian Chadd2020-06-051-0/+9
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* [net80211] prepare for A-MSDU/A-MPDU offload crypto / sequence number checking.Adrian Chadd2017-05-201-1/+2
* net80211: fix ieee80211_htrateset setup, return EINVAL for an unsupportedAndriy Voskoboinyk2017-03-031-2/+1
* [net80211] Initial VHT node upgrade/downgrade support and initial IE parsing.Adrian Chadd2017-01-131-1/+4
* [net80211] implement "first RX defines the BAW" hack.Adrian Chadd2016-11-101-0/+1
* [net80211] add a method to also explicitly tear down RX A-MPDU.Adrian Chadd2016-11-061-0/+1
* [net80211] add a HT method to populate HTCAP based on IBSS requirements.Adrian Chadd2016-09-171-0/+2
* [net80211] Initial A-MSDU support for testing / evaluationAdrian Chadd2016-04-061-0/+4
* Abstract out the ampdu TX pps initialisation code so it can be reusedAdrian Chadd2015-09-281-0/+12
* Add external facing methods to control TX A-MPDU negotiaton.Adrian Chadd2015-09-221-0/+3
* Add an external facing function to manually set the RX A-MPDU parametersAdrian Chadd2015-09-181-0/+3
* Migrate the net80211 TX aggregation state to be from per-AC to per-TID.Adrian Chadd2012-04-151-1/+1
* Create a new task to handle 802.11n channel width changes.Adrian Chadd2012-03-251-1/+1
* Complete the MCS rate table based on the final 802.11n std. While hereBernhard Schmidt2011-03-101-1/+1
* Decrement rxa_pad due to the addition of rxa_private.Rui Paulo2010-04-291-1/+1
* Add a private field to struct ieee80211_rx_ampdu do hold driver specificRui Paulo2010-04-281-0/+1
* Revamp 802.11 action frame handling:Sam Leffler2009-07-051-4/+0
* pad data structures to enable integration of future features w/o abi breakageSam Leffler2009-06-011-0/+2
* promote ieee80211_seq typedefSam Leffler2009-05-021-2/+0
* o make %b msg bit defines public (to user apps too)Sam Leffler2009-01-271-0/+3
* Sync BAR frame handling with out of tree work:Sam Leffler2008-10-251-4/+6
* Revamp ht ie handling:Sam Leffler2008-09-211-1/+4
* change ieee80211_ampdu_stop to take an explicit reason codeSam Leffler2008-09-211-1/+1
* Cleanup starting seq# for tx ampdu:Sam Leffler2008-09-211-2/+2
* moreve the aggregation q; it's not being used andSam Leffler2008-09-061-1/+0
* move inline keyword to silence compiler complaintsSam Leffler2008-05-111-3/+3
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-201-6/+78
* add opaque pointer to tx ampdu state for driversSam Leffler2008-02-021-0/+1
* sync 11n support with vap code base; many changes based on interopSam Leffler2007-11-021-5/+15
* Update beacon handling to sync w/ vap code base:Sam Leffler2007-09-171-0/+3
* Update 802.11 wireless support:Sam Leffler2007-06-111-0/+113