summaryrefslogtreecommitdiffstats
path: root/sys/dev/wi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid casting pointers to int and using %x to print them.mike2003-01-051-4/+3
* Require privilege to flush the signal cache on if_an and if_wi 802.11rwatson2002-12-241-0/+3
* network interface driver changes:sam2002-11-141-14/+7
* Be consistent about functions being static.phk2002-10-161-1/+1
* o Comment out the symbol download code for 4.x.imp2002-10-144-6/+42
* Some renamings from pccarddevsimp2002-10-111-4/+6
* Add Planex GWNS11Himp2002-10-111-0/+1
* Fix commentimp2002-09-291-1/+1
* Limit the TX key to a valid rangeimp2002-09-292-1/+8
* When setting the WI_RID_ENCRYPTION mode, we have to conditionallyimp2002-08-211-11/+20
* comment about the magic number -149imp2002-08-211-0/+6
* Treat IBSS the same as ADHOC in wi_get_cur_ssid. This makes ifconfigimp2002-08-211-0/+1
* Move the symbol firmware loading routines into if_wi.imp2002-08-154-148/+161
* Follow NetBSD's lead and use WI_PORTTYPE_HOSTAP instead of _AP, sinceimp2002-08-113-16/+16
* Fix minor typo in ID number in last commitimp2002-08-051-1/+1
* A definition of regulatory domains that matches the docs.imp2002-08-051-1/+2
* Differentiate between AT45DB011 compatible large serial flash partsimp2002-08-052-6/+20
* Add a comment that says it looks like lucent cards have a primaryimp2002-08-051-0/+2
OpenPOWER on IntegriCloud