aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* Fix misspellings of transmitter/transmittedDevin Teske2018-08-101-1/+1
* ieee8021_node: fix whitespace issuesKyle Evans2018-08-101-9/+9
* net80211: Drain ageq before cleaning it up.Kyle Evans2018-08-101-0/+1
* net80211: Fix ifdetach w/o ifattach, small whitespace cleanupKyle Evans2018-07-101-7/+16
* Use an accessor function to access ifr_data.Brooks Davis2018-03-301-1/+2
* net80211: wrap protection frame allocation into ieee80211_alloc_prot()Andriy Voskoboinyk2018-03-092-0/+35
* net80211: sanitize input for ieee80211_output()Andriy Voskoboinyk2017-12-301-28/+115
* net80211: handle VHT nodes in ieee80211_node_setuptxparms()Andriy Voskoboinyk2017-12-301-1/+6
* kernel: Fix several typos and minor errorsEitan Adler2017-12-272-2/+2
* [net80211] add a method for checking if a VAP WME AC has a NOACK policy or not.Adrian Chadd2017-12-092-0/+33
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2767-0/+134
* [net80211] don't try to follow a NULL rxs pointer down the sink.Adrian Chadd2017-10-131-1/+1
* [net80211] begin handling multiple hardware decap'ed A-MSDU in the RX path.Adrian Chadd2017-10-122-2/+51
* net80211: fix a typo (premable -> preamble).Andriy Voskoboinyk2017-08-271-1/+1
* sys/net8021: Add missing braces in setcurchan().Pedro F. Giffuni2017-08-012-2/+3
* net80211: do not allow to unload rate control module if it is still in use.Andriy Voskoboinyk2017-07-232-1/+7
* net80211: initialize i_seq for A-MPDU frames.Andriy Voskoboinyk2017-06-011-0/+6
* [net80211] prepare for A-MSDU/A-MPDU offload crypto / sequence number checking.Adrian Chadd2017-05-208-12/+14
* [net80211] initial VHT radiotap implementation defines from upstream radiotap.Adrian Chadd2017-05-171-0/+116
* [net80211] add methods to fetch the global and per-VAP WME parameters.Adrian Chadd2017-04-222-0/+18
* [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