summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ar5211var.h
AgeCommit message (Collapse)Author
2005-07-30remove a useless timeout after tx (decrease nasty delays whileReyk Floeter
scanning) and fix various other minor things in the ath(4) driver.
2005-04-20support 11b and 11a mode on the ar5211. "pure" 11g mode is not yetReyk Floeter
tested but should work as well. thanks for the hardware donation!
2005-04-18beautify the code by renaming HAL functions with capitalized words (iReyk Floeter
always wanted to do that). this breaks HAL compatibility but porting should be easy, have a look at athvar.h. no functional changes.
2005-04-09use htole32 and leto32h for register access instead of hardware-basedReyk Floeter
byte swapping.
2005-04-08bye bye unportable bitfieldsReyk Floeter
2005-02-25add support for the atheros ar5211 802.11A/B/g wireless chipset.Reyk Floeter
ok deraadt@