summaryrefslogtreecommitdiff
path: root/sys/dev/ic/athvar.h
AgeCommit message (Expand)Author
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2009-08-10More cases of shutdown hooks not needed after card is already stopped. InTheo de Raadt
2009-07-24wrap the kernel specific parts in an _KERNEL ifdef.Jonathan Gray
2008-08-29add support for software crypto to allow WPA/WPA2/RSN. it is disabledReyk Floeter
2008-07-29- fix FIFO overruns on PCI-E chipsets by setting the DMA sizeReyk Floeter
2008-07-21instead of passing rx tstamp and rssi to the ieee80211_input function,Damien Bergamini
2008-06-14Allow ath(4) to detach cleanly when attaching via PCI. AlsoJoel Sing
2008-06-13If you have #if FOO > 0 parts of your softc beJonathan Gray
2007-06-06the copyright holder changed the license from "dual bsd/gpl" to beReyk Floeter
2007-04-13The integrated Atheros NICs found in IBM/Lenovo ThinkPads use the sameReyk Floeter
2006-06-23set the RSSI Max value in ath(4) and use the new RSSI radiotap headerReyk Floeter
2005-10-20defintion -> definition;Jason McIntyre
2005-09-23cleanup and simplify the regulation domain handling. some devices areReyk Floeter
2005-09-22remove the very basic ath(4) rate control implementation and useReyk Floeter
2005-08-17fix led states and knf. this also enables support for the software ledReyk Floeter
2005-07-30remove a useless timeout after tx (decrease nasty delays whileReyk Floeter
2005-05-28fix hostap modeReyk Floeter
2005-05-28make sure to enable socket on resume.Robert Nagy
2005-05-27re-enable gpio init even without using the gpio(4) frameworkReyk Floeter
2005-05-27- disable the gpio user interface for now, it's just an unimportantReyk Floeter
2005-05-24ath_hal_rx_monitor should be used for link state monitoring instead ofReyk Floeter
2005-04-18beautify the code by renaming HAL functions with capitalized words (iReyk Floeter
2005-03-11fix channel initialisation. thanks to simon slater.Reyk Floeter
2005-03-03improve radiotap support, fix some minor bugs.Reyk Floeter
2005-02-17mostly cosmetic changes: knf, get rid of unneeded sysctls, cleanup theReyk Floeter
2004-12-18use tick instead of ticks. thanks to hannes at mehnert dot org.Reyk Floeter
2004-11-23support the gpio found on ath(4) devices.Reyk Floeter
2004-11-02imported Sam Leffler's ath driver for atheros multimode wireless nicsReyk Floeter