aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* [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 possible panic when wlan(4) interface is destroyed.Andriy Voskoboinyk2017-03-241-0/+1
* net80211: reschedule tasks properly after r315594.Andriy Voskoboinyk2017-03-191-2/+1
* net80211: do not cancel callout when FF queue is empty.Andriy Voskoboinyk2017-03-191-22/+2
* net80211: add a timer to flush fast-frames queues.Andriy Voskoboinyk2017-03-192-4/+45
* [net80211] begin fleshing out per-VAP WME configurations.Adrian Chadd2017-03-133-11/+24
* net80211: fix ieee80211_htrateset setup, return EINVAL for an unsupportedAndriy Voskoboinyk2017-03-035-16/+33
* [net80211] validate VHT IEs.Adrian Chadd2017-02-201-1/+11
* [net80211] teach the probe response routine to add VHT IEs as appropriate.Adrian Chadd2017-02-201-0/+9
* [net80211] fix up VHT IE comparison typoAdrian Chadd2017-02-201-1/+3
* [net80211] fix NULL pointer dereference in VHT operation in hostap mode.Adrian Chadd2017-02-201-1/+3
* [net80211] RX parameter shuffle in net80211 in preparation for 4x4 NICs and 1...Adrian Chadd2017-02-203-103/+114
* [net80211] add a sysctl that forces a vap restart.Adrian Chadd2017-02-111-0/+26
* [net80211] don't bother doing fragmentation if the driver supports fragmentat...Adrian Chadd2017-02-091-5/+13
* [net80211] quiet IE handling improvementsAdrian Chadd2017-02-095-15/+115
* [net80211] don't update quiet time counter values every probe request.Adrian Chadd2017-02-031-8/+15
* net80211: cleanup ic_flags / iv_flagsAndriy Voskoboinyk2017-01-312-8/+5
* [net80211] address seqno allocation for group addressed framesAdrian Chadd2017-01-303-11/+69
* [net80211] prepare configuration checks for VHT, fragment-offload and seqno-o...Adrian Chadd2017-01-271-2/+8
* net80211: fix flags setup for HT40 5GHz channels.Andriy Voskoboinyk2017-01-221-1/+1
* net80211: allow to configure LDPC supportAndriy Voskoboinyk2017-01-216-3/+62
* [net80211] allow for MCS16-23 to be statically configured.Adrian Chadd2017-01-201-1/+1
* [net80211] add some more "is this XXX" macros for CTRL and DATA.Adrian Chadd2017-01-151-0/+6
* [net80211] add a macro to check this configuration option.Adrian Chadd2017-01-131-0/+3
* [net80211] begin laying the groundwork for drivers to do their own sequence n...Adrian Chadd2017-01-131-1/+2
* [net80211] Initial VHT node upgrade/downgrade support and initial IE parsing.Adrian Chadd2017-01-139-60/+671
* [net80211] initial, somewhat incomplete VHT channel setup code and attach path.Adrian Chadd2017-01-131-9/+277
* Fix build without IEEE80211_DEBUG.Sergey Kandaurov2017-01-101-1/+4
* [net80211] add VHT mediatype initialisation and update helper functions.Adrian Chadd2017-01-101-1/+28
* [net80211] Add default parameters for 11ac.Adrian Chadd2017-01-101-0/+2
* [net80211] add VHT action frame placeholders for when it's time to implement.Adrian Chadd2017-01-101-0/+40
* [net80211] add missing VHTCAP declaration changes.Adrian Chadd2017-01-101-2/+38
* [net80211] add CHAN_VHT2G/CHAN_VHT5G macros.Adrian Chadd2017-01-101-0/+6
* [net80211] add VHT EDCA parameters for WME/QoS mode.Adrian Chadd2017-01-101-0/+15
* [net80211] create a helper function to calculate the station facing VHT capab...Adrian Chadd2017-01-102-31/+369
* [net80211] add roaming parameters for 11ac.Adrian Chadd2017-01-081-0/+6
* [net80211] use the correct freq2 field when populating VHT operation element.Adrian Chadd2017-01-081-1/+9
* [net80211] Add initial VHT support routines.Adrian Chadd2017-01-082-0/+532
* [net80211] add a "is VHT available" macro.Adrian Chadd2017-01-081-0/+8
* [net80211] add syncflags methods for the VHT flags configuration.Adrian Chadd2017-01-072-1/+57
* [net80211] add some more bits.Adrian Chadd2017-01-071-1/+4
* [net80211] add VHT ioctl parameters and driver capabilitiesAdrian Chadd2017-01-072-1/+87
* [net80211] add VHT IEs to scan elements.Adrian Chadd2017-01-071-1/+3
* [net80211] add VHT node flag; parsed chanwidth.Adrian Chadd2017-01-071-2/+5
* [net80211] add FVHT flags for channel widths.Adrian Chadd2017-01-071-1/+26
* [net80211] Remove duplicate VHTOPMODE configuration bits.Adrian Chadd2017-01-071-10/+6
* [net80211] correct VHT ieee80211com state bits.Adrian Chadd2017-01-051-2/+7
* [net80211] Add VHT flags for printf/debugging.Adrian Chadd2017-01-041-2/+3