summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ar5xxx.h
AgeCommit message (Expand)Author
2017-08-25unbreak tree: move comment out of #define. sorryTheo Buehler
2017-08-25Add comments explaining why the out-of-bounds access in CID 1453077 can'tTheo Buehler
2016-12-23Define HAL_OPCODE using enum ieee80211_opmode to prevent clang from warningMark Kettenis
2016-12-18Add cast to mask and shift macros to silence warnings generated by clang.Mark Kettenis
2016-01-12Remove wireless turbo mode support. It is a non-standard extensionStefan Sperling
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-11-24No need to include <net/if_arp.h>Martin Pieuchot
2014-12-26unifdef INET. missed a few headers in previous roundsTed Unangst
2014-12-19Use <sys/endian.h> instead of <machine/endian.h>Philip Guenther
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