aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ath
Commit message (Expand)AuthorAgeFilesLines
* [ath] [ath_hal] (etc, etc) - begin the task of re-modularising the HAL.Adrian Chadd2017-05-251-127/+2
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-01-201-17/+17
* [ath] commit initial bluetooth coexistence support for the MCI NICs.Adrian Chadd2016-06-021-1/+1
* Add initial ar9300 HAL support for the spectral scan mode.Adrian Chadd2015-12-021-1/+1
* [ath] migrate ioctl and busdma memory operations out into separate source files.Adrian Chadd2015-11-241-1/+1
* Re-support CWARNFLAGS, lost when bsd.sys.mk was removed. Also, supportWarner Losh2015-01-031-1/+0
* Disable warning about unused functions for ar9300_reset.c for now.Dimitry Andric2013-12-281-1/+1
* Migrate the LNA mixing diversity machinery from the AR9285 HAL to the driver.Adrian Chadd2013-06-121-1/+1
* Bring over the initial static bluetooth coexistence configurationAdrian Chadd2013-06-071-0/+1
* Add the AR9300 HAL into the kernel and module builds.Adrian Chadd2013-05-021-10/+10
* Disable warning/errors for two files for now - they don't compile cleanAdrian Chadd2013-03-141-0/+4
* Shift this over to a new location in contrib/, in preparation to pushAdrian Chadd2013-03-121-1/+2
* Placeholder for the upcoming AR9300 HAL code.Adrian Chadd2013-03-091-0/+9
* Link if_ath_spectral.c into the build.Adrian Chadd2013-01-021-1/+1
* Add missing update to link ar5416_spectral.c into the build.Adrian Chadd2013-01-021-1/+1
* Add the btcoex code into the module compilation.Adrian Chadd2012-12-031-3/+3
* Include if_ath_alq.c, which only gets actually compiled if ATH_DEBUG_ALQAdrian Chadd2012-12-031-1/+1
* Remove workaround for the clang 3.2 warning in ah_eeprom_9287.c, sinceDimitry Andric2012-08-291-1/+0
* Upgrade our copy of llvm/clang to trunk r162107. With thanks toDimitry Andric2012-08-201-0/+3
* Begin separating out the TX DMA setup in preparation for TX EDMA support.Adrian Chadd2012-07-231-1/+1
* Link in the new RX EDMA routines.Adrian Chadd2012-07-031-1/+1
* Migrate most of the beacon handling functions out to if_ath_beacon.c.Adrian Chadd2012-05-201-0/+1
* Migrate the TDMA management functions out of if_ath.c into if_ath_tdma.c.Adrian Chadd2012-05-201-1/+1
* .. and update this.Adrian Chadd2012-05-201-1/+1
* Break out the radar code into a separate source file.Adrian Chadd2012-02-201-2/+2
* Re-enable this bit of logic from before, which only sets a defaultAdrian Chadd2012-01-051-0/+2
* First pass of LED related code changes.Adrian Chadd2011-12-261-1/+1
* Disable various warnings for the ath module in a more fine-grained way:Dimitry Andric2011-12-221-1/+3
* Amend r228783 by also disabling -Wshift-count-negativeDimitry Andric2011-12-211-0/+1
* Revert this previous commit for now - although this override unfortunatelyAdrian Chadd2011-11-101-2/+0
* Add a missing reference to AR9287.Adrian Chadd2011-11-101-1/+1
* Use the system-provided opt_ah.h if one is provided.Adrian Chadd2011-11-091-0/+2
* Flesh out the radar detection related operations for the ath driver.Adrian Chadd2011-06-011-0/+4
* Introduce AR9287 support to the FreeBSD HAL.Adrian Chadd2011-05-261-0/+6
* Introduce AR9130 (HOWL) WMAC support to the FreeBSD HAL.Adrian Chadd2011-04-281-5/+20
* Bring over the antenna diversity logic support for Kite.Adrian Chadd2011-04-131-0/+1
* Add the initial AR9285 PHY glue for supporting antenna diversity.Adrian Chadd2011-04-131-1/+1
* Break out the ath PCI logic into a separate device/module.Adrian Chadd2011-03-311-1/+1
* Port over the AR9285 PA calibration and initial calibration code fromAdrian Chadd2011-03-111-1/+1
* Implement open-loop TX power control (OLC) for Merlin (AR9280) andAdrian Chadd2011-03-081-1/+1
* Break the keycache management functions out into if_ath_keycache.c .Adrian Chadd2011-03-021-1/+2
* Migrate the sysctl related routines (statistics, debugging, etc) out ofAdrian Chadd2011-03-021-1/+1
* Include some preliminary TX HT rate scenario setup code.Adrian Chadd2011-02-011-1/+1
* Migrate the TX path code out of if_ath and into a separate source file.Adrian Chadd2011-01-291-1/+1
* Break out the debug macros from if_ath.c into if_ath_debug.[ch] .Adrian Chadd2011-01-291-1/+1
* Push the non-AR5416 related stuff into chipset specific directories.Adrian Chadd2011-01-201-2/+7
* Add a missing ar9285_reset.c file.Rui Paulo2010-03-031-1/+1
* Add AR9285 sources.Rui Paulo2010-03-021-0/+1
* Improve previous commit and add missing ar9280.cRui Paulo2010-01-311-3/+3
* Build 928x files too.Rui Paulo2010-01-311-1/+2