| Commit message (Expand) | Author | Age | Files | Lines |
* | unifdef INET. missed a few headers in previous rounds |  tedu | 2014-12-26 | 1 | -3/+1 |
* | Use <sys/endian.h> instead of <machine/endian.h> |  guenther | 2014-12-19 | 1 | -2/+2 |
* | Remove unneeded include. |  mpi | 2013-11-21 | 1 | -2/+1 |
* | Fix dot11Rate for 11b entries in the 11g rates table. |  stsp | 2012-01-28 | 1 | -5/+5 |
* | Make ath(4) send multicast frames once, not multiple times. |  stsp | 2011-10-14 | 1 | -2/+1 |
* | remove proc.h include from uvm_map.h. This has far reaching effects, as |  tedu | 2010-04-20 | 1 | -2/+2 |
* | Don't include systm.h as it isn't needed and pulls in libkern headers, |  jsg | 2009-07-24 | 1 | -2/+1 |
* | replace custom macro AR5K_ELEMENTS() with nitems() |  reyk | 2009-06-02 | 1 | -2/+1 |
* | add a HAL function to force disabling the hardware crypto engine |  reyk | 2008-08-29 | 1 | -1/+2 |
* | Update the RF, RFGAIN, MODE, INI, and BBGAIN initialization tables |  reyk | 2008-07-30 | 1 | -138/+458 |
* | - fix FIFO overruns on PCI-E chipsets by setting the DMA size |  reyk | 2008-07-29 | 1 | -3/+31 |
* | The newer single chip Atheros wireless chipsets like the AR5424, |  reyk | 2007-10-12 | 1 | -1/+3 |
* | remove the internal wrapper functions for ieee80211_mhz2ieee and |  reyk | 2007-05-09 | 1 | -4/+1 |
* | The integrated Atheros NICs found in IBM/Lenovo ThinkPads use the same |  reyk | 2007-04-13 | 1 | -2/+2 |
* | add some HAL functions (again) inspired by the changes from the |  reyk | 2007-03-12 | 1 | -8/+13 |
* | do not use bcopy to set the mac address registers. this diff should |  reyk | 2007-03-12 | 1 | -1/+6 |
* | back out, reyk is not paying attention |  deraadt | 2007-03-05 | 1 | -13/+8 |
* | Add some HAL functions. |  reyk | 2007-03-05 | 1 | -8/+13 |
* | attach and enable the newer chipset generations AR2413, AR5413, and |  reyk | 2006-09-19 | 1 | -1/+2 |
* | detect the newer single chip generations AR2413, AR5413 and AR5224 but |  reyk | 2006-09-19 | 1 | -4/+13 |
* | better mode setup in the ar5211 and ar5212 reset functions |  reyk | 2006-09-19 | 1 | -2/+5 |
* | set the RSSI Max value in ath(4) and use the new RSSI radiotap header |  reyk | 2006-06-23 | 1 | -1/+3 |
* | start to sync some changes and fixes from various "openhal" ports of |  reyk | 2006-06-05 | 1 | -5/+118 |
* | Update my e-mail address in the copyright statement, no binary changes. |  reyk | 2005-12-18 | 1 | -2/+2 |
* | cleanup and simplify the regulation domain handling. some devices are |  reyk | 2005-09-23 | 1 | -6/+3 |
* | change the fallback regulation domain to FCC2A (Canada) instead of |  reyk | 2005-09-23 | 1 | -2/+2 |
* | don't attach unsupported radio chipsets |  reyk | 2005-09-19 | 1 | -21/+14 |
* | Remove the last of the FreeBSD compatiblity goop. |  jsg | 2005-09-08 | 1 | -2/+1 |
* | fix led states and knf. this also enables support for the software led |  reyk | 2005-08-17 | 1 | -1/+6 |
* | reduce stack usage |  reyk | 2005-08-02 | 1 | -2/+2 |
* | remove a useless timeout after tx (decrease nasty delays while |  reyk | 2005-07-30 | 1 | -12/+13 |
* | - disable the gpio user interface for now, it's just an unimportant |  reyk | 2005-05-27 | 1 | -3/+3 |
* | ath_hal_rx_monitor should be used for link state monitoring instead of |  reyk | 2005-05-24 | 1 | -2/+2 |
* | change the dmesg output: print known chipset names, don't print the |  reyk | 2005-05-08 | 1 | -1/+34 |
* | beautify the code by renaming HAL functions with capitalized words (i |  reyk | 2005-04-18 | 1 | -78/+78 |
* | use htole32 and leto32h for register access instead of hardware-based |  reyk | 2005-04-09 | 1 | -3/+3 |
* | bye bye unportable bitfields |  reyk | 2005-04-08 | 1 | -6/+6 |
* | pad keys with zeros to a supported key length. this is bad but seems |  reyk | 2005-04-06 | 1 | -3/+6 |
* | some fixes for wep and reset. |  reyk | 2005-03-20 | 1 | -2/+2 |
* | further fixes for ar5212. |  reyk | 2005-03-19 | 1 | -5/+16 |
* | improve ar5212 init on reset |  reyk | 2005-03-18 | 1 | -10/+130 |
* | add support for the atheros ar5211 802.11A/B/g wireless chipset. |  reyk | 2005-02-25 | 1 | -2/+146 |
* | 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 | -253/+357 |
* | cosmetic changes, fix regdomain code and beacon handling |  reyk | 2005-02-17 | 1 | -6/+18 |
* | 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 | -103/+569 |
* | store number of supported gpio pins |  reyk | 2004-11-23 | 1 | -1/+2 |
* | some fixes for beeing compatible with gcc3 as noticed by some people. |  reyk | 2004-11-11 | 1 | -98/+98 |
* | use __packed instead of __attribute__ ((__packed__)) (ok miod@), check |  reyk | 2004-11-08 | 1 | -2/+2 |