summaryrefslogtreecommitdiff
path: root/sys/dev/ic/atw.c
AgeCommit message (Expand)Author
2005-03-26enable reception of multicast frames; from NetBSDChristian Weisgerber
2005-02-17derived from NetBSD:Reyk Floeter
2005-01-15make sure interface is in RUNNING state before touching the multicast filtersBrad Smith
2004-12-31Define atw cfdriver struct in atw.c so atw at cardbus does notJonathan Gray
2004-07-25Begin conditioning device configuration on revision number. Three typesTodd C. Miller
2004-07-25Fix IBSS merges in atw(4). From NetBSD (dyoung)Todd C. Miller
2004-07-25Improve register definitions and slightly demystify some magicTodd C. Miller
2004-07-25The RSSI field in the Rx descriptor is the unadulterated contentTodd C. Miller
2004-07-19Delete the AP scan timeout in atw_detach. Fixes a panic on detach if theTodd C. Miller
2004-07-15Remove an errant ATW_CLR() that was the result of a merge error.Todd C. Miller
2004-07-15Insist that callers use atw_write_sram to copy even-length buffersTodd C. Miller
2004-07-15Totally revamp/re-organize device initialization using clue from theTodd C. Miller
2004-07-15Totally revamp device resets using clue from the reference driver.Todd C. Miller
2004-07-15kill sc_intr_ackTodd C. Miller
2004-07-15Take the paranoia out of the code for writing baseband registers.Todd C. Miller
2004-07-15missing bits from last commitTodd C. Miller
2004-07-15Simplify the Rx filter setup. From NetBSD (dyoung)Todd C. Miller
2004-07-15Countdown correctly to the Target Beacon Transmission Time.Todd C. Miller
2004-07-15Simplify IBSS merge code.Todd C. Miller
2004-07-15Re-synchronize TSFT after an IBSS merge.Todd C. Miller
2004-07-15In the transmit interrupt handler, do not unnecessarily synchronizeTodd C. Miller
2004-07-15Delete some dead code and a less-than-helpful comment.Todd C. Miller
2004-07-15Don't send data packets until the interface is in state RUN. ThisTodd C. Miller
2004-07-15Do not treat the lost beacon count specially any more. It is kind ofTodd C. Miller
2004-07-15In ad hoc mode, don't set the mysterious EA bit in the Network AccessTodd C. Miller
2004-07-07Only drain the transmit queue if we are idling the transmit section.Todd C. Miller
2004-07-07After we wait for the MAC's transmit section to idle, drain theTodd C. Miller
2004-07-07Check for ATW_C_BBPTYPE_RFMD in switch statement (not currently supported).Todd C. Miller
2004-07-07Fix typo: change ATW_RFTYPE_RFMD and family to ATW_BBPTYPE_RFMD.Todd C. Miller
2004-06-22atw(4) driver from NetBSD (dyoung). Based in part on a port byTodd C. Miller