aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wi
Commit message (Expand)AuthorAgeFilesLines
* Sony PEGA-WL110 Wireless LANWarner Losh2003-09-221-0/+1
* New Proxim Harmony OEM card.Warner Losh2003-09-201-0/+1
* o add experimental radiotap capture formatSam Leffler2003-09-055-13/+125
* This doesn't work, so back them out.Warner Losh2003-08-241-2/+2
* Return -100 rather than 0 for pccard probe routines. This allowsWarner Losh2003-08-241-2/+2
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* LINKSYS2 -> BROMAXWarner Losh2003-08-211-3/+3
* Update to reflect NETGEAR_2 -> INTERSIL and INTERSIL -> INTERSIL2Warner Losh2003-08-211-2/+2
* MFp4 changes to fix locking issues and correct referenceSam Leffler2003-08-191-22/+51
* Add microsoft mn-520 wlan card.Warner Losh2003-08-141-0/+1
* Add the PCI Id of the Intersil prism3 (mini-PCI) WLAN chip. The VaioMarcel Moolenaar2003-08-081-0/+1
* Fix a couple of bugs in the resume handler. Don't call the if_initJohn Polstra2003-07-261-2/+3
* o Add monitor mode support. This tested fine with prism cards but may requireSam Leffler2003-07-211-2/+29
* track changes to 802.11 code:Sam Leffler2003-07-202-22/+23
* Add Addtron AWA-100 wireless PCI cardWarner Losh2003-07-191-0/+1
* Add Linksys WCF12: from Scott LambertWarner Losh2003-07-191-0/+1
* OpenBSD calls this AIRVAST, so use that insteadWarner Losh2003-07-151-1/+2
* Add Siemens SpeedStream 1021Warner Losh2003-07-151-0/+1
* Add support for asus wl100Warner Losh2003-07-111-0/+1
* Add corega PCCL-11 to match entry added to pccarddevs a while ago.Warner Losh2003-07-071-0/+1
* Revert the previous commit, it snuck in by accident.Scott Long2003-07-031-10/+0
* Mega busdma API commit.Scott Long2003-07-011-0/+10
* catch failure to fetch the card's "own channel"; this should not happenSam Leffler2003-06-291-0/+4
* update for new 802.11 supportSam Leffler2003-06-284-148/+92
* Return support needed by dstumbler:Sam Leffler2003-06-272-12/+174
* As a workaround for the latest problems, don't init hermes cards moreWarner Losh2003-06-131-1/+1
* ARtem ONAIR cardWarner Losh2003-06-111-0/+1
* Minor tweaks that are effectively all style tweaks.Warner Losh2003-06-111-7/+2
* Call wi_free() in all the relevant error cases.Warner Losh2003-06-111-3/+2
* Call wi_free on the failure cases of pccard.Warner Losh2003-06-111-2/+6
* Don't hold a driver lock across bus_teardown_intr. Jhb points outWarner Losh2003-04-291-2/+1
* Initialize error.Warner Losh2003-04-271-1/+1
* Make 2/3 of my symbol cards work again. The 3rd symbol card card hasWarner Losh2003-04-271-15/+24
* Add generic OEM1 PRISM3 card.Warner Losh2003-04-271-0/+1
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-152-4/+6
* Fix interrupt race.Warner Losh2003-04-101-1/+1
* Make sure that pp_name is non-null before setting the deviceWarner Losh2003-04-101-1/+1
* Back out the _ND change. I plan on making all drivers default to that withWarner Losh2003-04-101-37/+37
* Use the new _ND macros to not include the description strings. If anyWarner Losh2003-04-081-40/+43
* Don't set the decription, since the pccard layer does that for us now.Warner Losh2003-04-081-10/+1
* Use __FBSDID rather than rcsid[].David E. O'Brien2003-04-032-10/+6
* MFP4 27224 and 27225:Warner Losh2003-03-221-3/+18
* o Lucent cards don't seem to like multiple buffers for tx. Use onlyWarner Losh2003-03-182-37/+26
* Move symbol reset detection code back into wi_reset. This is a moreWarner Losh2003-03-182-8/+10
* Add DLINK DWL650HWarner Losh2003-03-181-0/+1
* Add SMC 2602W pci card, from a post to mobile@Warner Losh2003-03-181-0/+1
* Remove bogus KASSERT. The 802.11 layer and the resume from suspendWarner Losh2003-03-171-2/+0
* Remove bogus UNLOCK in if_wi.c. Since we no longer WILOCK() in theWarner Losh2003-03-111-3/+1
* Change default setting of hw.wi.txerate to zero so that tx error msgs areSam Leffler2003-02-261-2/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-6/+6