summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/athvar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* kill a !__NetBSD__ ifdef which just confusesderaadt2011-04-271-3/+1
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-3/+1
* Get rid of the clumsy pci_activate function and do this job inside ath.cderaadt2010-08-271-4/+3
* cleanup and remove some #ifdef junk in the power hooks.reyk2010-07-021-4/+1
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-2/+2
* More cases of shutdown hooks not needed after card is already stopped. Inderaadt2009-08-101-3/+1
* wrap the kernel specific parts in an _KERNEL ifdef.jsg2009-07-241-3/+7
* add support for software crypto to allow WPA/WPA2/RSN. it is disabledreyk2008-08-291-1/+3
* - fix FIFO overruns on PCI-E chipsets by setting the DMA sizereyk2008-07-291-2/+2
* instead of passing rx tstamp and rssi to the ieee80211_input function,damien2008-07-211-2/+2
* Allow ath(4) to detach cleanly when attaching via PCI. Alsojsing2008-06-141-1/+2
* If you have #if FOO > 0 parts of your softc bejsg2008-06-131-1/+3
* the copyright holder changed the license from "dual bsd/gpl" to bereyk2007-06-061-5/+1
* The integrated Atheros NICs found in IBM/Lenovo ThinkPads use the samereyk2007-04-131-2/+3
* set the RSSI Max value in ath(4) and use the new RSSI radiotap headerreyk2006-06-231-3/+4
* defintion -> definition;jmc2005-10-201-3/+3
* cleanup and simplify the regulation domain handling. some devices arereyk2005-09-231-3/+1
* remove the very basic ath(4) rate control implementation and usereyk2005-09-221-20/+19
* fix led states and knf. this also enables support for the software ledreyk2005-08-171-6/+6
* remove a useless timeout after tx (decrease nasty delays whilereyk2005-07-301-4/+6
* fix hostap modereyk2005-05-281-1/+7
* make sure to enable socket on resume.robert2005-05-281-1/+2
* re-enable gpio init even without using the gpio(4) frameworkreyk2005-05-271-3/+1
* - disable the gpio user interface for now, it's just an unimportantreyk2005-05-271-1/+3
* ath_hal_rx_monitor should be used for link state monitoring instead ofreyk2005-05-241-3/+3
* beautify the code by renaming HAL functions with capitalized words (ireyk2005-04-181-117/+117
* fix channel initialisation. thanks to simon slater.reyk2005-03-111-1/+2
* improve radiotap support, fix some minor bugs.reyk2005-03-031-20/+19
* mostly cosmetic changes: knf, get rid of unneeded sysctls, cleanup thereyk2005-02-171-52/+60
* use tick instead of ticks. thanks to hannes at mehnert dot org.reyk2004-12-181-2/+2
* support the gpio found on ath(4) devices.reyk2004-11-231-10/+19
* imported Sam Leffler's ath driver for atheros multimode wireless nicsreyk2004-11-021-0/+534