summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/ar5xxx.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* add support for the atheros ar5212 wireless chipsets. it is notreyk2005-02-191-5/+12
| | | | | | | | | | | 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@
* a new year and a new, less restrictive license. because it has to bereyk2005-02-171-21/+12
| | | | | | free. go ahead miod@
* knfreyk2005-02-171-42/+43
|
* cosmetic changes, fix regdomain code and beacon handlingreyk2005-02-171-67/+77
|
* make prototype match function for ar5k_ar5110_chan2athchankevlo2005-02-031-2/+2
|
* fix regulation domain handlingreyk2005-01-091-25/+21
|
* people who don't understand the preprocessor should stay away from the tree.espie2004-12-311-2/+2
|
* sync with the latest work and add some stuff needed by the upcoming ar5211/ar5212reyk2004-12-311-50/+936
| | | | support. some further cleanups and changes will follow.
* some fixes for beeing compatible with gcc3 as noticed by some people.reyk2004-11-111-8/+10
| | | | thanks to Joerg Sonnenberger and Nathan Binkert.
* sync pci idsreyk2004-11-061-14/+19
|
* knf, use positive error values (suggested by miod@)reyk2004-11-031-93/+82
|
* spacing, beautify dmesg outputreyk2004-11-021-29/+31
|
* import of a free hal part for the ath driver as a replacement for thereyk2004-11-021-0/+548
binary-only hal module found in FreeBSD and NetBSD. OpenBSD's approach is based on reverse engineering because it is _not_ possible to include a non-free and binary-only piece of software in a 100% free operating system. it still lacks some features found in the "official" hal module but this will be done very soon with a help by a lot of contributors - because it's free. ok deraadt@