summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/ar5212var.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update the RF, RFGAIN, MODE, INI, and BBGAIN initialization tablesreyk2008-07-301-554/+927
| | | | | | | | | | with different versions for various ar5212 variants and add an extra table for PCI-E devices. This fixes support for various newer devices (like the 1st generation MacBook, T61 variants) but it still does not work on a number of other devices. Tested by many ok deraadt@
* add some HAL functions (again) inspired by the changes from thereyk2007-03-121-2/+2
| | | | | madwifi-old-openhal project. this was backed out the last time because it was too close to the release and i didn't respect the ABI/API lock.
* back out, reyk is not paying attentionderaadt2007-03-051-2/+2
|
* Add some HAL functions.reyk2007-03-051-2/+2
| | | | | | From madwifi-old-openhal via Nick Kossifidis (mickflemm at gmail dot com) Bump copyright while I'm here.
* start to sync some changes and fixes from various "openhal" ports ofreyk2006-06-051-15/+16
| | | | | | | this driver. thanks for contribution (even if i didn't get much feedback from these projects...). tested by many during c2k6, like aanriot@ and ian@
* Update my e-mail address in the copyright statement, no binary changes.reyk2005-12-181-2/+2
|
* KNFreyk2005-10-071-2/+2
|
* remove a useless timeout after tx (decrease nasty delays whilereyk2005-07-301-2/+2
| | | | scanning) and fix various other minor things in the ath(4) driver.
* beautify the code by renaming HAL functions with capitalized words (ireyk2005-04-181-2/+2
| | | | | always wanted to do that). this breaks HAL compatibility but porting should be easy, have a look at athvar.h. no functional changes.
* use htole32 and leto32h for register access instead of hardware-basedreyk2005-04-091-4/+2
| | | | byte swapping.
* bye bye unportable bitfieldsreyk2005-04-081-101/+128
|
* some fixes for wep and reset.reyk2005-03-201-4/+2
| | | | | | btw.: this is a commit using an ar5212 in 11b mode... ok deraadt@, krw@
* fix beacon handlingreyk2005-03-101-1/+3
|
* add support for the atheros ar5211 802.11A/B/g wireless chipset.reyk2005-02-251-145/+2
| | | | ok deraadt@
* add support for the atheros ar5212 wireless chipsets. it is notreyk2005-02-191-0/+915
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@