Age | Commit message (Expand) | Author |
2017-08-25 | unbreak tree: move comment out of #define. sorry | Theo Buehler |
2017-08-25 | Add comments explaining why the out-of-bounds access in CID 1453077 can't | Theo Buehler |
2016-12-23 | Define HAL_OPCODE using enum ieee80211_opmode to prevent clang from warning | Mark Kettenis |
2016-12-18 | Add cast to mask and shift macros to silence warnings generated by clang. | Mark Kettenis |
2016-01-12 | Remove wireless turbo mode support. It is a non-standard extension | Stefan Sperling |
2015-11-24 | You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl. | Martin Pieuchot |
2015-11-24 | No need to include <net/if_arp.h> | Martin Pieuchot |
2014-12-26 | unifdef INET. missed a few headers in previous rounds | Ted Unangst |
2014-12-19 | Use <sys/endian.h> instead of <machine/endian.h> | Philip Guenther |
2013-11-21 | Remove unneeded include. | Martin Pieuchot |
2012-01-28 | Fix dot11Rate for 11b entries in the 11g rates table. | Stefan Sperling |
2011-10-14 | Make ath(4) send multicast frames once, not multiple times. | Stefan Sperling |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2009-07-24 | Don't include systm.h as it isn't needed and pulls in libkern headers, | Jonathan Gray |
2009-06-02 | replace custom macro AR5K_ELEMENTS() with nitems() | Reyk Floeter |
2008-08-29 | add a HAL function to force disabling the hardware crypto engine | Reyk Floeter |
2008-07-30 | Update the RF, RFGAIN, MODE, INI, and BBGAIN initialization tables | Reyk Floeter |
2008-07-29 | - fix FIFO overruns on PCI-E chipsets by setting the DMA size | Reyk Floeter |
2007-10-12 | The newer single chip Atheros wireless chipsets like the AR5424, | Reyk Floeter |
2007-05-09 | remove the internal wrapper functions for ieee80211_mhz2ieee and | Reyk Floeter |
2007-04-13 | The integrated Atheros NICs found in IBM/Lenovo ThinkPads use the same | Reyk Floeter |
2007-03-12 | add some HAL functions (again) inspired by the changes from the | Reyk Floeter |
2007-03-12 | do not use bcopy to set the mac address registers. this diff should | Reyk Floeter |
2007-03-05 | back out, reyk is not paying attention | Theo de Raadt |
2007-03-05 | Add some HAL functions. | Reyk Floeter |
2006-09-19 | attach and enable the newer chipset generations AR2413, AR5413, and | Reyk Floeter |
2006-09-19 | detect the newer single chip generations AR2413, AR5413 and AR5224 but | Reyk Floeter |
2006-09-19 | better mode setup in the ar5211 and ar5212 reset functions | Reyk Floeter |
2006-06-23 | set the RSSI Max value in ath(4) and use the new RSSI radiotap header | Reyk Floeter |
2006-06-05 | start to sync some changes and fixes from various "openhal" ports of | Reyk Floeter |
2005-12-18 | Update my e-mail address in the copyright statement, no binary changes. | Reyk Floeter |
2005-09-23 | cleanup and simplify the regulation domain handling. some devices are | Reyk Floeter |
2005-09-23 | change the fallback regulation domain to FCC2A (Canada) instead of | Reyk Floeter |
2005-09-19 | don't attach unsupported radio chipsets | Reyk Floeter |
2005-09-08 | Remove the last of the FreeBSD compatiblity goop. | Jonathan Gray |
2005-08-17 | fix led states and knf. this also enables support for the software led | Reyk Floeter |
2005-08-02 | reduce stack usage | Reyk Floeter |
2005-07-30 | remove a useless timeout after tx (decrease nasty delays while | Reyk Floeter |
2005-05-27 | - disable the gpio user interface for now, it's just an unimportant | Reyk Floeter |
2005-05-24 | ath_hal_rx_monitor should be used for link state monitoring instead of | Reyk Floeter |
2005-05-08 | change the dmesg output: print known chipset names, don't print the | Reyk Floeter |
2005-04-18 | beautify the code by renaming HAL functions with capitalized words (i | Reyk Floeter |
2005-04-09 | use htole32 and leto32h for register access instead of hardware-based | Reyk Floeter |
2005-04-08 | bye bye unportable bitfields | Reyk Floeter |
2005-04-06 | pad keys with zeros to a supported key length. this is bad but seems | Reyk Floeter |
2005-03-20 | some fixes for wep and reset. | Reyk Floeter |
2005-03-19 | further fixes for ar5212. | Reyk Floeter |
2005-03-18 | improve ar5212 init on reset | Reyk Floeter |
2005-02-25 | add support for the atheros ar5211 802.11A/B/g wireless chipset. | Reyk Floeter |
2005-02-17 | a new year and a new, less restrictive license. because it has to be | Reyk Floeter |