summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_ipwvar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* redo rwlock conversion now that i've compiled it on i386tedu2016-09-051-4/+2
* Backout previous commit; does not compile.kettenis2016-09-051-2/+4
* convert busy flag and tsleep to rwlock as in iwmtedu2016-09-051-4/+2
* sizes for free(), mostly related to firmwares.deraadt2015-09-011-1/+2
* Change scan and auth+assoc workq entries to taskq entries.krw2014-12-191-1/+4
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-3/+1
* replace workqs with tasks for handling resume. state handling isdlg2013-11-141-2/+2
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-2/+1
* Bring the suspend/resume code of all the Intel wireless drivers in line withkettenis2010-08-031-2/+3
* Make legacy xxpower() functions call xxstop() on suspend, and simplify theirderaadt2010-07-281-1/+2
* i've lost the IF_PURGE() bits in the process...damien2008-08-281-21/+11
* cleanup - we don't have resource structurekevlo2008-07-211-3/+1
* Kernel implementation of the 4-way handshake and group-keydamien2008-04-161-3/+1
* forgot that one when committing the if_ipw.c memleak fix. Hopefullyhshoexer2008-02-231-1/+3
* get rid of shared auth mode.damien2006-08-191-3/+1
* prettify + u_int{8,16,32}_t -> uint{8,16,32}_tdamien2006-02-261-17/+17
* prevent fragmentation from happening.damien2005-03-121-2/+2
* s/__attribute__((__packed__))/__packed/damien2005-03-121-3/+3
* make sure radiotap structures are packed.damien2005-03-011-3/+3
* ipwcontrol and iwicontrol removal.damien2005-02-211-4/+1
* fix a critical bug that made the kernel crash under heavy upstream trafficdamien2005-01-131-3/+3
* Use $OpenBSD$ instead of $Id$. ok damien@jsg2005-01-051-1/+1
* add powerhooksdamien2004-12-211-1/+4
* Clean Tx/Rx rings allocation and management.damien2004-12-051-11/+14
* use the filesystem based firmware loader; deraadt okdamien2004-11-181-10/+7
* Cache firmware into kernel memory instead of sending it directly. Thedamien2004-10-271-2/+11
* Add authmode support (imported from iwi).damien2004-10-271-1/+3
* support for Intel 2100/2200BG/2915ABG wireless devices written byderaadt2004-10-201-0/+152