aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* Use an accessor function to access ifr_data.Brooks Davis2018-03-301-4/+4
* [ath] Use the BSSID address logic for STA VAPs too.Adrian Chadd2018-02-071-1/+2
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-2/+3
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-131-3/+2
* ath: fix possible memory disclosure in ioctl handlerEd Maste2018-01-031-1/+1
* ath: revert accidental change committed with r327526Ed Maste2018-01-031-1/+1
* embed_mfs: correctly test grep return valueEd Maste2018-01-031-1/+1
* ath: fix possible memory disclosures in ioctl handlersEd Maste2018-01-022-2/+4
* ath: fix memory disclosure from ath_btcoex_ioctlEd Maste2018-01-021-1/+2
* [net80211] convert all of the WME use over to a temporary copy of WME info.Adrian Chadd2018-01-022-4/+11
* kernel: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* SPDX: license IDs for some ISC-related files.Pedro F. Giffuni2017-12-08145-145/+435
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2763-17/+143
* [ath] Begin using the replacement EDCA functions.Adrian Chadd2017-10-121-1/+5
* [ath_hal] if building with ALQ, ensure we actually depend upon ALQ.Adrian Chadd2017-06-291-0/+3
* Increase timeout in Atheros HALWojciech Macek2017-05-291-1/+1
* [ath] fix short-GI wireshark flag.Adrian Chadd2017-05-261-1/+2
* [ath] [ath_hal] retire AH_SUPPORT_AR5416 changing anything.Adrian Chadd2017-05-254-42/+3
* [ath] [ath_hal] (etc, etc) - begin the task of re-modularising the HAL.Adrian Chadd2017-05-2516-18/+809
* [ath] begin migration of AHB support to use the PCI style board data API for ...Adrian Chadd2017-05-241-60/+38
* [ath] prepare for "correct" group (bcast/mcast) address frame handling and so...Adrian Chadd2017-03-191-37/+87
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* [ath] sigh, how'd I miss this.Adrian Chadd2017-02-101-0/+1
* [ath_hal] implement NULL methods for ah_setQuiet for AR5210, AR5211.Adrian Chadd2017-02-096-0/+20
* [ath] initial station side quiet IE support.Adrian Chadd2017-02-092-1/+196
* [ath] prepare for station side quiet time support.Adrian Chadd2017-02-071-0/+3
* [ath_hal] prepare for CAC quiet time.Adrian Chadd2017-02-032-0/+21
* [ath] ensure the NIC is woken up before changing the spectral scan parameters.Adrian Chadd2017-02-021-0/+9
* [ath_hal] add debugging level for spectral scan.Adrian Chadd2017-02-021-0/+1
* [ath] add spectral scan priority.Adrian Chadd2017-02-021-0/+1
* [ath] log seqno, type and subtype when assigning sequence numbers for A-MPDU.Adrian Chadd2017-01-311-1/+3
* [ath] fix "doing stuff before wakeup" warning; add comments for ACK/CTS handl...Adrian Chadd2017-01-271-0/+103
* [ath_hal] note that the CCA configuration setting may be chip-dependent.Adrian Chadd2017-01-241-0/+3
* [ath] modify cabq and per-node packet usage limits.Adrian Chadd2017-01-231-8/+11
* [ath] fix thresholds for deciding to queue to the software queue and populate...Adrian Chadd2017-01-231-16/+51
* [ath] [ar9300] ensure the software scheduler is called to form more aggregate...Adrian Chadd2017-01-231-1/+20
* [ath] only apply the AR9300 delimiter workaround for the first sub-frame.Adrian Chadd2017-01-221-5/+6
* [ath] improve the debugging when looking into the maximum A-MPDU size being c...Adrian Chadd2017-01-211-2/+8
* ath: adapt LDPC support checksAndriy Voskoboinyk2017-01-212-2/+3
* [ath] ensure both iv_ampdu_limit and iv_ampdu_rxmax is set.Adrian Chadd2017-01-211-0/+1
* [ath_hal] mad, mad hacks to get some semblence of correct HT/40 channels popu...Adrian Chadd2017-01-051-3/+55
* net80211 + drivers: convert to ieee80211_crypto_get_key_wepidx().Andriy Voskoboinyk2016-12-071-1/+2
* [ath] use the correct AMPDU frame limit for the given node, rather than the g...Adrian Chadd2016-12-031-15/+30
* [ath] force wake the hardware if we see a missed beacon.Adrian Chadd2016-11-282-28/+72
* [ath] revert the previous commit, after reading the 802.11-2012 spec a bit more.Adrian Chadd2016-11-281-10/+7
* [ath] wake up the hardware from power-save before doing transmit completion c...Adrian Chadd2016-11-281-0/+19
* [ath] fix target beacon interval programming for STA mode when in powersave.Adrian Chadd2016-11-281-1/+21
* [ath] include logging of TU versions of the TSF values.Adrian Chadd2016-11-281-2/+7
* [ath] Begin to lay the groundwork for btcoex related ioctl controls.Adrian Chadd2016-11-272-0/+7
* [ath] obey the peer A-MPDU density and max-size.Adrian Chadd2016-11-221-9/+54