aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* Fix enum warning in ath_hal's ar9002Dimitry Andric2024-10-271-1/+1
* ath(4): Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-303-18/+0
* ath(4): always enable 11nBjoern A. Zeeb2024-04-011-0/+1
* ath: Revert "Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that pr...Bjoern A. Zeeb2024-02-181-1/+1
* Revert "[ath] Attempt to fix epoch handling."Bjoern A. Zeeb2024-02-183-15/+2
* ath_hal: Fix a couple of type mismatches in function prototypesJohn Baldwin2024-01-032-2/+2
* ath: Handle errors from copyout() in ath_rate_fetch_node_stats()Mark Johnston2024-01-021-7/+17
* ath(4): Fix a typo in a source code commentGordon Bergling2023-11-261-1/+1
* net80211 / drivers: remove public use of ieee80211_node_incref()Bjoern A. Zeeb2023-10-041-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1624-48/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-16207-414/+0
* ath(4): Remove MIPS SoC build glue and AR9130 from FreeBSD HALMarius Strobl2023-08-098-1145/+0
* ath(4): Remove MIPS AHB frontend and join PCI one w/ main support againMarius Strobl2023-08-081-353/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1257-57/+57
* ath(4) IfAPI fixupsJustin Hibbits2023-02-061-2/+2
* ath(4): Fix a sysctl description and a typo in a commentGordon Bergling2023-01-192-2/+2
* DrvAPI: Trivial mechanical conversions for various driversJustin Hibbits2022-12-214-3/+4
* ath: Fix mismatches in array bounds.John Baldwin2022-12-071-1/+1
* ath(4): Fix two typos in source code commentsGordon Bergling2022-09-032-3/+3
* ath: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-062-5/+7
* ath(4): Remove a double word in a few source code commentsGordon Bergling2022-04-092-2/+2
* ath: Fix a typo in a source code commentGordon Bergling2022-03-271-1/+1
* ath: bump the default node queue size to 128 frames, not 64Adrian Chadd2021-05-231-3/+10
* [ath] Handle STA + AP beacon programming without stomping over HW AP beacon p...Adrian Chadd2021-05-223-22/+61
* [ath] Add ast_tsfoor to the sysctl statistics array.Adrian Chadd2021-05-221-0/+4
* [ath] Add ath_hal_getnav and ath_hal_setnav so the driver layerAdrian Chadd2021-04-191-0/+4
* [ath_hal] Add get/set NAV functionsAdrian Chadd2021-04-1910-0/+87
* [ath] do a cold reset if TSFOOR triggersAdrian Chadd2021-03-133-5/+47
* [ath] validate ts_antenna before updating tx statisticsAdrian Chadd2021-03-131-0/+5
* ath_hal: Stop printing messages during bootMark Johnston2021-03-081-2/+4
* [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