aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ath
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove ATH_SUPPORT_TDMA and use IEEE80211_SUPPORT_TDMA instead. ItSam Leffler2009-03-301-2/+2
* Combine ath rate control modules with ath after bringing ath_halSam Leffler2008-12-141-25/+61
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-1/+1
* Switch to ath hal source code. Note this removes the ath_halSam Leffler2008-12-011-28/+39
* for newer hal's we need opt_ah.h as it specifies how the hal has beenSam Leffler2007-01-281-1/+15
* o move ath hal os glue code from the hal to the driver: this code wasSam Leffler2006-09-181-1/+1
* o add opt_ath.h enable tweaking various config parameters for the driverSam Leffler2006-04-031-1/+4
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalMax Laier2005-09-271-1/+1
* module for Atheros 802.11 driverSam Leffler2003-06-231-0/+48