aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* ath: migrate to new net80211 encryption key APIAdrian Chadd2026-02-261-9/+25
* ath_hal(4): Fix a typo in a source code commentGordon Bergling2026-01-311-1/+1
* ath(4): Fix a typo in a device messsageGordon Bergling2025-10-311-1/+1
* ath: fix ath_buf leak if ath_tx_tag_crypto() returns an errorAdrian Chadd2025-10-011-3/+11
* net80211: convert the rest of the native net80211 drivers to SEQNO_OFFLOADAdrian Chadd2025-09-202-0/+13
* net80211 / LinuxKPI: 802.11: revert / redo enum ieee80211_sta_rx_bwBjoern A. Zeeb2025-08-302-7/+7
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-2/+1
* ath(4): Fix a typo in a source code commentGordon Bergling2025-04-281-1/+1
* ath_rate_sample: fix setting HT ratesAdrian Chadd2025-03-011-1/+2
* ath: fix 20MHz HT short-gi logic.Adrian Chadd2025-03-011-1/+1
* sys: convert ni->ni_txrate references use to the new net80211 APIAdrian Chadd2025-02-263-10/+20
* ath(4): Fix a typo in a source code commentGordon Bergling2025-01-261-1/+1
* ath_rate_sample: correct the "best rate" calculationAdrian Chadd2024-12-181-1/+2
* net80211 / LinuxKPI 802.11: use enum ieee80211_sta_rx_bw for ni_chwBjoern A. Zeeb2024-12-082-7/+7
* ath: use the new net80211 methods for AMPDU density/limit, short-GIAdrian Chadd2024-12-031-31/+7
* net80211: add IEEE80211_IS_QOS_NULL()Adrian Chadd2024-11-191-2/+2
* net80211: migrate FC0_TYPE_MASK / FC0_SUBTYPE_MASK frame type checks to macrosAdrian Chadd2024-11-171-22/+2
* Fix enum warning in ath_hal's ar9002Dimitry Andric2024-10-231-1/+1
* ath(4): Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-033-18/+0
* net80211: migrate the group/unicast key check into inline functionsAdrian Chadd2024-07-151-2/+1
* ath(4): always enable 11nBjoern A. Zeeb2024-02-221-0/+1
* ath: Fix typo (triple M)Jose Luis Duran2024-02-035-5/+5
* ath: Handle errors from copyout() in ath_rate_fetch_node_stats()Mark Johnston2023-12-261-7/+17
* ath: Revert "Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that pr...Bjoern A. Zeeb2023-12-011-1/+1
* Revert "[ath] Attempt to fix epoch handling."Bjoern A. Zeeb2023-12-013-15/+2
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-276-6/+1
* ath(4): Fix a typo in a source code commentGordon Bergling2023-11-231-1/+1
* ath_hal: Fix a couple of type mismatches in function prototypesJohn Baldwin2023-11-152-2/+2
* net80211 / drivers: remove public use of ieee80211_node_incref()Bjoern A. Zeeb2023-10-021-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-2/+9
* [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