summaryrefslogtreecommitdiffstats
path: root/sys/dev/wi/if_wi.c
Commit message (Expand)AuthorAgeFilesLines
* Second part of ALTQ driver modifications, covering:mlaier2004-08-011-10/+6
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompilemlaier2004-06-131-0/+2
* radiotap updates:sam2004-04-011-6/+11
* correct xmit-side radiotap collection by tap'ing the frame beforesam2004-04-011-4/+4
* Don't announce MAC addresses twice.mdodd2004-03-201-1/+0
* Eliminate bogus usage of WI_RSSI_TO_DBM(). Not only does it boguslygreen2004-03-171-4/+2
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+4
* update radiotap support to reflect recent changes:sam2003-12-281-5/+7
* o eliminate widespread on-stack mbuf use for bpf by introducingsam2003-12-281-34/+12
* Older versions of the intersil firmware is a lot slower than newerimp2003-12-091-1/+7
* Fix Lucent cards.imp2003-12-021-10/+25
* 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
* o add experimental radiotap capture formatsam2003-09-051-10/+58
* MFp4 changes to fix locking issues and correct referencesam2003-08-191-22/+51
* 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-201-22/+21
* 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-281-143/+88
* Return support needed by dstumbler:sam2003-06-271-9/+171
* As a workaround for the latest problems, don't init hermes cards moreimp2003-06-131-1/+1
* Minor tweaks that are effectively all style tweaks.imp2003-06-111-7/+2
* 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
* Fix interrupt race.imp2003-04-101-1/+1
* Use __FBSDID rather than rcsid[].obrien2003-04-031-5/+3
* MFP4 27224 and 27225:imp2003-03-221-3/+18
* o Lucent cards don't seem to like multiple buffers for tx. Use onlyimp2003-03-181-37/+25
* Move symbol reset detection code back into wi_reset. This is a moreimp2003-03-181-8/+9
* 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
* 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
* Restore a comment that was lost in the shuffle.imp2003-01-161-0/+5
* new wi driver that uses the 802.11 link layer codesam2003-01-151-2401/+2057
* Suspend/resume support (mostly for MiniPCI Prism2.5 boards).mdodd2003-01-141-2/+1
* Require privilege to flush the signal cache on if_an and if_wi 802.11rwatson2002-12-241-0/+3
OpenPOWER on IntegriCloud