summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ar5xxx.c
AgeCommit message (Expand)Author
2008-07-30spacingReyk Floeter
2008-07-30Update the RF, RFGAIN, MODE, INI, and BBGAIN initialization tablesReyk Floeter
2008-07-29- fix FIFO overruns on PCI-E chipsets by setting the DMA sizeReyk Floeter
2008-07-28syncReyk Floeter
2008-07-28syncReyk Floeter
2007-12-03Check for G channels before B when setting the (eeprom) mode.Federico G. Schwindt
2007-10-13add the AR5416 and AR5418 device IDs (needs some more testing)Reyk Floeter
2007-10-12The newer single chip Atheros wireless chipsets like the AR5424,Reyk Floeter
2007-09-11KNFGilles Chehade
2007-09-07use M_ZEROReyk Floeter
2007-06-26Implement bit swap for a byte in O(log(N)) rather than O(N), promptedTom Cosgrove
2007-05-09remove the internal wrapper functions for ieee80211_mhz2ieee andReyk Floeter
2007-04-13The integrated Atheros NICs found in IBM/Lenovo ThinkPads use the sameReyk Floeter
2007-03-12add some HAL functions (again) inspired by the changes from theReyk Floeter
2007-03-05back out, reyk is not paying attentionTheo de Raadt
2007-03-05Add some HAL functions.Reyk Floeter
2006-11-06figured out by tdeval@:Reyk Floeter
2006-09-19detect the newer single chip generations AR2413, AR5413 and AR5224 butReyk Floeter
2006-09-19disable 11g mode for nowReyk Floeter
2006-06-05start to sync some changes and fixes from various "openhal" ports ofReyk Floeter
2005-12-18Update my e-mail address in the copyright statement, no binary changes.Reyk Floeter
2005-09-23cleanup and simplify the regulation domain handling. some devices areReyk Floeter
2005-09-19don't attach unsupported radio chipsetsReyk Floeter
2005-09-10ansi, no binary change.Jonathan Gray
2005-08-17fix compiling with AR5K_DEBUG. thanks to Bernd Ahlers.Reyk Floeter
2005-08-02reduce stack usageReyk Floeter
2005-06-17remove non-constant array initializers which is a GNU extension.Reyk Floeter
2005-05-28fix hostap modeReyk Floeter
2005-05-27- disable the gpio user interface for now, it's just an unimportantReyk Floeter
2005-05-16remove an extra delay in rf register initReyk Floeter
2005-05-08change the dmesg output: print known chipset names, don't print theReyk Floeter
2005-04-18beautify the code by renaming HAL functions with capitalized words (iReyk Floeter
2005-03-20some fixes for wep and reset.Reyk Floeter
2005-03-19further fixes for ar5212.Reyk Floeter
2005-03-18improve ar5212 init on resetReyk 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-23add all supported regulation domains. the forced COUNTRYCODE in ar5xxxReyk Floeter
2005-02-19add support for the atheros ar5212 wireless chipsets. it is notReyk Floeter
2005-02-17a new year and a new, less restrictive license. because it has to beReyk Floeter
2005-02-17knfReyk Floeter
2005-02-17cosmetic changes, fix regdomain code and beacon handlingReyk Floeter
2005-02-03make prototype match function for ar5k_ar5110_chan2athchanKevin Lo
2005-01-09fix regulation domain handlingReyk Floeter
2004-12-31people who don't understand the preprocessor should stay away from the tree.Marc Espie
2004-12-31sync with the latest work and add some stuff needed by the upcoming ar5211/ar...Reyk Floeter
2004-11-11some fixes for beeing compatible with gcc3 as noticed by some people.Reyk Floeter
2004-11-06sync pci idsReyk Floeter
2004-11-03knf, use positive error values (suggested by miod@)Reyk Floeter