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
2009-08-16
remove use of BITS and BIT macros.
Jonathan Gray
2009-08-16
start getting rid of some of these horrific bit macros, remove
Jonathan Gray
2009-08-10
More cases of shutdown hooks not needed after card is already stopped. In
Theo de Raadt
2009-06-03
put the values direct in the array, otherwise the nested macros are longer
Theo de Raadt
2009-01-21
Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).
Alexander Yurchenko
2008-11-28
Eliminate the redundant bits of code for MTU and multicast handling
Brad Smith
2008-10-03
Remove a few small ifdef/ifndef OpenBSD sections which contained some
Brad Smith
2008-08-29
the atw(4) man page says:
Damien Bergamini
2008-08-27
introduce new IEEE80211_STA_ONLY kernel option that can be set to
Damien Bergamini
2008-07-21
instead of passing rx tstamp and rssi to the ieee80211_input function,
Damien Bergamini
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
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
[next]