Age | Commit message (Expand) | Author |
2022-01-09 | spelling | Jonathan Gray |
2018-02-03 | Remove a pointless assignment introduced in previous commit. | Stefan Sperling |
2018-01-31 | Fix 11g ifmedia modes in ath(4) (shown by 'ifconfig ath0 media'). | Stefan Sperling |
2017-10-15 | Initialize status return code in ar5k_ar5211_reset() and ar5k_ar5212_reset(), | Stefan Sperling |
2016-01-12 | Remove wireless turbo mode support. It is a non-standard extension | Stefan Sperling |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-09 | Use the correct rf revision number for AR2425 radios. When read from | Stefan Sperling |
2013-04-13 | Perform a warm reset instead of putting the hardware into full sleep mode | Stefan Sperling |
2011-10-14 | Make ath(4) send multicast frames once, not multiple times. | Stefan Sperling |
2009-06-02 | replace custom macro AR5K_ELEMENTS() with nitems() | Reyk Floeter |
2009-02-06 | Replace comparision between boolean expression result and an integer | Alexander Yurchenko |
2009-01-15 | const void foo() makes no sense. No binary change. | Alexander Yurchenko |
2008-09-13 | fallback to 11b support if the EEPROM is not reporting any available mode. | Reyk Floeter |
2008-08-29 | add a HAL function to force disabling the hardware crypto engine | Reyk Floeter |
2008-08-27 | introduce new IEEE80211_STA_ONLY kernel option that can be set to | Damien Bergamini |
2008-07-30 | spacing | Reyk Floeter |
2008-07-30 | Update the RF, RFGAIN, MODE, INI, and BBGAIN initialization tables | Reyk Floeter |
2008-07-29 | - fix FIFO overruns on PCI-E chipsets by setting the DMA size | Reyk Floeter |
2007-11-01 | backout last "fix" because it breaks operation on some devices. even | Reyk Floeter |
2007-10-29 | fix the setup of Tx descriptors. the frame type and "no ack" bits were | Reyk Floeter |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-03-12 | add some HAL functions (again) inspired by the changes from the | Reyk Floeter |
2007-03-12 | do not use bcopy to set the mac address registers. this diff should | Reyk Floeter |
2007-03-05 | back out, reyk is not paying attention | Theo de Raadt |
2007-03-05 | Add some HAL functions. | Reyk Floeter |
2007-02-14 | Consistently spell FALLTHROUGH to appease lint. | Jonathan Gray |
2006-12-14 | fix a minor bug in the tx data queue setup by using the right queue | Reyk Floeter |
2006-09-19 | attach and enable the newer chipset generations AR2413, AR5413, and | Reyk Floeter |
2006-09-19 | better mode setup in the ar5211 and ar5212 reset functions | Reyk Floeter |
2006-09-19 | use the correct antenna mode settings and fix a bug in the tx | Reyk Floeter |
2006-09-19 | disable 11g mode for now | Reyk Floeter |
2006-06-05 | start to sync some changes and fixes from various "openhal" ports of | Reyk Floeter |
2005-12-18 | Update my e-mail address in the copyright statement, no binary changes. | Reyk Floeter |
2005-10-07 | KNF | Reyk Floeter |
2005-09-19 | don't attach unsupported radio chipsets | Reyk Floeter |
2005-09-10 | ansi, no binary change. | Jonathan Gray |
2005-08-14 | catched->caught | Miod Vallat |
2005-07-30 | remove a useless timeout after tx (decrease nasty delays while | Reyk Floeter |
2005-06-17 | remove non-constant array initializers which is a GNU extension. | Reyk Floeter |
2005-05-28 | fix hostap mode | Reyk Floeter |
2005-05-27 | remove some misplaced htole32s | Reyk Floeter |
2005-05-24 | ath_hal_rx_monitor should be used for link state monitoring instead of | Reyk Floeter |
2005-05-21 | sync power management settings. this should fix some unrecoverable | Reyk Floeter |
2005-05-21 | improve power saving mode | Reyk Floeter |
2005-05-08 | fix silicon version number reporting. ie. ath0: mac 80.6 -> ath0: mac 5.6. | Reyk Floeter |
2005-04-18 | beautify the code by renaming HAL functions with capitalized words (i | Reyk Floeter |
2005-04-08 | move reset of HAL descriptors to ath.c | Reyk Floeter |
2005-04-08 | bye bye unportable bitfields | Reyk Floeter |
2005-04-06 | pad keys with zeros to a supported key length. this is bad but seems | Reyk Floeter |
2005-03-23 | fix a possible kernel panic in the ar5211 and ar5212 detach functions. | Reyk Floeter |