| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove wireless turbo mode support. It is a non-standard extension |  stsp | 2016-01-12 | 1 | -32/+23 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -2/+2 |
* | replace custom macro AR5K_ELEMENTS() with nitems() |  reyk | 2009-06-02 | 1 | -4/+4 |
* | const void foo() makes no sense. No binary change. |  grange | 2009-01-15 | 1 | -3/+3 |
* | 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 |
* | 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/+66 |
* | 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 | -66/+2 |
* | Add some HAL functions. |  reyk | 2007-03-05 | 1 | -2/+66 |
* | Consistently spell FALLTHROUGH to appease lint. |  jsg | 2007-02-14 | 1 | -2/+2 |
* | 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 | -2/+2 |
* | 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 | -1/+2 |
* | ansi, no binary change. |  jsg | 2005-09-10 | 1 | -303/+115 |
* | catched->caught |  miod | 2005-08-14 | 1 | -2/+2 |
* | reduce stack usage |  reyk | 2005-08-02 | 1 | -9/+14 |
* | remove non-constant array initializers which is a GNU extension. |  reyk | 2005-06-17 | 1 | -4/+4 |
* | 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 | -8/+4 |
* | sync power management settings. this should fix some unrecoverable |  reyk | 2005-05-21 | 1 | -9/+13 |
* | the ar5210 is silicon version 0, not 1. |  reyk | 2005-05-08 | 1 | -2/+2 |
* | fix silicon version number reporting. ie. ath0: mac 80.6 -> ath0: mac 5.6. |  reyk | 2005-05-08 | 1 | -3/+4 |
* | beautify the code by renaming HAL functions with capitalized words (i |  reyk | 2005-04-18 | 1 | -176/+176 |
* | move reset of HAL descriptors to ath.c |  reyk | 2005-04-08 | 1 | -9/+1 |
* | bye bye unportable bitfields |  reyk | 2005-04-08 | 1 | -86/+108 |
* | pad keys with zeros to a supported key length. this is bad but seems |  reyk | 2005-04-06 | 1 | -4/+4 |
* | some fixes for wep and reset. |  reyk | 2005-03-20 | 1 | -51/+32 |
* | ignore bmiss interrupts for now. |  reyk | 2005-03-18 | 1 | -1/+4 |
* | fix beacon handling |  reyk | 2005-03-10 | 1 | -12/+12 |
* | a new year and a new, less restrictive license. because it has to be |  reyk | 2005-02-17 | 1 | -21/+12 |
* | knf |  reyk | 2005-02-17 | 1 | -29/+41 |
* | cosmetic changes, fix regdomain code and beacon handling |  reyk | 2005-02-17 | 1 | -33/+24 |
* | fix an invalid condition which returns on an invalid beacon state. |  reyk | 2005-02-16 | 1 | -2/+2 |
* | fix regulation domain handling |  reyk | 2005-01-09 | 1 | -4/+4 |
* | sync with the latest work and add some stuff needed by the upcoming ar5211/ar5212 |  reyk | 2004-12-31 | 1 | -179/+180 |
* | store number of supported gpio pins |  reyk | 2004-11-23 | 1 | -1/+4 |
* | some fixes for beeing compatible with gcc3 as noticed by some people. |  reyk | 2004-11-11 | 1 | -18/+19 |
* | use __packed instead of __attribute__ ((__packed__)) (ok miod@), check |  reyk | 2004-11-08 | 1 | -9/+12 |
* | knf, use positive error values (suggested by miod@) |  reyk | 2004-11-03 | 1 | -296/+299 |
* | spacing, beautify dmesg output |  reyk | 2004-11-02 | 1 | -77/+82 |
* | removed some printfs |  reyk | 2004-11-02 | 1 | -19/+1 |
* | import of a free hal part for the ath driver as a replacement for the |  reyk | 2004-11-02 | 1 | -0/+2514 |