summaryrefslogtreecommitdiff
path: root/sys/modules/ath
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2022-03-01ath: fix older clang build.Warner Losh
2022-03-01ath: Suppress set but unused warningsWarner Losh
2017-05-25[ath] [ath_hal] (etc, etc) - begin the task of re-modularising the HAL.Adrian Chadd
2017-01-20Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper
2016-06-02[ath] commit initial bluetooth coexistence support for the MCI NICs.Adrian Chadd
2015-12-02Add initial ar9300 HAL support for the spectral scan mode.Adrian Chadd
2015-11-24[ath] migrate ioctl and busdma memory operations out into separate source files.Adrian Chadd
2015-01-03Re-support CWARNFLAGS, lost when bsd.sys.mk was removed. Also, supportWarner Losh
2013-12-28Disable warning about unused functions for ar9300_reset.c for now.Dimitry Andric
2013-06-12Migrate the LNA mixing diversity machinery from the AR9285 HAL to the driver.Adrian Chadd
2013-06-07Bring over the initial static bluetooth coexistence configurationAdrian Chadd
2013-05-02Add the AR9300 HAL into the kernel and module builds.Adrian Chadd
2013-03-14Disable warning/errors for two files for now - they don't compile cleanAdrian Chadd
2013-03-12Shift this over to a new location in contrib/, in preparation to pushAdrian Chadd
2013-03-09Placeholder for the upcoming AR9300 HAL code.Adrian Chadd
2013-01-02Link if_ath_spectral.c into the build.Adrian Chadd
2013-01-02Add missing update to link ar5416_spectral.c into the build.Adrian Chadd
2012-12-03Add the btcoex code into the module compilation.Adrian Chadd
2012-12-03Include if_ath_alq.c, which only gets actually compiled if ATH_DEBUG_ALQAdrian Chadd
2012-08-29Remove workaround for the clang 3.2 warning in ah_eeprom_9287.c, sinceDimitry Andric
2012-08-20Upgrade our copy of llvm/clang to trunk r162107. With thanks toDimitry Andric
2012-07-23Begin separating out the TX DMA setup in preparation for TX EDMA support.Adrian Chadd
2012-07-03Link in the new RX EDMA routines.Adrian Chadd
2012-05-20Migrate most of the beacon handling functions out to if_ath_beacon.c.Adrian Chadd
2012-05-20Migrate the TDMA management functions out of if_ath.c into if_ath_tdma.c.Adrian Chadd
2012-05-20.. and update this.Adrian Chadd
2012-02-20Break out the radar code into a separate source file.Adrian Chadd
2012-01-05Re-enable this bit of logic from before, which only sets a defaultAdrian Chadd
2011-12-26First pass of LED related code changes.Adrian Chadd
2011-12-22Disable various warnings for the ath module in a more fine-grained way:Dimitry Andric
2011-12-21Amend r228783 by also disabling -Wshift-count-negativeDimitry Andric
2011-11-10Revert this previous commit for now - although this override unfortunatelyAdrian Chadd
2011-11-10Add a missing reference to AR9287.Adrian Chadd
2011-11-09Use the system-provided opt_ah.h if one is provided.Adrian Chadd
2011-06-01Flesh out the radar detection related operations for the ath driver.Adrian Chadd
2011-05-26Introduce AR9287 support to the FreeBSD HAL.Adrian Chadd
2011-04-28Introduce AR9130 (HOWL) WMAC support to the FreeBSD HAL.Adrian Chadd
2011-04-13Bring over the antenna diversity logic support for Kite.Adrian Chadd
2011-04-13Add the initial AR9285 PHY glue for supporting antenna diversity.Adrian Chadd
2011-03-31Break out the ath PCI logic into a separate device/module.Adrian Chadd
2011-03-11Port over the AR9285 PA calibration and initial calibration code fromAdrian Chadd
2011-03-08Implement open-loop TX power control (OLC) for Merlin (AR9280) andAdrian Chadd
2011-03-02Break the keycache management functions out into if_ath_keycache.c .Adrian Chadd
2011-03-02Migrate the sysctl related routines (statistics, debugging, etc) out ofAdrian Chadd
2011-02-01Include some preliminary TX HT rate scenario setup code.Adrian Chadd
2011-01-29Migrate the TX path code out of if_ath and into a separate source file.Adrian Chadd
2011-01-29Break out the debug macros from if_ath.c into if_ath_debug.[ch] .Adrian Chadd
2011-01-20Push the non-AR5416 related stuff into chipset specific directories.Adrian Chadd
2010-03-03Add a missing ar9285_reset.c file.Rui Paulo