aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_ath_spectral.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* ath: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+1
* ath: fix possible memory disclosures in ioctl handlersEd Maste2018-01-021-1/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* [ath] ensure the NIC is woken up before changing the spectral scan parameters.Adrian Chadd2017-02-021-0/+9
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+2
* Fix format size.Adrian Chadd2013-01-081-1/+1
* Add support for triggering spectral scan upon a channel reset/change.Adrian Chadd2013-01-081-2/+52
* Don't call the spectral methods for NICS that don't implement them.Adrian Chadd2013-01-031-2/+16
* Add a new (skeleton) spectral mode manager module.Adrian Chadd2013-01-021-0/+224