aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_ht.c
Commit message (Expand)AuthorAgeFilesLines
* Add a new field for extended HT capabilities.Rui Paulo2010-03-231-2/+11
* Unbreak build by removing a code bit that is only related to other codeRui Paulo2010-03-181-1/+1
* Fix a couple of bugs with 802.11n:Rui Paulo2010-03-181-23/+64
* Revamp 802.11 action frame handling:Sam Leffler2009-07-051-343/+365
* Correct ieee80211_gettid:Sam Leffler2009-06-091-1/+1
* iv_flags_ext is full, make room by moving HT-related flags to a newSam Leffler2009-06-071-37/+37
* distribute sysctl decls so global variables can be made staticSam Leffler2009-05-301-8/+23
* Overhaul monitor mode handling:Sam Leffler2009-05-201-2/+2
* allow drivers to hook ampdu rx start/stopSam Leffler2009-04-261-10/+23
* o change ieee80211_mgmt_output to take a raw xmit parameters block soSam Leffler2008-10-261-1/+9
* Sync BAR frame handling with out of tree work:Sam Leffler2008-10-251-52/+181
* cleanup after mergeSam Leffler2008-09-221-1/+0
* Fix handling of shortgi: use the local configuration (and implicitlySam Leffler2008-09-221-0/+20
* RIFS support; needs driver callback for dynamic state changeSam Leffler2008-09-221-2/+22
* MIMO power save support; still needs callbacks for notifying driversSam Leffler2008-09-211-2/+50
* Revamp ht ie handling:Sam Leffler2008-09-211-42/+98
* don't propagate ht bss occupancy changes to legacy vaps;Sam Leffler2008-09-211-0/+3
* change ieee80211_ampdu_stop to take an explicit reason codeSam Leffler2008-09-211-5/+7
* simplify debug msgSam Leffler2008-09-211-3/+2
* Cleanup AMPDU handling:Sam Leffler2008-09-211-4/+12
* Always update ic_lastnonht so we track overlapping legacy bssSam Leffler2008-09-211-10/+9
* Cleanup starting seq# for tx ampdu:Sam Leffler2008-09-211-3/+5
* o kill IEEE80211_NODE_PSUPDATE; it was never usedSam Leffler2008-09-061-7/+5
* put back placeholder commentSam Leffler2008-09-061-0/+1
* o validate the ba policy in addba responseSam Leffler2008-09-061-1/+27
* add IEEE80211_NODE_HT_ALL to collect up all the HT-related node flagsSam Leffler2008-09-061-2/+1
* don't do ampdu reordering of fragments; they should never happenSam Leffler2008-09-061-1/+15
* moreve the aggregation q; it's not being used andSam Leffler2008-09-061-4/+0
* add missing lock for htinfo updateSam Leffler2008-08-021-0/+2
* correct construction of delba action frame; don't shift+mask the initiatorSam Leffler2008-07-051-1/+1
* use the current left edge of the BA window when forming ADDBA requestSam Leffler2008-05-111-3/+4
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-201-226/+365
* o correct typo that broke check when handling addba responseSam Leffler2008-02-011-1/+2
* correct sta mode setup: adopt ap's ampdu density and max ampdu sizeSam Leffler2007-11-231-2/+8
* correct termination check doing amsdu de-aggregationSam Leffler2007-11-081-4/+3
* sync 11n support with vap code base; many changes based on interopSam Leffler2007-11-021-193/+686
* o add IEEE80211_RATE_MCS to use instead of naked constant (for marking MCS)Sam Leffler2007-09-181-1/+2
* Update beacon handling to sync w/ vap code base:Sam Leffler2007-09-171-3/+33
* Miscellaneous fixups to 802.11 defs:Sam Leffler2007-09-051-1/+1
* Update 802.11 wireless support:Sam Leffler2007-06-111-0/+1472