Warner Losh
2e6a21aa7f
Sony PEGA-WL110 Wireless LAN
...
Obtained from: NetBSD (onoe-san)
2003-09-22 05:33:22 +00:00
Warner Losh
45a3024ec7
New Proxim Harmony OEM card.
...
Submitted by: Jeremy Bingham
2003-09-20 05:27:18 +00:00
Sam Leffler
8df91fc8bc
o add experimental radiotap capture format
...
o add netbsd logic to convert rssi to device-independent values
Obtained from: NetBSD (rssi conversion code)
2003-09-05 22:29:30 +00:00
Warner Losh
76387a8ff1
This doesn't work, so back them out.
2003-08-24 05:18:10 +00:00
Warner Losh
cfab163573
Return -100 rather than 0 for pccard probe routines. This allows
...
other drivers to attach to these cards, if so desired.
2003-08-24 03:32:47 +00:00
Warner Losh
9125ded8ee
LINKSYS2 -> BROMAX
2003-08-21 17:40:59 +00:00
Warner Losh
3d844b955b
Update to reflect NETGEAR_2 -> INTERSIL and INTERSIL -> INTERSIL2
...
changes to pccarddevs.
2003-08-21 17:13:33 +00:00
Warner Losh
88755a2793
Add microsoft mn-520 wlan card.
...
Submitted by: Kirk Strauser
2003-08-14 06:30:06 +00:00
Warner Losh
9b92f5db40
Add Linksys WCF12: from Scott Lambert
2003-07-19 05:51:44 +00:00
Warner Losh
fa3682c1c9
OpenBSD calls this AIRVAST, so use that instead
2003-07-15 07:22:21 +00:00
Warner Losh
6a78c9e48a
Add Siemens SpeedStream 1021
...
Obainted from: openbsd (in spirit); millert
2003-07-15 03:34:08 +00:00
Warner Losh
40d3bedc9e
Add support for asus wl100
...
PR: 49033/53249
2003-07-11 09:19:04 +00:00
Warner Losh
247056ed2a
Add corega PCCL-11 to match entry added to pccarddevs a while ago.
...
Noticed going into openbsd...
2003-07-07 07:57:35 +00:00
Sam Leffler
2c71d3c795
update for new 802.11 support
2003-06-28 06:17:26 +00:00
Warner Losh
c88a674b8d
ARtem ONAIR card
...
Submitted by: Ben Gras
2003-06-11 16:56:02 +00:00
Warner Losh
459caa871c
Call wi_free on the failure cases of pccard.
...
Tested by: scottl
2003-06-11 16:39:20 +00:00
Warner Losh
7110005e4b
Add generic OEM1 PRISM3 card.
...
Submitted by: mwlucas
2003-04-27 03:34:05 +00:00
Matthew N. Dodd
f246e4a17f
- Express hard dependencies on bus (pci, isa, pccard) and
...
network layer (ether).
- Don't abuse module names to facilitate ifconfig module loading;
such abuse isn't really needed. (And if we do need type information
associated with a module then we should make it explicit and not
use hacks.)
2003-04-15 06:37:30 +00:00
Warner Losh
f5746231ff
Make sure that pp_name is non-null before setting the device
...
description. This allows us to rely entirely on the CIS entries if
necessary...
2003-04-10 04:36:02 +00:00
Warner Losh
2701fed4cf
Back out the _ND change. I plan on making all drivers default to that with
...
a special _DESC version for those cards whose CIS is insufficient for some
reason. This should save about 3k of kernel strings when complete.
2003-04-10 04:14:35 +00:00
Warner Losh
b899d58ee4
Use the new _ND macros to not include the description strings. If any
...
of the entries have a description, we'll use that to override the
description that the pccard layer generates for us.
This saves about 930 bytes in the module, so I feel it won't hurt the
crowded boot disks....
# other modules to follow
2003-04-08 15:36:43 +00:00
Warner Losh
c3805dd0ad
Don't set the decription, since the pccard layer does that for us now.
...
Remove the duplicate entries that were there to disambiguate different
cards that were the same, yet people wanted to have different dmesg.
2003-04-08 15:26:02 +00:00
David E. O'Brien
8368cf8f75
Use __FBSDID rather than rcsid[].
2003-04-03 21:36:33 +00:00
Warner Losh
08d49adb7f
Add DLINK DWL650H
...
From NetBSD by way of deischen
2003-03-18 02:47:53 +00:00
Takeshi Shibagaki
a544e1117c
Add YIS YWL-11B. This card has same vendor id and product id
...
as XI300 Wireless LAN. So use PCMCIA_CARD2().
2003-02-15 13:59:54 +00:00
Takeshi Shibagaki
3f9970c831
Add Allied Telesis WR211PCM.
2003-01-17 18:41:32 +00:00
Sam Leffler
474b12ddf0
new wi driver that uses the 802.11 link layer code
...
Reviewed by: imp
Obtained from: NetBSD (originally)
2003-01-15 20:11:31 +00:00
Warner Losh
aa23e9c476
o Comment out the symbol download code for 4.x.
...
o Add hooks for doing power management of the output signal.
o Minor hacks to make flexlint happy wrt staticness of functions.
2002-10-14 01:59:57 +00:00
Warner Losh
5c71502dad
Some renamings from pccarddevs
...
Add Linksys WCF11
Bay eMobility 11B
2002-10-11 07:02:31 +00:00
Warner Losh
82ddfdef07
Add Planex GWNS11H
...
Submitted by: hanai-san
2002-10-11 05:43:38 +00:00
Warner Losh
6f6efa5165
Move the symbol firmware loading routines into if_wi.
...
Define some basic firmware downloading commands.
2002-08-15 07:13:17 +00:00
Warner Losh
073eef8ca2
Add code that will download firmware to a Symbol LA4100-series of CF
...
cards. Since the firmware is hard coded into the kernel, I've made it
a kernel option (WI_SYMBOL_FIRMWARE).
Note: This only downloads into the RAM of these cards. It doesn't
download into FLASH, and is somewhat limited. There needs to be a
better way to deal, but this works for now. My Symbol LA4132 CF card
works now.
Obtained from: NetBSD
2002-08-03 00:19:58 +00:00
Warner Losh
fc7b12d6fc
Add support for Elsa XI325, Netgear MA401RA, and Nokia C110. From OpenBSD
...
by various people there.
2002-07-17 04:07:07 +00:00
Warner Losh
3465a702f3
Make this driver compile for -stable also to prep for MFC
2002-04-26 23:11:23 +00:00
Warner Losh
b0152b2e40
unifdef -DWI_HOSTAP, like OpenBSD does
2002-04-12 06:01:28 +00:00
Warner Losh
f90d35eca1
Add ActionTec HWC01170 and Linksys IWN2
...
Obtained from: OpenBSD
2002-04-11 21:21:14 +00:00
Warner Losh
1bd2b5b4cd
Integrate the hostap stuff that Thomas Skibo <skibo@packbell.net>
...
wrote. This code was for 4.5-release, so I've ported it to -current
and made a few minor tweaks. The biggest non-style tweak was to not
make access point the default.
More changes will be needed to get this actually working, but I wanted
to get a relatively pure baseline. This doesn't seem to break what
works now.
2002-04-11 07:21:16 +00:00
Warner Losh
8838e07eeb
The 3Com 3CRWE62092A (the XJack antenna product) does not have a host
...
interface that is compatible with the LUCENT or HERMES firmware.
Instead, it is like the various No Wires Necessary products that were
produced a while ago and then sold to intersil. It will require a
different driver altogether. Remove it from the list of supported
cards.
The 3CRWE777A apperas to be a re-badged SMC 2602W card, so the driver
appears to support it. Add it to the list.
Thanks to Todd Miller for loaning me the card during tonight's FRUUG
meeting for testing against CU's wireless infrastructure.
2002-04-05 01:31:30 +00:00
Warner Losh
c677a10e48
It would appear, from preliminary indications, that No Wires Necessary
...
cards aren't compatible with either Lucent or Intersil firmware.
2002-04-03 20:39:07 +00:00
Warner Losh
6e9e29ea41
Add some devices from OpenBSD/NetBSD:
...
o 3Com 3crwe62092a
o Addtron awp100
o No Wires Necessary WLAN 550 and 1148
o Proxim RANGELANDS 8340
and reorder linksys to be in proper sort order.
Obtained from: OpenBSD (mostly)
2002-04-02 05:49:09 +00:00
Warner Losh
dbab04ca39
First cut at breaking out the bus attachment from the bus independent
...
part of the driver. Also, move the softc and some other stuff to
if_wivar.h from if_wireg.h to make future merging activities easier.
2002-04-02 02:38:35 +00:00