summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ath.c
AgeCommit message (Expand)Author
2003-12-16Synchronize with FreeBSD:dyoung
2003-12-07In _STA mode, don't panic when a stray beacon-miss interrupt isdyoung
2003-11-16So that the internal bridge works in AP mode, call ath_start afterdyoung
2003-11-02Fix some typos. From Tom Cosgrove via jmc@openbsd.wiz
2003-11-02Use ieee80211_find_rxnode to attribute Rx packets to the writedyoung
2003-10-21don't swap powerhook and shutdownhook.yamt
2003-10-16Fix WEP transmission, too. From FreeBSD/Sam Leffler.dyoung
2003-10-16ath(4) failed to detect when the number of DMA segments exceededdyoung
2003-10-16add {shutdownhook,powerhook}disestablish()ichiro
2003-10-15add $NetBSD$itojun
2003-10-15Return 0 on SIOC{ADD,DEL}MULTI.enami
2003-10-15s/printf/DPRINTF/ for ath_rate_ctl()itojun
2003-10-15Fix WEP reception.dyoung
2003-10-15Port multicast handling to NetBSD. Addresses PR23151.enami
2003-10-14Do not index arrays using enum constants, since enums can bedyoung
2003-10-14add support ath on cardbusichiro
2003-10-13NetBSD/FreeBSD compatibility changes NetBSD, especiallydyoung
2003-10-07Initial import of ath(4) from FreeBSD.dyoung