aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* [ath_hal] Fix queue bits a bitAdrian Chadd2019-05-281-1/+1
* [ath_rate_sample] Have the final attempted rate in 11n modes to be the lowest...Adrian Chadd2019-05-051-18/+18
* [ath] [ath_rate] Fix ANI calibration during non-ACTIVE states; start poking a...Adrian Chadd2019-05-058-1/+104
* [ath] [ath_hal] [ath_hal_9300] Extend the start PCU receive to handle resetti...Adrian Chadd2019-04-2112-18/+18
* [ath] Fix return value check to not complain.Adrian Chadd2019-04-191-1/+1
* Fix ieee80211_radiotap(9) usage in wireless drivers:Andriy Voskoboinyk2019-03-111-1/+1
* [ath_hal] [ath_hal_ar9300] ANI fixes and preparation for userland control.Adrian Chadd2019-03-061-4/+5
* [ath_hal] add extra ANI fields for the AR9300 HAL.Adrian Chadd2019-03-041-1/+3
* ath: Minor style cleanupsKyle Evans2018-08-101-4/+4
* Fix PCI_SUBDEV callWarner Losh2018-07-071-1/+1
* Switch to using new PCI_MATCH stuff.Warner Losh2018-07-072-80/+7
* ath(4): Fix typo in debugging codeConrad Meyer2018-07-051-1/+1
* [ath_hal] Return failure if noise floor calibration fails.Adrian Chadd2018-06-081-4/+13
* [ath_hal] Don't do ANI processing if we've reset.Adrian Chadd2018-06-082-0/+6
* [ath_hal] migrate the shared HAL_RESET_* pieces out into ath_hal.Adrian Chadd2018-05-252-6/+6
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* 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