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
2008-05-13
Remove commented out NetBSD __KERNEL_RCSID macro usage.
Brad Smith
2008-04-16
Kernel implementation of the 4-way handshake and group-key
Damien Bergamini
2008-03-13
Do not increment the input packet counter in these drivers as
Brad Smith
2007-09-30
s/NPBFILTER/NBPFILTER/ in #endif comment. No functional change.
Mark Kettenis
2007-07-18
convert code under #if 0 to the new ieee80211_key structure.
Damien Bergamini
2007-06-07
move ieee80211_compute_duration() and ieee80211_compute_duration1()
Damien Bergamini
2007-02-14
put debug string tables under ATW_DEBUG
Jonathan Gray
2007-02-14
remove no longer used rate related variable/defines
Jonathan Gray
2007-01-03
M_DUP_PKTHDR() cleanup. On static buffers M_DUP_PKTHDR() will leak mbuf tags.
Claudio Jeker
2006-11-26
Make use of ieee80211_std_rateset
Jonathan Gray
2006-08-30
Return from channel tuning code if we get IEEE80211_CHAN_ANY
Jonathan Gray
2006-06-23
In a drivers activate() entry point, if on DVACT_DEACTIVATE it does
Miod Vallat
2006-05-22
Attach routines can fail before calling *hook_establish(), and they
Kenneth R Westerback
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2006-03-22
incorrect check for end of array; ok jsg
Theo de Raadt
2006-02-28
Switch to software WEP in a way mostly similiar to what David Young
Jonathan Gray
2006-02-17
Use ieee80211_compute_duration() instead of homerolled function.
Jonathan Gray
2005-10-11
Eliminate use of M_HASFCS.
Brad Smith
2005-09-24
The ADM8211B seems to stall after some time of constant
Jonathan Gray
2005-09-24
Make use of ieee80211_ibss_merge() from net80211.
Jonathan Gray
2005-09-23
Handle SI4126 operations differently on ADM8211B. This
Jonathan Gray
2005-09-22
Print MAC name and version and use "address" instead of
Jonathan Gray
2005-09-08
Remove the last of the FreeBSD compatiblity goop.
Jonathan Gray
2005-08-27
move some debug messages to use the debug macros so they dont appear
Anil Madhavapeddy
2005-07-18
remove trailing newline in panic(9); ok millert@ and deraadt@
Federico G. Schwindt
2005-07-02
clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.
Brad Smith
2005-06-21
remove duplicate function prototypes. ok deraadt
Kevin Lo
2005-05-27
make sure to enable socket on resume.
Robert Nagy
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
[next]