| Commit message (Expand) | Author | Age | Files | Lines |
* | Add microsoft mn-520 wlan card. | imp | 2003-08-14 | 1 | -0/+1 |
* | Add the PCI Id of the Intersil prism3 (mini-PCI) WLAN chip. The Vaio | marcel | 2003-08-08 | 1 | -0/+1 |
* | Fix a couple of bugs in the resume handler. Don't call the if_init | jdp | 2003-07-26 | 1 | -2/+3 |
* | o Add monitor mode support. This tested fine with prism cards but may require | sam | 2003-07-21 | 1 | -2/+29 |
* | track changes to 802.11 code: | sam | 2003-07-20 | 2 | -22/+23 |
* | Add Addtron AWA-100 wireless PCI card | imp | 2003-07-19 | 1 | -0/+1 |
* | Add Linksys WCF12: from Scott Lambert | imp | 2003-07-19 | 1 | -0/+1 |
* | OpenBSD calls this AIRVAST, so use that instead | imp | 2003-07-15 | 1 | -1/+2 |
* | Add Siemens SpeedStream 1021 | imp | 2003-07-15 | 1 | -0/+1 |
* | Add support for asus wl100 | imp | 2003-07-11 | 1 | -0/+1 |
* | Add corega PCCL-11 to match entry added to pccarddevs a while ago. | imp | 2003-07-07 | 1 | -0/+1 |
* | Revert the previous commit, it snuck in by accident. | scottl | 2003-07-03 | 1 | -10/+0 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 1 | -0/+10 |
* | catch failure to fetch the card's "own channel"; this should not happen | sam | 2003-06-29 | 1 | -0/+4 |
* | update for new 802.11 support | sam | 2003-06-28 | 4 | -148/+92 |
* | Return support needed by dstumbler: | sam | 2003-06-27 | 2 | -12/+174 |
* | As a workaround for the latest problems, don't init hermes cards more | imp | 2003-06-13 | 1 | -1/+1 |
* | ARtem ONAIR card | imp | 2003-06-11 | 1 | -0/+1 |
* | Minor tweaks that are effectively all style tweaks. | imp | 2003-06-11 | 1 | -7/+2 |
* | Call wi_free() in all the relevant error cases. | imp | 2003-06-11 | 1 | -3/+2 |
* | Call wi_free on the failure cases of pccard. | imp | 2003-06-11 | 1 | -2/+6 |
* | Don't hold a driver lock across bus_teardown_intr. Jhb points out | imp | 2003-04-29 | 1 | -2/+1 |
* | Initialize error. | imp | 2003-04-27 | 1 | -1/+1 |
* | Make 2/3 of my symbol cards work again. The 3rd symbol card card has | imp | 2003-04-27 | 1 | -15/+24 |
* | Add generic OEM1 PRISM3 card. | imp | 2003-04-27 | 1 | -0/+1 |
* | - Express hard dependencies on bus (pci, isa, pccard) and | mdodd | 2003-04-15 | 2 | -4/+6 |
* | Fix interrupt race. | imp | 2003-04-10 | 1 | -1/+1 |
* | Make sure that pp_name is non-null before setting the device | imp | 2003-04-10 | 1 | -1/+1 |
* | Back out the _ND change. I plan on making all drivers default to that with | imp | 2003-04-10 | 1 | -37/+37 |
* | Use the new _ND macros to not include the description strings. If any | imp | 2003-04-08 | 1 | -40/+43 |
* | Don't set the decription, since the pccard layer does that for us now. | imp | 2003-04-08 | 1 | -10/+1 |
* | Use __FBSDID rather than rcsid[]. | obrien | 2003-04-03 | 2 | -10/+6 |
* | MFP4 27224 and 27225: | imp | 2003-03-22 | 1 | -3/+18 |
* | o Lucent cards don't seem to like multiple buffers for tx. Use only | imp | 2003-03-18 | 2 | -37/+26 |
* | Move symbol reset detection code back into wi_reset. This is a more | imp | 2003-03-18 | 2 | -8/+10 |
* | Add DLINK DWL650H | imp | 2003-03-18 | 1 | -0/+1 |
* | Add SMC 2602W pci card, from a post to mobile@ | imp | 2003-03-18 | 1 | -0/+1 |
* | Remove bogus KASSERT. The 802.11 layer and the resume from suspend | imp | 2003-03-17 | 1 | -2/+0 |
* | Remove bogus UNLOCK in if_wi.c. Since we no longer WILOCK() in the | imp | 2003-03-11 | 1 | -3/+1 |
* | Change default setting of hw.wi.txerate to zero so that tx error msgs are | sam | 2003-02-26 | 1 | -2/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -6/+6 |
* | Add YIS YWL-11B. This card has same vendor id and product id | shiba | 2003-02-15 | 1 | -0/+1 |
* | Unlock the mutex in the error case in wi_init. Otherwise we can return | imp | 2003-02-02 | 1 | -0/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -6/+6 |
* | correct default setting of hw.wi.txerate; it must be -1, not zero, | sam | 2003-01-20 | 1 | -2/+2 |
* | correct sysctl names and move them to hw.wi: hw.wi.txerate controls the rate | sam | 2003-01-20 | 1 | -4/+6 |
* | gc dead code | sam | 2003-01-20 | 1 | -7/+0 |
* | default tx error rate limiting to 0 to disable tx error msgs; this is | sam | 2003-01-20 | 1 | -1/+1 |
* | Add Allied Telesis WR211PCM. | shiba | 2003-01-17 | 1 | -0/+1 |
* | Restore a comment that was lost in the shuffle. | imp | 2003-01-16 | 1 | -0/+5 |