summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2005-03-17fix ral_enable_tsf_sync() for hostap mode.Damien Bergamini
2005-03-17do not drop ToDS frames when acting as an access point.Damien Bergamini
2005-03-17give ipv6 a chance. pointed out by Paul de Weerd.Damien Bergamini
2005-03-15use IFQ_* macros instead of hand-rolling or using IF_*, makes ALTQ work onHenning Brauer
2005-03-15Make attach errors appear on new lines and makeJonathan Gray
2005-03-13the wep mac may be NULL if it's a broadcast keyReyk Floeter
2005-03-12use TAILQ_FOREACHMartin Reindl
2005-03-12Fix RTW_DEBUG compilation and add a few more sanity checks in addition toJonathan Gray
2005-03-11make use of the new ral_get_rts(), ral_txtime() and ral_setup_tx_desc()Damien Bergamini
2005-03-11don't forget to release nodes when they are no longer needed.Damien Bergamini
2005-03-11introduce new ral_setup_tx_desc() function so we can factor out fillingDamien Bergamini
2005-03-11fix IBSS mode. clean ral_newstate() while i'm here.Damien Bergamini
2005-03-11new ral_get_rts() function for building RTS frames.Damien Bergamini
2005-03-11distinguish null data frames from management frames.Damien Bergamini
2005-03-11simplify led management code.Damien Bergamini
2005-03-11do not disable RF tune in monitor mode.Damien Bergamini
2005-03-11fix ral_enable_tsf_sync() for future IBSS and HostAP support.Damien Bergamini
2005-03-11add various functions to compute duration and plcp length in 802.11a/g.Damien Bergamini
2005-03-11implement fast channel switching for monitor mode (used by kismet).Damien Bergamini
2005-03-11fix tx rate of beacons and mgmt frames in 802.11a.Damien Bergamini
2005-03-11enter RUN state in monitor mode instead of staying in INIT state.Damien Bergamini
2005-03-11fix basic rates for 802.11g.Damien Bergamini
2005-03-11don't initialiaze BBP registers with values stored in E2PROM.Damien Bergamini
2005-03-11some cosmetic tweaksDamien Bergamini
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-04Bring in a number of reliability fixes from FreeBSD' rl(4) driver.Brad Smith
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-03Do not let dma attach children if it could not initialize properly.Miod Vallat
2005-03-02radiotap support largely based on NetBSD rtw.Jonathan Gray
2005-03-01use one uint64_t instead of two uint32_t in rx radiotap header.Damien Bergamini
2005-03-01make sure radiotap structures are packed.Damien Bergamini
2005-03-01fix the radiotap bpf listenerReyk Floeter
2005-02-28add radiotap, monitor and promiscuous mode support.Damien Bergamini
2005-02-28do per-node rate adaptation. paves the way for ibss support.Damien Bergamini
2005-02-27Split sti softc in two structures, one device-related for regular deviceMiod Vallat
2005-02-27IBSS bits from NetBSD rtw.c -r 1.40Jonathan Gray
2005-02-25add support for the atheros ar5211 802.11A/B/g wireless chipset.Reyk Floeter
2005-02-25Correct usage of bus_dma which makes re(4) work on alpha.Jonathan Gray
2005-02-25Add support for software WEP.Jonathan Gray
2005-02-23add all supported regulation domains. the forced COUNTRYCODE in ar5xxxReyk Floeter
2005-02-22make ral compile on macppc.Damien Bergamini
2005-02-22From part of NetBSD rtw.c rev 1.36:Jonathan Gray
2005-02-22Fix a bug causing arches not able to load unaligned to crash in ip input.Per Fogelstrom
2005-02-21unbreak compilation by including some missing headersDavid Gwynne
2005-02-20Do not confuse syslog by printing messages starting with '<'.Miod Vallat
2005-02-20Don't calculate 'total_len' twice.Brad Smith
2005-02-19return on invalid beacon stateReyk Floeter