summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ar5212.c
AgeCommit message (Expand)Author
2005-05-08fix silicon version number reporting. ie. ath0: mac 80.6 -> ath0: mac 5.6.Reyk 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-08bye bye unportable bitfieldsReyk Floeter
2005-04-06pad keys with zeros to a supported key length. this is bad but seemsReyk Floeter
2005-03-23fix a possible kernel panic in the ar5211 and ar5212 detach functions.Reyk Floeter
2005-03-20some fixes for wep and reset.Reyk Floeter
2005-03-19ar5212 uses larger tx descriptors, adjust the offsetReyk Floeter
2005-03-19further fixes for ar5212.Reyk Floeter
2005-03-18improve ar5212 init on resetReyk Floeter
2005-03-13the wep mac may be NULL if it's a broadcast keyReyk Floeter
2005-03-10fix beacon handlingReyk Floeter
2005-03-03improve radiotap support, fix some minor bugs.Reyk Floeter
2005-02-25add support for the atheros ar5211 802.11A/B/g wireless chipset.Reyk Floeter
2005-02-19return on invalid beacon stateReyk Floeter
2005-02-19add support for the atheros ar5212 wireless chipsets. it is notReyk Floeter