aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wi
Commit message (Expand)AuthorAgeFilesLines
* 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-36/+25
* 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
* Add YIS YWL-11B. This card has same vendor id and product idTakeshi Shibagaki2003-02-151-0/+1
* Unlock the mutex in the error case in wi_init. Otherwise we can returnWarner Losh2003-02-021-0/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-6/+6
* correct default setting of hw.wi.txerate; it must be -1, not zero,Sam Leffler2003-01-201-2/+2
* correct sysctl names and move them to hw.wi: hw.wi.txerate controls the rateSam Leffler2003-01-201-4/+6
* gc dead codeSam Leffler2003-01-201-7/+0
* default tx error rate limiting to 0 to disable tx error msgs; this isSam Leffler2003-01-201-1/+1
* Add Allied Telesis WR211PCM.Takeshi Shibagaki2003-01-171-0/+1
* Restore a comment that was lost in the shuffle.Warner Losh2003-01-161-0/+5
* wi-specific host ap support no longer needed now that it usesSam Leffler2003-01-152-1402/+0
* new wi driver that uses the 802.11 link layer codeSam Leffler2003-01-156-2657/+2325
* Suspend/resume support (mostly for MiniPCI Prism2.5 boards).Matthew N. Dodd2003-01-143-2/+36
* Avoid casting pointers to int and using %x to print them.Mike Barcroft2003-01-051-4/+3
* Require privilege to flush the signal cache on if_an and if_wi 802.11Robert Watson2002-12-241-0/+3
* network interface driver changes:Sam Leffler2002-11-141-14/+7
* Be consistent about functions being static.Poul-Henning Kamp2002-10-161-1/+1
* o Comment out the symbol download code for 4.x.Warner Losh2002-10-144-6/+42
* Some renamings from pccarddevsWarner Losh2002-10-111-4/+6
* Add Planex GWNS11HWarner Losh2002-10-111-0/+1
* Fix commentWarner Losh2002-09-291-1/+1
* Limit the TX key to a valid rangeWarner Losh2002-09-292-1/+8
* When setting the WI_RID_ENCRYPTION mode, we have to conditionallyWarner Losh2002-08-211-11/+20
* comment about the magic number -149Warner Losh2002-08-211-0/+6
* Treat IBSS the same as ADHOC in wi_get_cur_ssid. This makes ifconfigWarner Losh2002-08-211-0/+1
* Move the symbol firmware loading routines into if_wi.Warner Losh2002-08-154-148/+161
* Follow NetBSD's lead and use WI_PORTTYPE_HOSTAP instead of _AP, sinceWarner Losh2002-08-113-16/+16
* 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-052-6/+20
* Add a comment that says it looks like lucent cards have a primaryWarner Losh2002-08-051-0/+2