summaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_athioctl.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2021-03-12[ath] do a cold reset if TSFOOR triggersAdrian Chadd
2020-12-08[ath] replace the hard-coded magic values in if_athioctl.h with constant definesAdrian Chadd
2020-09-01ath: clean up empty lines in .c and .h filesMateusz Guzik
2019-03-11Fix ieee80211_radiotap(9) usage in wireless drivers:Andriy Voskoboinyk
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-02[ath] add spectral scan priority.Adrian Chadd
2016-11-27[ath] Begin to lay the groundwork for btcoex related ioctl controls.Adrian Chadd
2016-09-20net80211: remove IEEE80211_RADIOTAP_TSFT field from transmit definitions.Andriy Voskoboinyk
2016-08-01[ath] update comments.Adrian Chadd
2016-04-29[ath] Add counters for STBC TX and LDPC TX.Adrian Chadd
2013-05-15Implement my first cut at "correct" node power-save andAdrian Chadd
2013-05-08Implement STBC receive frame statistics.Adrian Chadd
2013-05-07Re-work how transmit buffer limits are enforced - partly to fix the PR,Adrian Chadd
2013-03-11Add a few new fields to the RX vendor radiotap header:Adrian Chadd
2013-03-11Bump the EVM array size up to fit the AR9380 EVM entries.Adrian Chadd
2013-01-08Add support for triggering spectral scan upon a channel reset/change.Adrian Chadd
2013-01-02Add a new (skeleton) spectral mode manager module.Adrian Chadd
2012-09-18Implement my first cut at filtered frames in aggregation sessions.Adrian Chadd
2012-07-31Placeholder ioctl for an upcoming rate control statistics API change.Adrian Chadd
2012-07-20Introduce a rate table TLV so rate table statistics consumersAdrian Chadd
2012-07-20Create an ioctl API for fetching the current rate control information.Adrian Chadd
2012-07-15Handle RX Keymiss events.Adrian Chadd
2012-06-24Introduce an optional ath(4) radiotap vendor extension.Adrian Chadd
2012-06-10Add a new ioctl for ath(4) which returns the aggregate statistics.Adrian Chadd
2012-04-10Squirrel away SYNC interrupt debugging if it's enabled in the HAL.Adrian Chadd
2012-04-07Break out the legacy duration and protection code into routines,Adrian Chadd
2012-03-10Don't flood the cabq/mcastq with frames.Adrian Chadd
2011-11-23Flesh out the TX aggregation completion statistics.Adrian Chadd
2011-11-08Bring over the 11n aggregation statistics struct from the if_ath_tx branch.Adrian Chadd
2011-10-26As a prelude to bringing over the 11n work, include some extra statistics fie...Adrian Chadd
2011-07-21This links in the ath dfs ioctl into the driver and defines theAdrian Chadd
2011-05-15* Add some more TX descriptor error counters; this'll be helpful whenAdrian Chadd
2011-04-18Add TX carrier sense timeout statistics.Adrian Chadd
2011-04-18Bump pad, I'm adding more statistics.Adrian Chadd
2011-04-18Add global TX timeout handling.Adrian Chadd
2011-03-29According to ath9k recv.c, one shouldn't be doing self-linked descriptorsAdrian Chadd
2011-02-21Add a new counter which tracks frames TX'ed with HT protection.Adrian Chadd
2011-02-14Some statistics additions - prepare for error codes > 32 (since the AR5416Adrian Chadd
2011-02-06Only tag packets with the A-MPDU bit if they were part of an A-MPDU RX.Adrian Chadd
2011-01-21ANI changes #1 - split out the ANI polling from the RxMonitor hook.Adrian Chadd
2010-08-14Add a global counter of missed beacons.Adrian Chadd
2009-02-13add SIOCZATHSTATS ioctl to zero driver statisticsSam Leffler
2009-02-13add driver stat to count tx drops due to insufficient frag buffersSam Leffler
2009-02-05Minor packet drop improvements:Sam Leffler
2009-01-08TDMA support for long distance point-to-point links using ath devices:Sam Leffler
2008-04-20Multi-bss (aka vap) support for 802.11 devices.Sam Leffler
2007-06-11Update 802.11 wireless support:Sam Leffler
2007-06-06update copyrights to 2007 and convert to be 2-clause bsd-onlySam Leffler