| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix 11g ifmedia modes in ath(4) (shown by 'ifconfig ath0 media'). |  stsp | 2018-01-31 | 1 | -12/+13 |
* | Initialize status return code in ar5k_ar5211_reset() and ar5k_ar5212_reset(), |  stsp | 2017-10-15 | 1 | -1/+4 |
* | Remove wireless turbo mode support. It is a non-standard extension |  stsp | 2016-01-12 | 1 | -21/+9 |
* | Unbreak WEP/WPA on AR5211 ath(4) devices by setting hardware WEP keytable |  stsp | 2015-03-20 | 1 | -1/+5 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -2/+2 |
* | make a variable that can take a value of -1 signed to match what the |  jsg | 2012-08-30 | 1 | -2/+3 |
* | replace custom macro AR5K_ELEMENTS() with nitems() |  reyk | 2009-06-02 | 1 | -6/+6 |
* | If a bogus channel is encountered, return an error instead of trying |  guenther | 2009-06-02 | 1 | -4/+11 |
* | Replace comparision between boolean expression result and an integer |  grange | 2009-02-06 | 1 | -2/+2 |
* | const void foo() makes no sense. No binary change. |  grange | 2009-01-15 | 1 | -3/+3 |
* | fallback to 11b support if the EEPROM is not reporting any available mode. |  reyk | 2008-09-13 | 1 | -5/+17 |
* | add a HAL function to force disabling the hardware crypto engine |  reyk | 2008-08-29 | 1 | -1/+24 |
* | introduce new IEEE80211_STA_ONLY kernel option that can be set to |  damien | 2008-08-27 | 1 | -1/+3 |
* | Update the RF, RFGAIN, MODE, INI, and BBGAIN initialization tables |  reyk | 2008-07-30 | 1 | -2/+2 |
* | backout last "fix" because it breaks operation on some devices. even |  reyk | 2007-11-01 | 1 | -1/+3 |
* | fix the setup of Tx descriptors. the frame type and "no ack" bits were |  reyk | 2007-10-29 | 1 | -3/+5 |
* | ``it's'' -> ``its'' when the grammar gods require this change. |  miod | 2007-04-10 | 1 | -2/+2 |
* | add some HAL functions (again) inspired by the changes from the |  reyk | 2007-03-12 | 1 | -2/+67 |
* | do not use bcopy to set the mac address registers. this diff should |  reyk | 2007-03-12 | 1 | -11/+9 |
* | back out, reyk is not paying attention |  deraadt | 2007-03-05 | 1 | -67/+2 |
* | Add some HAL functions. |  reyk | 2007-03-05 | 1 | -2/+67 |
* | Consistently spell FALLTHROUGH to appease lint. |  jsg | 2007-02-14 | 1 | -2/+2 |
* | better mode setup in the ar5211 and ar5212 reset functions |  reyk | 2006-09-19 | 1 | -6/+12 |
* | fix 11a/b antenna mode setup |  reyk | 2006-09-19 | 1 | -10/+5 |
* | disable 11g mode for now |  reyk | 2006-09-19 | 1 | -2/+3 |
* | Update my e-mail address in the copyright statement, no binary changes. |  reyk | 2005-12-18 | 1 | -2/+2 |
* | KNF |  reyk | 2005-10-07 | 1 | -3/+3 |
* | fix a bug in Tx descriptor processing. |  reyk | 2005-10-04 | 1 | -2/+2 |
* | don't attach unsupported radio chipsets |  reyk | 2005-09-19 | 1 | -7/+3 |
* | ansi, no binary change. |  jsg | 2005-09-10 | 1 | -298/+115 |
* | catched->caught |  miod | 2005-08-14 | 1 | -2/+2 |
* | remove a useless timeout after tx (decrease nasty delays while |  reyk | 2005-07-30 | 1 | -10/+27 |
* | remove non-constant array initializers which is a GNU extension. |  reyk | 2005-06-17 | 1 | -4/+4 |
* | fix hostap mode |  reyk | 2005-05-28 | 1 | -10/+2 |
* | remove some misplaced htole32s |  reyk | 2005-05-27 | 1 | -7/+7 |
* | ath_hal_rx_monitor should be used for link state monitoring instead of |  reyk | 2005-05-24 | 1 | -5/+4 |
* | sync power management settings. this should fix some unrecoverable |  reyk | 2005-05-21 | 1 | -7/+12 |
* | fix silicon version number reporting. ie. ath0: mac 80.6 -> ath0: mac 5.6. |  reyk | 2005-05-08 | 1 | -4/+4 |
* | support 11b and 11a mode on the ar5211. "pure" 11g mode is not yet |  reyk | 2005-04-20 | 1 | -4/+75 |
* | beautify the code by renaming HAL functions with capitalized words (i |  reyk | 2005-04-18 | 1 | -174/+174 |
* | move reset of HAL descriptors to ath.c |  reyk | 2005-04-08 | 1 | -9/+1 |
* | bye bye unportable bitfields |  reyk | 2005-04-08 | 1 | -55/+92 |
* | pad keys with zeros to a supported key length. this is bad but seems |  reyk | 2005-04-06 | 1 | -4/+4 |
* | fix a possible kernel panic in the ar5211 and ar5212 detach functions. |  reyk | 2005-03-23 | 1 | -2/+2 |
* | some fixes for wep and reset. |  reyk | 2005-03-20 | 1 | -50/+32 |
* | further fixes for ar5212. |  reyk | 2005-03-19 | 1 | -11/+43 |
* | the wep mac may be NULL if it's a broadcast key |  reyk | 2005-03-13 | 1 | -4/+7 |
* | fix beacon handling |  reyk | 2005-03-10 | 1 | -22/+112 |
* | improve radiotap support, fix some minor bugs. |  reyk | 2005-03-03 | 1 | -16/+12 |
* | add support for the atheros ar5211 802.11A/B/g wireless chipset. |  reyk | 2005-02-25 | 1 | -0/+2488 |