summaryrefslogtreecommitdiff
path: root/sys/dev/ath
AgeCommit message (Expand)Author
2025-10-31ath(4): Fix a typo in a device messsageGordon Bergling
2025-09-30ath: fix ath_buf leak if ath_tx_tag_crypto() returns an errorAdrian Chadd
2025-09-19net80211: convert the rest of the native net80211 drivers to SEQNO_OFFLOADAdrian Chadd
2025-08-30net80211 / LinuxKPI: 802.11: revert / redo enum ieee80211_sta_rx_bwBjoern A. Zeeb
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2025-04-28ath(4): Fix a typo in a source code commentGordon Bergling
2025-03-01ath_rate_sample: fix setting HT ratesAdrian Chadd
2025-03-01ath: fix 20MHz HT short-gi logic.Adrian Chadd
2025-02-26sys: convert ni->ni_txrate references use to the new net80211 APIAdrian Chadd
2025-01-26ath(4): Fix a typo in a source code commentGordon Bergling
2024-12-18ath_rate_sample: correct the "best rate" calculationAdrian Chadd
2024-12-08net80211 / LinuxKPI 802.11: use enum ieee80211_sta_rx_bw for ni_chwBjoern A. Zeeb
2024-12-02ath: use the new net80211 methods for AMPDU density/limit, short-GIAdrian Chadd
2024-11-18net80211: add IEEE80211_IS_QOS_NULL()Adrian Chadd
2024-11-17net80211: migrate FC0_TYPE_MASK / FC0_SUBTYPE_MASK frame type checks to macrosAdrian Chadd
2024-10-23Fix enum warning in ath_hal's ar9002Dimitry Andric
2024-09-03ath(4): Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang
2024-07-15net80211: migrate the group/unicast key check into inline functionsAdrian Chadd
2024-02-22ath(4): always enable 11nBjoern A. Zeeb
2024-02-02ath: Fix typo (triple M)Jose Luis Duran
2023-12-25ath: Handle errors from copyout() in ath_rate_fetch_node_stats()Mark Johnston
2023-12-01ath: Revert "Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that pr...Bjoern A. Zeeb
2023-12-01Revert "[ath] Attempt to fix epoch handling."Bjoern A. Zeeb
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-23ath(4): Fix a typo in a source code commentGordon Bergling
2023-11-14ath_hal: Fix a couple of type mismatches in function prototypesJohn Baldwin
2023-10-02net80211 / drivers: remove public use of ieee80211_node_incref()Bjoern A. Zeeb
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-08-09ath(4): Remove MIPS SoC build glue and AR9130 from FreeBSD HALMarius Strobl
2023-08-08ath(4): Remove MIPS AHB frontend and join PCI one w/ main support againMarius Strobl
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-06ath(4) IfAPI fixupsJustin Hibbits
2023-01-19ath(4): Fix a sysctl description and a typo in a commentGordon Bergling
2022-12-21DrvAPI: Trivial mechanical conversions for various driversJustin Hibbits
2022-12-07ath: Fix mismatches in array bounds.John Baldwin
2022-09-03ath(4): Fix two typos in source code commentsGordon Bergling
2022-05-06ath: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-09ath(4): Remove a double word in a few source code commentsGordon Bergling
2022-03-27ath: Fix a typo in a source code commentGordon Bergling
2021-05-22ath: bump the default node queue size to 128 frames, not 64Adrian Chadd
2021-05-22[ath] Handle STA + AP beacon programming without stomping over HW AP beacon p...Adrian Chadd
2021-05-22[ath] Add ast_tsfoor to the sysctl statistics array.Adrian Chadd
2021-04-18[ath] Add ath_hal_getnav and ath_hal_setnav so the driver layerAdrian Chadd
2021-04-18[ath_hal] Add get/set NAV functionsAdrian Chadd
2021-03-12[ath] do a cold reset if TSFOOR triggersAdrian Chadd
2021-03-12[ath] validate ts_antenna before updating tx statisticsAdrian Chadd
2021-03-08ath_hal: Stop printing messages during bootMark Johnston
2020-12-08[ath] also remove the magic size value here for the transmit antenna statistics.Adrian Chadd
2020-12-08[ath] Don't use hard-coded values in the sanity check.Adrian Chadd