summaryrefslogtreecommitdiffstats
path: root/sys/modules/ath/Makefile
Commit message (Expand)AuthorAgeFilesLines
* MFC r312513:ngie2017-02-111-17/+17
* MFC r260025:dim2014-01-041-1/+1
* Migrate the LNA mixing diversity machinery from the AR9285 HAL to the driver.adrian2013-06-121-1/+1
* Bring over the initial static bluetooth coexistence configurationadrian2013-06-071-0/+1
* Add the AR9300 HAL into the kernel and module builds.adrian2013-05-021-10/+10
* Disable warning/errors for two files for now - they don't compile cleanadrian2013-03-141-0/+4
* Shift this over to a new location in contrib/, in preparation to pushadrian2013-03-121-1/+2
* Placeholder for the upcoming AR9300 HAL code.adrian2013-03-091-0/+9
* Link if_ath_spectral.c into the build.adrian2013-01-021-1/+1
* Add missing update to link ar5416_spectral.c into the build.adrian2013-01-021-1/+1
* Add the btcoex code into the module compilation.adrian2012-12-031-3/+3
* Include if_ath_alq.c, which only gets actually compiled if ATH_DEBUG_ALQadrian2012-12-031-1/+1
* Remove workaround for the clang 3.2 warning in ah_eeprom_9287.c, sincedim2012-08-291-1/+0
* Upgrade our copy of llvm/clang to trunk r162107. With thanks todim2012-08-201-0/+3
* Begin separating out the TX DMA setup in preparation for TX EDMA support.adrian2012-07-231-1/+1
* Link in the new RX EDMA routines.adrian2012-07-031-1/+1
* Migrate most of the beacon handling functions out to if_ath_beacon.c.adrian2012-05-201-0/+1
* Migrate the TDMA management functions out of if_ath.c into if_ath_tdma.c.adrian2012-05-201-1/+1
* .. and update this.adrian2012-05-201-1/+1
* Break out the radar code into a separate source file.adrian2012-02-201-2/+2
* Re-enable this bit of logic from before, which only sets a defaultadrian2012-01-051-0/+2
* First pass of LED related code changes.adrian2011-12-261-1/+1
* Disable various warnings for the ath module in a more fine-grained way:dim2011-12-221-1/+3
* Amend r228783 by also disabling -Wshift-count-negativedim2011-12-211-0/+1
* Revert this previous commit for now - although this override unfortunatelyadrian2011-11-101-2/+0
* Add a missing reference to AR9287.adrian2011-11-101-1/+1
* Use the system-provided opt_ah.h if one is provided.adrian2011-11-091-0/+2
* Flesh out the radar detection related operations for the ath driver.adrian2011-06-011-0/+4
* Introduce AR9287 support to the FreeBSD HAL.adrian2011-05-261-0/+6
* Introduce AR9130 (HOWL) WMAC support to the FreeBSD HAL.adrian2011-04-281-5/+20
* Bring over the antenna diversity logic support for Kite.adrian2011-04-131-0/+1
* Add the initial AR9285 PHY glue for supporting antenna diversity.adrian2011-04-131-1/+1
* Break out the ath PCI logic into a separate device/module.adrian2011-03-311-1/+1
* Port over the AR9285 PA calibration and initial calibration code fromadrian2011-03-111-1/+1
* Implement open-loop TX power control (OLC) for Merlin (AR9280) andadrian2011-03-081-1/+1
* Break the keycache management functions out into if_ath_keycache.c .adrian2011-03-021-1/+2
* Migrate the sysctl related routines (statistics, debugging, etc) out ofadrian2011-03-021-1/+1
* Include some preliminary TX HT rate scenario setup code.adrian2011-02-011-1/+1
* Migrate the TX path code out of if_ath and into a separate source file.adrian2011-01-291-1/+1
* Break out the debug macros from if_ath.c into if_ath_debug.[ch] .adrian2011-01-291-1/+1
* Push the non-AR5416 related stuff into chipset specific directories.adrian2011-01-201-2/+7
* Add a missing ar9285_reset.c file.rpaulo2010-03-031-1/+1
* Add AR9285 sources.rpaulo2010-03-021-0/+1
* Improve previous commit and add missing ar9280.crpaulo2010-01-311-3/+3
* Build 928x files too.rpaulo2010-01-311-1/+2
* Remove ATH_SUPPORT_TDMA and use IEEE80211_SUPPORT_TDMA instead. Itsam2009-03-301-2/+2
* Combine ath rate control modules with ath after bringing ath_halsam2008-12-141-25/+61
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-1/+1
* Switch to ath hal source code. Note this removes the ath_halsam2008-12-011-28/+39
* for newer hal's we need opt_ah.h as it specifies how the hal has beensam2007-01-281-1/+15
OpenPOWER on IntegriCloud