summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/ar5xxx.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* unifdef INET. missed a few headers in previous roundstedu2014-12-261-3/+1
* Use <sys/endian.h> instead of <machine/endian.h>guenther2014-12-191-2/+2
* Remove unneeded include.mpi2013-11-211-2/+1
* Fix dot11Rate for 11b entries in the 11g rates table.stsp2012-01-281-5/+5
* Make ath(4) send multicast frames once, not multiple times.stsp2011-10-141-2/+1
* remove proc.h include from uvm_map.h. This has far reaching effects, astedu2010-04-201-2/+2
* Don't include systm.h as it isn't needed and pulls in libkern headers,jsg2009-07-241-2/+1
* replace custom macro AR5K_ELEMENTS() with nitems()reyk2009-06-021-2/+1
* add a HAL function to force disabling the hardware crypto enginereyk2008-08-291-1/+2
* Update the RF, RFGAIN, MODE, INI, and BBGAIN initialization tablesreyk2008-07-301-138/+458
* - fix FIFO overruns on PCI-E chipsets by setting the DMA sizereyk2008-07-291-3/+31
* The newer single chip Atheros wireless chipsets like the AR5424,reyk2007-10-121-1/+3
* remove the internal wrapper functions for ieee80211_mhz2ieee andreyk2007-05-091-4/+1
* The integrated Atheros NICs found in IBM/Lenovo ThinkPads use the samereyk2007-04-131-2/+2
* add some HAL functions (again) inspired by the changes from thereyk2007-03-121-8/+13
* do not use bcopy to set the mac address registers. this diff shouldreyk2007-03-121-1/+6
* back out, reyk is not paying attentionderaadt2007-03-051-13/+8
* Add some HAL functions.reyk2007-03-051-8/+13
* attach and enable the newer chipset generations AR2413, AR5413, andreyk2006-09-191-1/+2
* detect the newer single chip generations AR2413, AR5413 and AR5224 butreyk2006-09-191-4/+13
* better mode setup in the ar5211 and ar5212 reset functionsreyk2006-09-191-2/+5
* set the RSSI Max value in ath(4) and use the new RSSI radiotap headerreyk2006-06-231-1/+3
* start to sync some changes and fixes from various "openhal" ports ofreyk2006-06-051-5/+118
* Update my e-mail address in the copyright statement, no binary changes.reyk2005-12-181-2/+2
* cleanup and simplify the regulation domain handling. some devices arereyk2005-09-231-6/+3
* change the fallback regulation domain to FCC2A (Canada) instead ofreyk2005-09-231-2/+2
* don't attach unsupported radio chipsetsreyk2005-09-191-21/+14
* Remove the last of the FreeBSD compatiblity goop.jsg2005-09-081-2/+1
* fix led states and knf. this also enables support for the software ledreyk2005-08-171-1/+6
* reduce stack usagereyk2005-08-021-2/+2
* remove a useless timeout after tx (decrease nasty delays whilereyk2005-07-301-12/+13
* - disable the gpio user interface for now, it's just an unimportantreyk2005-05-271-3/+3
* ath_hal_rx_monitor should be used for link state monitoring instead ofreyk2005-05-241-2/+2
* change the dmesg output: print known chipset names, don't print thereyk2005-05-081-1/+34
* beautify the code by renaming HAL functions with capitalized words (ireyk2005-04-181-78/+78
* use htole32 and leto32h for register access instead of hardware-basedreyk2005-04-091-3/+3
* bye bye unportable bitfieldsreyk2005-04-081-6/+6
* pad keys with zeros to a supported key length. this is bad but seemsreyk2005-04-061-3/+6
* some fixes for wep and reset.reyk2005-03-201-2/+2
* further fixes for ar5212.reyk2005-03-191-5/+16
* improve ar5212 init on resetreyk2005-03-181-10/+130
* add support for the atheros ar5211 802.11A/B/g wireless chipset.reyk2005-02-251-2/+146
* a new year and a new, less restrictive license. because it has to bereyk2005-02-171-21/+12
* knfreyk2005-02-171-253/+357
* cosmetic changes, fix regdomain code and beacon handlingreyk2005-02-171-6/+18
* fix regulation domain handlingreyk2005-01-091-4/+4
* sync with the latest work and add some stuff needed by the upcoming ar5211/ar5212reyk2004-12-311-103/+569
* store number of supported gpio pinsreyk2004-11-231-1/+2
* some fixes for beeing compatible with gcc3 as noticed by some people.reyk2004-11-111-98/+98
* use __packed instead of __attribute__ ((__packed__)) (ok miod@), checkreyk2004-11-081-2/+2