summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_iwireg.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* mostly cosmetic.damien2008-09-041-17/+5
* (Re)Association requests should contain a QoS Capability element,damien2008-09-031-2/+2
* WPA support for iwi(4).damien2008-08-281-33/+77
* o Improve 802.11 radiotap support (correct Rx antenna and Rx rate,damien2006-08-191-23/+27
* Prevent panic when loading pre-3.0 iwi firmware, and give a helpfuldim2006-04-021-2/+5
* Put Damien's latest changes back in, okay deraadt@.pedro2006-04-011-45/+56
* Backout, causes panicspedro2006-03-311-56/+45
* - complete rework of rings allocation (do things more like ral(4))damien2006-03-271-45/+56
* prettify + u_int{8,16,32}_t -> uint{8,16,32}_tdamien2006-02-261-117/+117
* re-enable scatter and fix scanning of 802.11a channels.damien2006-01-291-3/+4
* add some bits to control assoc led.damien2006-01-181-4/+9
* o Use firmware extended scan command; this one doesn't crash when scanningdamien2005-10-061-10/+17
* o Add initial bits for IBSS support.damien2005-09-191-3/+17
* set fragmentation threshold in iwi_config().damien2005-05-221-1/+2
* some changes for IBSS mode support (not yet working).damien2005-05-221-2/+2
* add monitor mode support. fast channel hop is not yet implemented though.damien2005-05-221-1/+2
* s/__attribute__((__packed__))/__packed/damien2005-03-121-18/+18
* - add support for 2.2 firmwaredamien2005-01-091-14/+18
* Use $OpenBSD$ instead of $Id$. ok damien@jsg2005-01-051-1/+1
* indentdamien2004-12-061-7/+7
* minor cleaningdamien2004-12-041-2/+2
* fix shared authenticationdamien2004-12-041-4/+4
* Clean DMA allocation of Tx and Rx ringsdamien2004-12-041-12/+31
* add missing field in struct iwi_associatedamien2004-11-241-1/+2
* add support for 2915ABG adaptersdamien2004-11-231-1/+3
* use the filesystem based firmware loader; ok deraadt@damien2004-11-221-1/+7
* fix a typodamien2004-11-221-2/+2
* support for Intel 2100/2200BG/2915ABG wireless devices written byderaadt2004-10-201-0/+400