aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wi/if_wireg.h
Commit message (Expand)AuthorAgeFilesLines
* Overhaul monitor mode handling:Sam Leffler2009-05-201-1/+3
* Minor tweaks to names and comments now that I understand what's goingWarner Losh2008-08-021-2/+7
* raw 802.11 packet transmit supportSam Leffler2006-08-051-0/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* update radiotap support to reflect recent changes:Sam Leffler2003-12-281-8/+7
* o add experimental radiotap capture formatSam Leffler2003-09-051-0/+36
* new wi driver that uses the 802.11 link layer codeSam Leffler2003-01-151-142/+139
* o Comment out the symbol download code for 4.x.Warner Losh2002-10-141-0/+18
* Fix commentWarner Losh2002-09-291-1/+1
* Follow NetBSD's lead and use WI_PORTTYPE_HOSTAP instead of _AP, sinceWarner Losh2002-08-111-1/+1
* Fix minor typo in ID number in last commitWarner Losh2002-08-051-1/+1
* A definition of regulatory domains that matches the docs.Warner Losh2002-08-051-1/+2
* Differentiate between AT45DB011 compatible large serial flash partsWarner Losh2002-08-051-3/+10
* Add code that will download firmware to a Symbol LA4100-series of CFWarner Losh2002-08-031-1/+30
* Add kernel printf bits for WI_SUPPRATES and HOSTAP_FLAGSWarner Losh2002-06-241-0/+1
* Add better mediaopt support for ibss and friends.Warner Losh2002-06-191-1/+1
* Integrate the hostap stuff that Thomas Skibo <skibo@packbell.net>Warner Losh2002-04-111-1/+19
* Sony ID is 0x0002, not 0x0001. Noticed by Ichiro Fukuhara-san when IWarner Losh2002-04-081-1/+1
* MFNetBSD:Warner Losh2002-04-041-25/+60
* o Reduce the gratuitous differences with NetBSD.Warner Losh2002-04-041-57/+6
* Four fixes from NetBSD:Warner Losh2002-04-031-15/+23
* First cut at breaking out the bus attachment from the bus independentWarner Losh2002-04-021-142/+0
* More diff reduction patchesWarner Losh2002-04-011-14/+13
* Merge a little from NetBSD. This changes reduces the diffs between theWarner Losh2002-04-011-10/+7
* Add more ID's from the PRISM family. from wi.c 1.61 and wireg.h 1.26 byWarner Losh2002-04-011-0/+4
* Identify PRISM 2.5 with ISL37300PWarner Losh2002-03-291-0/+1
* Integrate the air-tools 0.2 from dachb0den labs.Warner Losh2002-03-291-0/+24
* o Rework the identify routine a little, merging it with NetBSD's wi.Warner Losh2002-03-161-2/+4
* Merge a little from NetBSD.Warner Losh2002-03-051-2/+24
* Add support for the Linksys WMP-11, Prism 2.5, PCI adaptor.Brooks Davis2002-02-121-17/+30
* Implement prism2 detection from NetBSD. This mostly obsoletes theWarner Losh2001-12-051-1/+22
* In order for the MA301 to pass interrupts from the PCCard, you mustNick Sayer2001-08-241-2/+9
* Add support for the Netgear MA301 PCI adapter for the MA401.Nick Sayer2001-08-231-2/+0
* Disable the wi driver locking for now. The driver tries to tsleep with theJohn Baldwin2001-05-171-2/+2
* Fix a couple style nits, no code changes. Turn one magic number intoBill Paul2001-03-291-5/+6
* Add support for the Addtron AWA100 PCI wireless card.Alfred Perlstein2001-03-281-0/+23
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-2/+2
* Apply some contributed patches to reduce number of tx buffer allocationBill Paul2000-12-151-0/+8
* Update the wi driver to use mutexes instead of spls.Bill Paul2000-10-131-0/+4
* Add support for WEP (encryption) for silver and gold WaveLAN/IEEE turbo cards.Bill Paul2000-02-021-1/+26
* Update the WaveLAN/IEEE driver:Bill Paul1999-11-251-2/+12
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Correct the alignment of some of the members in the wi_frame structure.Bill Paul1999-07-201-3/+5
* Add support to wicontrol(8) and wi(4) for enabling and configuringBill Paul1999-05-071-2/+18
* Modify wicontrol(8) and wi(4) to allow setting the frequency of theBill Paul1999-05-061-2/+5
* Fix some byte ordering problems; I was storing string lengths wrong,Bill Paul1999-05-061-2/+2
* Add device driver support for the Lucent WaveLAN/IEEE 802.11 PCMCIABill Paul1999-05-051-0/+580