summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_ht.c
Commit message (Expand)AuthorAgeFilesLines
* net80211: fix more compiler warnings.avos2016-05-191-2/+2
* [net80211] add extra debugging around negotiated A-MPDU parameters.adrian2016-05-041-0/+8
* sys/net*: minor spelling fixes.pfg2016-05-031-1/+1
* [net80211] add STBC capability flags to iv_flags_ht.adrian2016-04-261-0/+12
* net80211: provide descriptions for reason codesavos2016-04-201-6/+8
* net80211: replace internal LE_READ_*/LE_WRITE_* macro with systemavos2016-04-201-11/+11
* [net80211] correctly (i hope, wow) do a ticks comparison to limit A-MPDU atte...adrian2016-04-101-1/+1
* [net80211] unconditionally do A-MPDU RX aging.adrian2016-04-101-12/+2
* [net80211] log the node pointer when calling ht node init/cleanupadrian2016-04-091-6/+7
* [net80211] migrate the time_* macros to ieee80211_* namespace.adrian2016-03-301-1/+1
* These files were getting sys/malloc.h and vm/uma.h with header pollutionglebius2016-02-011-0/+1
* [net80211] log the A-MPDU setup attempt count as part of debugging.adrian2015-11-251-2/+2
* Abstract out the ampdu TX pps initialisation code so it can be reusedadrian2015-09-281-4/+3
* Add external facing methods to control TX A-MPDU negotiaton.adrian2015-09-221-6/+49
* Add an external facing function to manually set the RX A-MPDU parametersadrian2015-09-181-0/+37
* Use name from ieee80211com instead of parent ifnet, in debugging printfs.glebius2015-05-251-10/+7
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* Attempt to address Bug #176201 - don't advertise what the AP announcedadrian2015-05-101-1/+18
* Initialise the pps / packet tracking timestamp so 11n aggregation works again.adrian2015-03-221-1/+8
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-211-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Fix a VAP BSS node reference in the HT code to actually take a referenceadrian2013-05-101-1/+7
* Bring over my initial work from the net80211 TX locking branch.adrian2013-03-081-1/+3
* 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
OpenPOWER on IntegriCloud