summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ar5xxx.h
AgeCommit message (Expand)Author
2013-11-21Remove unneeded include.Martin Pieuchot
2012-01-28Fix dot11Rate for 11b entries in the 11g rates table.Stefan Sperling
2011-10-14Make ath(4) send multicast frames once, not multiple times.Stefan Sperling
2010-04-20remove proc.h include from uvm_map.h. This has far reaching effects, asTed Unangst
2009-07-24Don't include systm.h as it isn't needed and pulls in libkern headers,Jonathan Gray
2009-06-02replace custom macro AR5K_ELEMENTS() with nitems()Reyk Floeter
2008-08-29add a HAL function to force disabling the hardware crypto engineReyk Floeter
2008-07-30Update the RF, RFGAIN, MODE, INI, and BBGAIN initialization tablesReyk Floeter
2008-07-29- fix FIFO overruns on PCI-E chipsets by setting the DMA sizeReyk Floeter
2007-10-12The newer single chip Atheros wireless chipsets like the AR5424,Reyk Floeter
2007-05-09remove the internal wrapper functions for ieee80211_mhz2ieee andReyk Floeter
2007-04-13The integrated Atheros NICs found in IBM/Lenovo ThinkPads use the sameReyk Floeter
2007-03-12add some HAL functions (again) inspired by the changes from theReyk Floeter
2007-03-12do not use bcopy to set the mac address registers. this diff shouldReyk Floeter
2007-03-05back out, reyk is not paying attentionTheo de Raadt
2007-03-05Add some HAL functions.Reyk Floeter
2006-09-19attach and enable the newer chipset generations AR2413, AR5413, andReyk Floeter
2006-09-19detect the newer single chip generations AR2413, AR5413 and AR5224 butReyk Floeter
2006-09-19better mode setup in the ar5211 and ar5212 reset functionsReyk Floeter
2006-06-23set the RSSI Max value in ath(4) and use the new RSSI radiotap headerReyk Floeter
2006-06-05start to sync some changes and fixes from various "openhal" ports ofReyk Floeter
2005-12-18Update my e-mail address in the copyright statement, no binary changes.Reyk Floeter
2005-09-23cleanup and simplify the regulation domain handling. some devices areReyk Floeter
2005-09-23change the fallback regulation domain to FCC2A (Canada) instead ofReyk Floeter
2005-09-19don't attach unsupported radio chipsetsReyk Floeter
2005-09-08Remove the last of the FreeBSD compatiblity goop.Jonathan Gray
2005-08-17fix led states and knf. this also enables support for the software ledReyk Floeter
2005-08-02reduce stack usageReyk Floeter
2005-07-30remove a useless timeout after tx (decrease nasty delays whileReyk Floeter
2005-05-27- disable the gpio user interface for now, it's just an unimportantReyk Floeter
2005-05-24ath_hal_rx_monitor should be used for link state monitoring instead ofReyk Floeter
2005-05-08change the dmesg output: print known chipset names, don't print theReyk Floeter
2005-04-18beautify the code by renaming HAL functions with capitalized words (iReyk Floeter
2005-04-09use htole32 and leto32h for register access instead of hardware-basedReyk Floeter
2005-04-08bye bye unportable bitfieldsReyk Floeter
2005-04-06pad keys with zeros to a supported key length. this is bad but seemsReyk Floeter
2005-03-20some fixes for wep and reset.Reyk Floeter
2005-03-19further fixes for ar5212.Reyk Floeter
2005-03-18improve ar5212 init on resetReyk Floeter
2005-02-25add support for the atheros ar5211 802.11A/B/g wireless chipset.Reyk Floeter
2005-02-17a new year and a new, less restrictive license. because it has to beReyk Floeter
2005-02-17knfReyk Floeter
2005-02-17cosmetic changes, fix regdomain code and beacon handlingReyk Floeter
2005-01-09fix regulation domain handlingReyk Floeter
2004-12-31sync with the latest work and add some stuff needed by the upcoming ar5211/ar...Reyk Floeter
2004-11-23store number of supported gpio pinsReyk Floeter
2004-11-11some fixes for beeing compatible with gcc3 as noticed by some people.Reyk Floeter
2004-11-08use __packed instead of __attribute__ ((__packed__)) (ok miod@), checkReyk Floeter
2004-11-03knf, use positive error values (suggested by miod@)Reyk Floeter
2004-11-02spacing, beautify dmesg outputReyk Floeter