aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* [ath] also remove the magic size value here for the transmit antenna statistics.Adrian Chadd2020-12-081-1/+2
* [ath] Don't use hard-coded values in the sanity check.Adrian Chadd2020-12-081-3/+6
* [ath] replace the hard-coded magic values in if_athioctl.h with constant definesAdrian Chadd2020-12-081-4/+11
* Provide MS() and SM() macros for 80211 and wireless drivers.Bjoern A. Zeeb2020-09-242-11/+6
* WiFi: fix ieee80211_media_change() callersBjoern A. Zeeb2020-09-071-11/+2
* ath: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0199-197/+83
* [ath_hal] Add KeyMiss for AR5212/AR5416 series chips.Adrian Chadd2020-06-272-3/+5
* [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