summaryrefslogtreecommitdiffstats
path: root/sys/dev/wi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add DLINK DWL650Himp2003-03-181-0/+1
* Add SMC 2602W pci card, from a post to mobile@imp2003-03-181-0/+1
* Remove bogus KASSERT. The 802.11 layer and the resume from suspendimp2003-03-171-2/+0
* Remove bogus UNLOCK in if_wi.c. Since we no longer WILOCK() in theimp2003-03-111-3/+1
* Change default setting of hw.wi.txerate to zero so that tx error msgs aresam2003-02-261-2/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-6/+6
* Add YIS YWL-11B. This card has same vendor id and product idshiba2003-02-151-0/+1
* Unlock the mutex in the error case in wi_init. Otherwise we can returnimp2003-02-021-0/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-6/+6
* correct default setting of hw.wi.txerate; it must be -1, not zero,sam2003-01-201-2/+2
* correct sysctl names and move them to hw.wi: hw.wi.txerate controls the ratesam2003-01-201-4/+6
* gc dead codesam2003-01-201-7/+0
* default tx error rate limiting to 0 to disable tx error msgs; this issam2003-01-201-1/+1
* Add Allied Telesis WR211PCM.shiba2003-01-171-0/+1
* Restore a comment that was lost in the shuffle.imp2003-01-161-0/+5
* wi-specific host ap support no longer needed now that it usessam2003-01-152-1402/+0
* new wi driver that uses the 802.11 link layer codesam2003-01-156-2680/+2348
* Suspend/resume support (mostly for MiniPCI Prism2.5 boards).mdodd2003-01-143-2/+36
OpenPOWER on IntegriCloud