summaryrefslogtreecommitdiff
path: root/sys/dev/ic/atw.c
AgeCommit message (Expand)Author
2004-01-10Rounding to the nearest multiple of 2 with roundup(constant, 2) isdyoung
2004-01-10In atw_rf3000_tune, enable I/O with the modem and RF front-enddyoung
2004-01-10Do not set IEEE80211_F_IBSSON in hostap mode. Treat hostap-modedyoung
2004-01-10Report received-early interrupt with a debug printf.dyoung
2004-01-10Misc. cosmetic changes.dyoung
2004-01-10Use new docs provided by RFMD to give some meaning todyoung
2003-11-16Add data-link type DLT_IEEE802_11_RADIO to wi and atw. DLT_IEEE802_11_RADIOdyoung
2003-11-02No need to check which state we're changing FROM when we deactivatedyoung
2003-11-02Get a clue from ath(4) and move the ieee80211_new_state() calls indyoung
2003-11-02Fix thinko that breaks IBSS merges in atw(4). sc->sc_opmode !=dyoung
2003-11-02Use ieee80211_find_rxnode to attribute Rx packets to the writedyoung
2003-10-25make this compile again. I should really rename the FreeBSD KASSERT tochristos
2003-10-25KASSERT takes 2 arguments here.christos
2003-10-25Fix uninitialized variable warningschristos
2003-10-16Cosmetic change: shorten 6 lines to 2.dyoung
2003-10-13Adapt atw(4) to the new 802.11 layer.dyoung
2003-09-20Allow channels 1-14 in MMK2, for real. Fixes PR 22530 fromdyoung
2003-07-06Oops. Add the atw(4) sources, too.dyoung