summaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_ath.c
AgeCommit message (Expand)Author
2025-09-19net80211: convert the rest of the native net80211 drivers to SEQNO_OFFLOADAdrian Chadd
2025-01-26ath(4): Fix a typo in a source code commentGordon Bergling
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-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
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-03-12[ath] do a cold reset if TSFOOR triggersAdrian Chadd
2021-03-12[ath] validate ts_antenna before updating tx statisticsAdrian Chadd
2020-09-07WiFi: fix ieee80211_media_change() callersBjoern A. Zeeb
2020-09-01ath: clean up empty lines in .c and .h filesMateusz Guzik
2020-05-25[ath] [ath_hal] Propagate the HAL_RESET_TYPE through to the chip reset; set i...Adrian Chadd
2020-05-21[ath] Hopefully recover better-er upon RX restart on AR9380.Adrian Chadd
2020-05-15[ath] [ath_rate] Extend ath_rate_sample to better handle 11n rates and aggreg...Adrian Chadd
2020-05-13[ath] [ath_rate] Add some extra data into the rate control lookup.Adrian Chadd
2020-02-20[ath] Attempt to fix epoch handling.Adrian Chadd
2020-02-11Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff
2019-10-21Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff
2019-05-05[ath] [ath_rate] Fix ANI calibration during non-ACTIVE states; start poking a...Adrian Chadd
2018-07-05ath(4): Fix typo in debugging codeConrad Meyer
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2018-02-07[ath] Use the BSSID address logic for STA VAPs too.Adrian Chadd
2017-12-27kernel: Fix several typos and minor errorsEitan Adler
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-12[ath] Begin using the replacement EDCA functions.Adrian Chadd
2017-05-25[ath] [ath_hal] (etc, etc) - begin the task of re-modularising the HAL.Adrian Chadd
2017-02-09[ath] initial station side quiet IE support.Adrian Chadd
2017-01-27[ath] fix "doing stuff before wakeup" warning; add comments for ACK/CTS handl...Adrian Chadd
2017-01-23[ath] modify cabq and per-node packet usage limits.Adrian Chadd
2017-01-21ath: adapt LDPC support checksAndriy Voskoboinyk
2017-01-21[ath] ensure both iv_ampdu_limit and iv_ampdu_rxmax is set.Adrian Chadd
2016-11-28[ath] force wake the hardware if we see a missed beacon.Adrian Chadd
2016-07-08[ath_hal] retire a "long RX desc" flag, store/use the TX/RX timestamp length.Adrian Chadd
2016-06-02[ath] commit initial bluetooth coexistence support for the MCI NICs.Adrian Chadd
2016-05-02dev/ath: minor spelling fixes in comments.Pedro F. Giffuni
2016-04-26[ath] add LDPC capability support and LDPC RX support.Adrian Chadd
2016-04-20net80211: replace internal LE_READ_*/LE_WRITE_* macro with systemAndriy Voskoboinyk
2016-04-10Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni
2016-02-29Fix up the ath(4) device names for QCA chipsets.Adrian Chadd
2015-11-24[ath] migrate ioctl and busdma memory operations out into separate source files.Adrian Chadd
2015-11-09ath(4): begin fleshing out a "reset type" extension to force cold/warn resets.Adrian Chadd
2015-11-03ath(4) - don't try to free buffers / return an error if we've committedAdrian Chadd
2015-10-12net80211: separate mbuf cleanup from ieee80211_fragment()Adrian Chadd
2015-10-05Remove the unnecessary cast.Kevin Lo
2015-09-22net80211 & wireless drivers: remove duplicate defines (noop)Adrian Chadd
2015-08-27Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff
2015-08-17Remove most of the references of ifp->if_softc and replace withAdrian Chadd
2015-08-08Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd
2015-08-07Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff