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