summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ath.c
AgeCommit message (Expand)Author
2005-07-19- the self linked hardware rx descriptor list does not work in hostapReyk Floeter
2005-07-18remove trailing newline in panic(9); ok millert@ and deraadt@Federico G. Schwindt
2005-05-28fix hostap modeReyk Floeter
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-05-11extra checks for monitor modeReyk Floeter
2005-05-08change the dmesg output: print known chipset names, don't print theReyk Floeter
2005-04-18beautify the code by renaming HAL functions with capitalized words (iReyk Floeter
2005-04-08move reset of HAL descriptors to ath.cReyk Floeter
2005-04-06pad keys with zeros to a supported key length. this is bad but seemsReyk Floeter
2005-04-06<sys/types.h> is not needed with <sys/param.h>Kevin Lo
2005-04-05fix wep by adjusting the total packet lengthReyk Floeter
2005-04-03remove redundant suser() checksUwe Stuehler
2005-04-02More ioctl permission checks.Uwe Stuehler
2005-03-19further fixes for ar5212.Reyk Floeter
2005-03-18use IFQ_* instead of IF_* for the data queueReyk Floeter
2005-03-11fix channel initialisation. thanks to simon slater.Reyk Floeter
2005-03-10fix beacon handlingReyk Floeter
2005-03-10use bcopy and bzeroReyk Floeter
2005-03-03improve radiotap support, fix some minor bugs.Reyk Floeter
2005-03-03addtion of a generic function for allocating beacons: ieee80211_beacon_alloc().Damien Bergamini
2005-03-01fix the radiotap bpf listenerReyk Floeter
2005-02-17mostly cosmetic changes: knf, get rid of unneeded sysctls, cleanup theReyk Floeter
2005-02-17derived from NetBSD:Reyk Floeter
2005-01-03Make ath at cardbus not depend on ath at pci. ok reyk@Jonathan Gray
2004-12-31sync with the latest work and add some stuff needed by the upcoming ar5211/ar...Reyk Floeter
2004-11-23support the gpio found on ath(4) devices.Reyk Floeter
2004-11-11some fixes for beeing compatible with gcc3 as noticed by some people.Reyk Floeter
2004-11-02spacing, beautify dmesg outputReyk Floeter
2004-11-02imported Sam Leffler's ath driver for atheros multimode wireless nicsReyk Floeter