summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/ar5211.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix 11g ifmedia modes in ath(4) (shown by 'ifconfig ath0 media').stsp2018-01-311-12/+13
* Initialize status return code in ar5k_ar5211_reset() and ar5k_ar5212_reset(),stsp2017-10-151-1/+4
* Remove wireless turbo mode support. It is a non-standard extensionstsp2016-01-121-21/+9
* Unbreak WEP/WPA on AR5211 ath(4) devices by setting hardware WEP keytablestsp2015-03-201-1/+5
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
* make a variable that can take a value of -1 signed to match what thejsg2012-08-301-2/+3
* replace custom macro AR5K_ELEMENTS() with nitems()reyk2009-06-021-6/+6
* If a bogus channel is encountered, return an error instead of tryingguenther2009-06-021-4/+11
* Replace comparision between boolean expression result and an integergrange2009-02-061-2/+2
* const void foo() makes no sense. No binary change.grange2009-01-151-3/+3
* fallback to 11b support if the EEPROM is not reporting any available mode.reyk2008-09-131-5/+17
* add a HAL function to force disabling the hardware crypto enginereyk2008-08-291-1/+24
* introduce new IEEE80211_STA_ONLY kernel option that can be set todamien2008-08-271-1/+3
* Update the RF, RFGAIN, MODE, INI, and BBGAIN initialization tablesreyk2008-07-301-2/+2
* backout last "fix" because it breaks operation on some devices. evenreyk2007-11-011-1/+3
* fix the setup of Tx descriptors. the frame type and "no ack" bits werereyk2007-10-291-3/+5
* ``it's'' -> ``its'' when the grammar gods require this change.miod2007-04-101-2/+2
* add some HAL functions (again) inspired by the changes from thereyk2007-03-121-2/+67
* do not use bcopy to set the mac address registers. this diff shouldreyk2007-03-121-11/+9
* back out, reyk is not paying attentionderaadt2007-03-051-67/+2
* Add some HAL functions.reyk2007-03-051-2/+67
* Consistently spell FALLTHROUGH to appease lint.jsg2007-02-141-2/+2
* better mode setup in the ar5211 and ar5212 reset functionsreyk2006-09-191-6/+12
* fix 11a/b antenna mode setupreyk2006-09-191-10/+5
* disable 11g mode for nowreyk2006-09-191-2/+3
* Update my e-mail address in the copyright statement, no binary changes.reyk2005-12-181-2/+2
* KNFreyk2005-10-071-3/+3
* fix a bug in Tx descriptor processing.reyk2005-10-041-2/+2
* don't attach unsupported radio chipsetsreyk2005-09-191-7/+3
* ansi, no binary change.jsg2005-09-101-298/+115
* catched->caughtmiod2005-08-141-2/+2
* remove a useless timeout after tx (decrease nasty delays whilereyk2005-07-301-10/+27
* remove non-constant array initializers which is a GNU extension.reyk2005-06-171-4/+4
* fix hostap modereyk2005-05-281-10/+2
* remove some misplaced htole32sreyk2005-05-271-7/+7
* ath_hal_rx_monitor should be used for link state monitoring instead ofreyk2005-05-241-5/+4
* sync power management settings. this should fix some unrecoverablereyk2005-05-211-7/+12
* fix silicon version number reporting. ie. ath0: mac 80.6 -> ath0: mac 5.6.reyk2005-05-081-4/+4
* support 11b and 11a mode on the ar5211. "pure" 11g mode is not yetreyk2005-04-201-4/+75
* beautify the code by renaming HAL functions with capitalized words (ireyk2005-04-181-174/+174
* move reset of HAL descriptors to ath.creyk2005-04-081-9/+1
* bye bye unportable bitfieldsreyk2005-04-081-55/+92
* pad keys with zeros to a supported key length. this is bad but seemsreyk2005-04-061-4/+4
* fix a possible kernel panic in the ar5211 and ar5212 detach functions.reyk2005-03-231-2/+2
* some fixes for wep and reset.reyk2005-03-201-50/+32
* further fixes for ar5212.reyk2005-03-191-11/+43
* the wep mac may be NULL if it's a broadcast keyreyk2005-03-131-4/+7
* fix beacon handlingreyk2005-03-101-22/+112
* 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-0/+2488