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