summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ar5xxx.h
AgeCommit message (Expand)Author
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-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-09use htole32 and leto32h for register access instead of hardware-basedReyk Floeter
2005-04-08bye bye unportable bitfieldsReyk Floeter
2005-04-06pad keys with zeros to a supported key length. this is bad but seemsReyk Floeter
2005-03-20some fixes for wep and reset.Reyk Floeter
2005-03-19further fixes for ar5212.Reyk Floeter
2005-03-18improve ar5212 init on resetReyk Floeter
2005-02-25add support for the atheros ar5211 802.11A/B/g wireless chipset.Reyk Floeter
2005-02-17a new year and a new, less restrictive license. because it has to beReyk Floeter
2005-02-17knfReyk Floeter
2005-02-17cosmetic changes, fix regdomain code and beacon handlingReyk Floeter
2005-01-09fix regulation domain handlingReyk Floeter
2004-12-31sync with the latest work and add some stuff needed by the upcoming ar5211/ar...Reyk Floeter
2004-11-23store number of supported gpio pinsReyk Floeter
2004-11-11some fixes for beeing compatible with gcc3 as noticed by some people.Reyk Floeter
2004-11-08use __packed instead of __attribute__ ((__packed__)) (ok miod@), checkReyk Floeter
2004-11-03knf, use positive error values (suggested by miod@)Reyk Floeter
2004-11-02spacing, beautify dmesg outputReyk Floeter
2004-11-02import of a free hal part for the ath driver as a replacement for theReyk Floeter