summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ar5210.c
AgeCommit message (Expand)Author
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-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-18ignore bmiss interrupts for now.Reyk Floeter
2005-03-10fix beacon handlingReyk 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-02-16fix an invalid condition which returns on an invalid beacon state.Reyk 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-02removed some printfsReyk Floeter
2004-11-02import of a free hal part for the ath driver as a replacement for theReyk Floeter