summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/ar5212.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* ar5212 uses larger tx descriptors, adjust the offsetreyk2005-03-191-2/+2
|
* further fixes for ar5212.reyk2005-03-191-41/+71
|
* improve ar5212 init on resetreyk2005-03-181-13/+106
|
* the wep mac may be NULL if it's a broadcast keyreyk2005-03-131-4/+7
| | | | ok krw@
* fix beacon handlingreyk2005-03-101-28/+73
|
* improve radiotap support, fix some minor bugs.reyk2005-03-031-16/+12
|
* add support for the atheros ar5211 802.11A/B/g wireless chipset.reyk2005-02-251-6/+3
| | | | ok deraadt@
* return on invalid beacon statereyk2005-02-191-2/+2
|
* add support for the atheros ar5212 wireless chipsets. it is notreyk2005-02-191-0/+2822
finished yet and still misses some channel initialization and calibration bits. (if you want to hand in your dmesg output, please build a kernel with an uncommented COUNTRYCODE in line 109 of dev/ic/ar5xxx.c to get the value stored in your card's eeprom.) ok henning@