summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_ht.c
Commit message (Expand)AuthorAgeFilesLines
* Add some further BAR TX debugging; it was useful when figuring outadrian2012-10-281-0/+47
* Fix some corner cases in the ieee80211_send_bar() handling.adrian2012-05-221-1/+27
* Migrate the net80211 TX aggregation state to be from per-AC to per-TID.adrian2012-04-151-31/+32
* Add some statistics to track BAR TX.adrian2012-04-081-2/+8
* Create a new task to handle 802.11n channel width changes.adrian2012-03-251-4/+11
* MCS32 equals 32, not 8*ic_txstream.bschmidt2012-01-021-1/+1
* Fix some net80211 enum nits:bschmidt2011-12-171-3/+4
* Correctly handle BAR TX failures.adrian2011-08-191-1/+5
* Fix BAR frame TX completion - successful transmission is indicatedadrian2011-08-161-2/+2
* Add a callback for ADDBA response timeouts.adrian2011-06-201-0/+19
* Certain adapters have HT40 support on some but not all channels. Thebschmidt2011-06-041-0/+12
* Constantly use MHz instead of Mhz.bschmidt2011-03-131-5/+5
* Honor device capabilities while initializing ni_htrates.bschmidt2011-03-131-9/+51
* Fill hc_mcsset completely.bschmidt2011-03-131-14/+42
* Change the way HT capatibilities are announced.bschmidt2011-03-131-43/+88
* Complete the MCS rate table based on the final 802.11n std. While herebschmidt2011-03-101-18/+78
* Add a new field for extended HT capabilities.rpaulo2010-03-231-2/+11
* Unbreak build by removing a code bit that is only related to other coderpaulo2010-03-181-1/+1
* Fix a couple of bugs with 802.11n:rpaulo2010-03-181-23/+64
* Revamp 802.11 action frame handling:sam2009-07-051-343/+365
* Correct ieee80211_gettid:sam2009-06-091-1/+1
* iv_flags_ext is full, make room by moving HT-related flags to a newsam2009-06-071-37/+37
* distribute sysctl decls so global variables can be made staticsam2009-05-301-8/+23
* Overhaul monitor mode handling:sam2009-05-201-2/+2
* allow drivers to hook ampdu rx start/stopsam2009-04-261-10/+23
* o change ieee80211_mgmt_output to take a raw xmit parameters block sosam2008-10-261-1/+9
* Sync BAR frame handling with out of tree work:sam2008-10-251-52/+181
* cleanup after mergesam2008-09-221-1/+0
* Fix handling of shortgi: use the local configuration (and implicitlysam2008-09-221-0/+20
* RIFS support; needs driver callback for dynamic state changesam2008-09-221-2/+22
* MIMO power save support; still needs callbacks for notifying driverssam2008-09-211-2/+50
* Revamp ht ie handling:sam2008-09-211-42/+98
* don't propagate ht bss occupancy changes to legacy vaps;sam2008-09-211-0/+3
* change ieee80211_ampdu_stop to take an explicit reason codesam2008-09-211-5/+7
* simplify debug msgsam2008-09-211-3/+2
* Cleanup AMPDU handling:sam2008-09-211-4/+12
* Always update ic_lastnonht so we track overlapping legacy bsssam2008-09-211-10/+9
* Cleanup starting seq# for tx ampdu:sam2008-09-211-3/+5
* o kill IEEE80211_NODE_PSUPDATE; it was never usedsam2008-09-061-7/+5
* put back placeholder commentsam2008-09-061-0/+1
* o validate the ba policy in addba responsesam2008-09-061-1/+27
* add IEEE80211_NODE_HT_ALL to collect up all the HT-related node flagssam2008-09-061-2/+1
* don't do ampdu reordering of fragments; they should never happensam2008-09-061-1/+15
* moreve the aggregation q; it's not being used andsam2008-09-061-4/+0
* add missing lock for htinfo updatesam2008-08-021-0/+2
* correct construction of delba action frame; don't shift+mask the initiatorsam2008-07-051-1/+1
* use the current left edge of the BA window when forming ADDBA requestsam2008-05-111-3/+4
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-226/+365
* o correct typo that broke check when handling addba responsesam2008-02-011-1/+2
* correct sta mode setup: adopt ap's ampdu density and max ampdu sizesam2007-11-231-2/+8
OpenPOWER on IntegriCloud