summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ath.c
AgeCommit message (Expand)Author
2006-04-20printf() calls with the format string spanning several lines should not haveMiod Vallat
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-02-20Fix kernel builds without bpfilter. Linking is still broken.Damien Bergamini
2006-01-04Remove redundant calls to bpfdetach.Can Erkin Acar
2005-12-10Initialize flags before using it. Spotted by lint.Kenneth R Westerback
2005-11-11more verbose error message for the "bogus xmit rate" problemReyk Floeter
2005-09-23cleanup and simplify the regulation domain handling. some devices areReyk Floeter
2005-09-22remove the very basic ath(4) rate control implementation and useReyk Floeter
2005-09-19don't attach unsupported radio chipsetsReyk Floeter
2005-09-08use ieee80211_iterate_nodes to iterate the nodes and add a extra checkReyk Floeter
2005-09-08fix a possible division by zero by using minimal default values for theReyk Floeter
2005-09-08Remove the last of the FreeBSD compatiblity goop.Jonathan Gray
2005-09-08Remove FreeBSD if_printf compat function from net80211.Jonathan Gray
2005-08-21update the 802.11 station address if the ethernet lladdr has been changed.Reyk Floeter
2005-08-21remove the IEEE80211_C_SCANALL capability, it should be used onReyk Floeter
2005-08-17fix led states and knf. this also enables support for the software ledReyk Floeter
2005-07-30remove a useless timeout after tx (decrease nasty delays whileReyk Floeter
2005-07-19- the self linked hardware rx descriptor list does not work in hostapReyk Floeter
2005-07-18remove trailing newline in panic(9); ok millert@ and deraadt@Federico G. Schwindt
2005-05-28fix hostap modeReyk Floeter
2005-05-27re-enable gpio init even without using the gpio(4) frameworkReyk 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-11extra checks for monitor modeReyk 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-08move reset of HAL descriptors to ath.cReyk Floeter
2005-04-06pad keys with zeros to a supported key length. this is bad but seemsReyk Floeter
2005-04-06<sys/types.h> is not needed with <sys/param.h>Kevin Lo
2005-04-05fix wep by adjusting the total packet lengthReyk Floeter
2005-04-03remove redundant suser() checksUwe Stuehler
2005-04-02More ioctl permission checks.Uwe Stuehler
2005-03-19further fixes for ar5212.Reyk Floeter
2005-03-18use IFQ_* instead of IF_* for the data queueReyk Floeter
2005-03-11fix channel initialisation. thanks to simon slater.Reyk Floeter
2005-03-10fix beacon handlingReyk Floeter
2005-03-10use bcopy and bzeroReyk Floeter
2005-03-03improve radiotap support, fix some minor bugs.Reyk Floeter
2005-03-03addtion of a generic function for allocating beacons: ieee80211_beacon_alloc().Damien Bergamini
2005-03-01fix the radiotap bpf listenerReyk Floeter
2005-02-17mostly cosmetic changes: knf, get rid of unneeded sysctls, cleanup theReyk Floeter
2005-02-17derived from NetBSD:Reyk Floeter
2005-01-03Make ath at cardbus not depend on ath at pci. ok reyk@Jonathan Gray
2004-12-31sync with the latest work and add some stuff needed by the upcoming ar5211/ar...Reyk Floeter
2004-11-23support the gpio found on ath(4) devices.Reyk Floeter
2004-11-11some fixes for beeing compatible with gcc3 as noticed by some people.Reyk Floeter
2004-11-02spacing, beautify dmesg outputReyk Floeter
2004-11-02imported Sam Leffler's ath driver for atheros multimode wireless nicsReyk Floeter