aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_ht.c
Commit message (Expand)AuthorAgeFilesLines
* Provide MS() and SM() macros for 80211 and wireless drivers.Bjoern A. Zeeb2020-09-241-47/+48
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+1
* 80211: consistently spell 80P80Bjoern A. Zeeb2020-08-171-1/+1
* [net80211] Migrate HT/legacy protection mode and preamble calculation to per-...Adrian Chadd2020-07-011-63/+77
* [net80211] Handle offloaded AMSDU in AMPDU reordering.Adrian Chadd2020-06-131-61/+222
* [net80211] First part of A-MSDU offload handling - don't bump A-MPDU reorderi...Adrian Chadd2020-06-121-3/+6
* [net80211] Add initial A-MSDU in A-MPDU negotation support.Adrian Chadd2020-06-051-12/+47
* [net80211] Add some TODOs around A-MSDU in A-MPDU negotiation.Adrian Chadd2020-06-051-2/+8
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (7 of many)Pawel Biernacki2020-02-211-9/+12
* net80211: correct check for SMPS node flags updatesAndriy Voskoboinyk2019-03-181-2/+2
* net80211(4): hide casts for 'i_seq' field offset calculation insideAndriy Voskoboinyk2019-02-101-4/+1
* kernel: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* 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] refactor out "add slot" and "purge slot" for A-MPDU.Adrian Chadd2017-04-111-26/+56
* [net80211] refactor out the A-MPDU dispatch routine.Adrian Chadd2017-04-061-28/+29
* [net80211] refactor the A-MPDU RX window codeAdrian Chadd2017-04-021-33/+37
* net80211: fix ieee80211_htrateset setup, return EINVAL for an unsupportedAndriy Voskoboinyk2017-03-031-9/+6
* [net80211] address seqno allocation for group addressed framesAdrian Chadd2017-01-301-0/+10
* net80211: allow to configure LDPC supportAndriy Voskoboinyk2017-01-211-1/+24
* [net80211] Initial VHT node upgrade/downgrade support and initial IE parsing.Adrian Chadd2017-01-131-43/+246
* [net80211] Remove extra \n.Adrian Chadd2016-11-221-1/+1
* [net80211] implement "first RX defines the BAW" hack.Adrian Chadd2016-11-101-2/+20
* [net80211] add a method to also explicitly tear down RX A-MPDU.Adrian Chadd2016-11-061-0/+13
* [net80211] remove now duplicate copy of the QOSDATA check macro.Adrian Chadd2016-10-131-3/+0
* [net80211] add a HT method to populate HTCAP based on IBSS requirements.Adrian Chadd2016-09-171-0/+90
* net80211: fix more compiler warnings.Andriy Voskoboinyk2016-05-191-2/+2
* [net80211] add extra debugging around negotiated A-MPDU parameters.Adrian Chadd2016-05-041-0/+8
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* [net80211] add STBC capability flags to iv_flags_ht.Adrian Chadd2016-04-261-0/+12
* net80211: provide descriptions for reason codesAndriy Voskoboinyk2016-04-201-6/+8
* net80211: replace internal LE_READ_*/LE_WRITE_* macro with systemAndriy Voskoboinyk2016-04-201-11/+11
* [net80211] correctly (i hope, wow) do a ticks comparison to limit A-MPDU atte...Adrian Chadd2016-04-101-1/+1
* [net80211] unconditionally do A-MPDU RX aging.Adrian Chadd2016-04-101-12/+2
* [net80211] log the node pointer when calling ht node init/cleanupAdrian Chadd2016-04-091-6/+7
* [net80211] migrate the time_* macros to ieee80211_* namespace.Adrian Chadd2016-03-301-1/+1
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-0/+1
* [net80211] log the A-MPDU setup attempt count as part of debugging.Adrian Chadd2015-11-251-2/+2
* Abstract out the ampdu TX pps initialisation code so it can be reusedAdrian Chadd2015-09-281-4/+3
* Add external facing methods to control TX A-MPDU negotiaton.Adrian Chadd2015-09-221-6/+49
* Add an external facing function to manually set the RX A-MPDU parametersAdrian Chadd2015-09-181-0/+37
* Use name from ieee80211com instead of parent ifnet, in debugging printfs.Gleb Smirnoff2015-05-251-10/+7
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Attempt to address Bug #176201 - don't advertise what the AP announcedAdrian Chadd2015-05-101-1/+18
* Initialise the pps / packet tracking timestamp so 11n aggregation works again.Adrian Chadd2015-03-221-1/+8
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Fix a VAP BSS node reference in the HT code to actually take a referenceAdrian Chadd2013-05-101-1/+7
* Bring over my initial work from the net80211 TX locking branch.Adrian Chadd2013-03-081-1/+3
* Add some further BAR TX debugging; it was useful when figuring outAdrian Chadd2012-10-281-0/+47