summaryrefslogtreecommitdiffstats
path: root/sys/dev/wi
Commit message (Expand)AuthorAgeFilesLines
* Truly fix the lockup mentioned in 1.153. The PRISM hardware is notgreen2003-11-041-0/+9
* Despite making the card not lock up, thae workaround from 1.153 didn'tgreen2003-11-041-3/+0
* Fix wi(4)'s WI_RID_SCAN_RES ioctl (wicontrol -L). The wrong lengthgreen2003-11-041-9/+13
* On my ZoomAir-branded Intersil PRISM2 cards, if you try to set thegreen2003-11-041-0/+3
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* mark interrupt handlers MPSAFEsam2003-10-291-1/+1
* Sony PEGA-WL110 Wireless LANimp2003-09-221-0/+1
* New Proxim Harmony OEM card.imp2003-09-201-0/+1
* o add experimental radiotap capture formatsam2003-09-055-13/+125
* This doesn't work, so back them out.imp2003-08-241-2/+2
* Return -100 rather than 0 for pccard probe routines. This allowsimp2003-08-241-2/+2
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* LINKSYS2 -> BROMAXimp2003-08-211-3/+3
* Update to reflect NETGEAR_2 -> INTERSIL and INTERSIL -> INTERSIL2imp2003-08-211-2/+2
* MFp4 changes to fix locking issues and correct referencesam2003-08-191-22/+51
* Add microsoft mn-520 wlan card.imp2003-08-141-0/+1
* Add the PCI Id of the Intersil prism3 (mini-PCI) WLAN chip. The Vaiomarcel2003-08-081-0/+1
* Fix a couple of bugs in the resume handler. Don't call the if_initjdp2003-07-261-2/+3
* o Add monitor mode support. This tested fine with prism cards but may requiresam2003-07-211-2/+29
* track changes to 802.11 code:sam2003-07-202-22/+23
* Add Addtron AWA-100 wireless PCI cardimp2003-07-191-0/+1
* Add Linksys WCF12: from Scott Lambertimp2003-07-191-0/+1
* OpenBSD calls this AIRVAST, so use that insteadimp2003-07-151-1/+2
* Add Siemens SpeedStream 1021imp2003-07-151-0/+1
* Add support for asus wl100imp2003-07-111-0/+1
* Add corega PCCL-11 to match entry added to pccarddevs a while ago.imp2003-07-071-0/+1
* Revert the previous commit, it snuck in by accident.scottl2003-07-031-10/+0
* Mega busdma API commit.scottl2003-07-011-0/+10
* catch failure to fetch the card's "own channel"; this should not happensam2003-06-291-0/+4
* update for new 802.11 supportsam2003-06-284-148/+92
* Return support needed by dstumbler:sam2003-06-272-12/+174
* As a workaround for the latest problems, don't init hermes cards moreimp2003-06-131-1/+1
* ARtem ONAIR cardimp2003-06-111-0/+1
* Minor tweaks that are effectively all style tweaks.imp2003-06-111-7/+2
* Call wi_free() in all the relevant error cases.imp2003-06-111-3/+2
* Call wi_free on the failure cases of pccard.imp2003-06-111-2/+6
* Don't hold a driver lock across bus_teardown_intr. Jhb points outimp2003-04-291-2/+1
* Initialize error.imp2003-04-271-1/+1
* Make 2/3 of my symbol cards work again. The 3rd symbol card card hasimp2003-04-271-15/+24
* Add generic OEM1 PRISM3 card.imp2003-04-271-0/+1
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-152-4/+6
* Fix interrupt race.imp2003-04-101-1/+1
* Make sure that pp_name is non-null before setting the deviceimp2003-04-101-1/+1
* Back out the _ND change. I plan on making all drivers default to that withimp2003-04-101-37/+37
* Use the new _ND macros to not include the description strings. If anyimp2003-04-081-40/+43
* Don't set the decription, since the pccard layer does that for us now.imp2003-04-081-10/+1
* Use __FBSDID rather than rcsid[].obrien2003-04-032-10/+6
* MFP4 27224 and 27225:imp2003-03-221-3/+18
* o Lucent cards don't seem to like multiple buffers for tx. Use onlyimp2003-03-182-37/+26
* Move symbol reset detection code back into wi_reset. This is a moreimp2003-03-182-8/+10
OpenPOWER on IntegriCloud