aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* [if_ath] Don't update the beacon bits from beacon frames in hostapd mode.Adrian Chadd2020-06-071-4/+8
* [ath] Don't re-program the beacon timers if we miss a beacon in software-beac...Adrian Chadd2020-06-011-1/+9
* [ath] Update ath_rate_sample to use the same base type as ticks.Adrian Chadd2020-05-271-1/+1
* [ath] [ath_hal] Propagate the HAL_RESET_TYPE through to the chip reset; set i...Adrian Chadd2020-05-2511-21/+40
* [ath] Hopefully recover better-er upon RX restart on AR9380.Adrian Chadd2020-05-212-7/+43
* [ath] reset hardware if this particular mac bug is seen.Adrian Chadd2020-05-211-1/+5
* [ath_rate_sample] Obey the maximum frame length even when using static rates.Adrian Chadd2020-05-211-0/+16
* [ath_rate_sample] Fix correct status when completing frames with short failures.Adrian Chadd2020-05-161-6/+26
* [ath_rate_sample] Limit the tx schedules for A-MPDU ; don't take short retriesAdrian Chadd2020-05-165-17/+46
* [ath_rate_sample] Fix logic for determining whether to bump up an MCS rate.Adrian Chadd2020-05-161-9/+11
* [ath] [ath_rate_sample] le oops, trim out an #if 1 that I didn't fully delete.Adrian Chadd2020-05-151-1/+0
* [ath] [ath_rate] Extend ath_rate_sample to better handle 11n rates and aggreg...Adrian Chadd2020-05-1511-170/+446
* [ath] [ath_rate] Add some extra data into the rate control lookup.Adrian Chadd2020-05-136-16/+42
* [ath_hal] [ath_hal_ar9300] Fix endian macros to work in and out of kernel tree.Adrian Chadd2020-05-121-0/+12
* ath_hal: fix typo in ath_hal_printfRebecca Cran2020-03-181-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (7 of many)Pawel Biernacki2020-02-213-64/+69
* [ath] Attempt to fix epoch handling.Adrian Chadd2020-02-203-2/+15
* Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff2020-02-112-4/+1
* ath(4) processing input packets in taskqueue. Enter network epochGleb Smirnoff2020-01-241-0/+3
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-24/+21
* [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