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
/
pci
/
if_iwivar.h
Age
Commit message (
Expand
)
Author
2016-09-05
convert busy flag and tsleep to rwlock as in iwm
Ted Unangst
2013-12-03
Seems we simply have to live with fatal firmware errors. Even Linux, with its
Mark Kettenis
2013-11-14
replace workqs with tasks for handling resume
David Gwynne
2010-09-07
remove the powerhook code. All architectures now use the ca_activate tree
Theo de Raadt
2010-08-03
Bring the suspend/resume code of all the Intel wireless drivers in line with
Mark Kettenis
2010-07-28
Make legacy xxpower() functions call xxstop() on suspend, and simplify their
Theo de Raadt
2009-06-05
T
Theo de Raadt
2008-08-28
WPA support for iwi(4).
Damien Bergamini
2006-08-19
get rid of shared auth mode.
Damien Bergamini
2006-04-01
use proper types and not fetch iobase that is not used later; damien ok
Michael Shalayeff
2006-04-01
Put Damien's latest changes back in, okay deraadt@.
Pedro Martelletto
2006-03-31
Backout, causes panics
Pedro Martelletto
2006-03-27
- complete rework of rings allocation (do things more like ral(4))
Damien Bergamini
2006-02-26
prettify + u_int{8,16,32}_t -> uint{8,16,32}_t
Damien Bergamini
2005-09-19
o Add initial bits for IBSS support.
Damien Bergamini
2005-07-07
remove unused structure definitions. ok damien@
Kevin Lo
2005-04-04
remove noise statistics. this was generating tons of useless interrupts.
Damien Bergamini
2005-03-12
s/__attribute__((__packed__))/__packed/
Damien Bergamini
2005-03-01
make sure radiotap structures are packed.
Damien Bergamini
2005-02-21
ipwcontrol and iwicontrol removal.
Damien Bergamini
2005-01-09
- add support for 2.2 firmware
Damien Bergamini
2005-01-05
Use $OpenBSD$ instead of $Id$. ok damien@
Jonathan Gray
2004-12-21
add powerhooks
Damien Bergamini
2004-12-04
Clean DMA allocation of Tx and Rx rings
Damien Bergamini
2004-11-22
use the filesystem based firmware loader; ok deraadt@
Damien Bergamini
2004-10-20
support for Intel 2100/2200BG/2915ABG wireless devices written by
Theo de Raadt