summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/ar5xxx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix 11g ifmedia modes in ath(4) (shown by 'ifconfig ath0 media').stsp2018-01-311-6/+6
* Add comments explaining why the out-of-bounds access in CID 1453077 can'ttb2017-08-251-1/+5
* Fix off by one overwrite. Covery CID 1452938.mestre2017-08-221-2/+2
* Fix copy pasto (Coverity CID 1452996), with this it matches the code in FreeBSDmestre2017-08-111-2/+2
* Remove wireless turbo mode support. It is a non-standard extensionstsp2016-01-121-35/+9
* Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishianderaadt2014-07-131-2/+2
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-3/+3
* Fix ar5k_rt_copy() to copy all fields of the HAL_RATE_TABLE struct.stsp2012-01-281-1/+3
* do not attach the AR5416 and AR5418 (AR5416 PCIe) to the ath(4)damien2009-09-231-5/+1
* replace custom macro AR5K_ELEMENTS() with nitems()reyk2009-06-021-17/+17
* If a bogus channel is encountered, return an error instead of tryingguenther2009-06-021-1/+5
* spacingreyk2008-07-301-3/+3
* Update the RF, RFGAIN, MODE, INI, and BBGAIN initialization tablesreyk2008-07-301-35/+148
* - fix FIFO overruns on PCI-E chipsets by setting the DMA sizereyk2008-07-291-20/+5
* syncreyk2008-07-281-2/+2
* syncreyk2008-07-281-2/+2
* Check for G channels before B when setting the (eeprom) mode.fgsch2007-12-031-7/+9
* add the AR5416 and AR5418 device IDs (needs some more testing)reyk2007-10-131-1/+5
* The newer single chip Atheros wireless chipsets like the AR5424,reyk2007-10-121-4/+25
* KNFgilles2007-09-111-4/+4
* use M_ZEROreyk2007-09-071-6/+4
* Implement bit swap for a byte in O(log(N)) rather than O(N), promptedtom2007-06-261-7/+15
* remove the internal wrapper functions for ieee80211_mhz2ieee andreyk2007-05-091-14/+2
* The integrated Atheros NICs found in IBM/Lenovo ThinkPads use the samereyk2007-04-131-4/+20
* add some HAL functions (again) inspired by the changes from thereyk2007-03-121-2/+2
* back out, reyk is not paying attentionderaadt2007-03-051-2/+2
* Add some HAL functions.reyk2007-03-051-2/+2
* figured out by tdeval@:reyk2006-11-061-1/+18
* detect the newer single chip generations AR2413, AR5413 and AR5224 butreyk2006-09-191-1/+15
* disable 11g mode for nowreyk2006-09-191-3/+5
* start to sync some changes and fixes from various "openhal" ports ofreyk2006-06-051-10/+47
* Update my e-mail address in the copyright statement, no binary changes.reyk2005-12-181-2/+2
* cleanup and simplify the regulation domain handling. some devices arereyk2005-09-231-48/+33
* don't attach unsupported radio chipsetsreyk2005-09-191-2/+2
* ansi, no binary change.jsg2005-09-101-132/+46
* fix compiling with AR5K_DEBUG. thanks to Bernd Ahlers.reyk2005-08-171-2/+2
* reduce stack usagereyk2005-08-021-12/+13
* remove non-constant array initializers which is a GNU extension.reyk2005-06-171-4/+8
* fix hostap modereyk2005-05-281-2/+2
* - disable the gpio user interface for now, it's just an unimportantreyk2005-05-271-9/+2
* remove an extra delay in rf register initreyk2005-05-161-4/+2
* change the dmesg output: print known chipset names, don't print thereyk2005-05-081-1/+23
* beautify the code by renaming HAL functions with capitalized words (ireyk2005-04-181-8/+8
* some fixes for wep and reset.reyk2005-03-201-6/+5
* further fixes for ar5212.reyk2005-03-191-16/+83
* improve ar5212 init on resetreyk2005-03-181-66/+241
* fix beacon handlingreyk2005-03-101-6/+9
* improve radiotap support, fix some minor bugs.reyk2005-03-031-2/+3
* add support for the atheros ar5211 802.11A/B/g wireless chipset.reyk2005-02-251-5/+34
* add all supported regulation domains. the forced COUNTRYCODE in ar5xxxreyk2005-02-231-32/+90