summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_ipwvar.h
AgeCommit message (Expand)Author
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
2008-08-28i've lost the IF_PURGE() bits in the process...Damien Bergamini
2008-07-21cleanup - we don't have resource structureKevin Lo
2008-04-16Kernel implementation of the 4-way handshake and group-keyDamien Bergamini
2008-02-23forgot that one when committing the if_ipw.c memleak fix. HopefullyHans-Joerg Hoexer
2006-08-19get rid of shared auth mode.Damien Bergamini
2006-02-26prettify + u_int{8,16,32}_t -> uint{8,16,32}_tDamien Bergamini
2005-03-12prevent fragmentation from happening.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-13fix a critical bug that made the kernel crash under heavy upstream trafficDamien Bergamini
2005-01-05Use $OpenBSD$ instead of $Id$. ok damien@Jonathan Gray
2004-12-21add powerhooksDamien Bergamini
2004-12-05Clean Tx/Rx rings allocation and management.Damien Bergamini
2004-11-18use the filesystem based firmware loader; deraadt okDamien Bergamini
2004-10-27Cache firmware into kernel memory instead of sending it directly. TheDamien Bergamini
2004-10-27Add authmode support (imported from iwi).Damien Bergamini
2004-10-20support for Intel 2100/2200BG/2915ABG wireless devices written byTheo de Raadt