Revert "remove the strip driver"
This reverts commit 94d9842403
.
Alan says it's not appropriate to remove this driver,
Adrian Bunk also agrees with this revert.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
49997d7515
commit
a60f28fa93
4 changed files with 2833 additions and 0 deletions
|
@ -3908,6 +3908,10 @@ P: Ion Badulescu
|
||||||
M: ionut@cs.columbia.edu
|
M: ionut@cs.columbia.edu
|
||||||
S: Maintained
|
S: Maintained
|
||||||
|
|
||||||
|
STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
|
||||||
|
W: http://mosquitonet.Stanford.EDU/strip.html
|
||||||
|
S: Unsupported ?
|
||||||
|
|
||||||
STRADIS MPEG-2 DECODER DRIVER
|
STRADIS MPEG-2 DECODER DRIVER
|
||||||
P: Nathan Laredo
|
P: Nathan Laredo
|
||||||
M: laredo@gnu.org
|
M: laredo@gnu.org
|
||||||
|
|
|
@ -14,6 +14,30 @@ config WLAN_PRE80211
|
||||||
This option does not affect the kernel build, it only
|
This option does not affect the kernel build, it only
|
||||||
lets you choose drivers.
|
lets you choose drivers.
|
||||||
|
|
||||||
|
config STRIP
|
||||||
|
tristate "STRIP (Metricom starmode radio IP)"
|
||||||
|
depends on INET && WLAN_PRE80211
|
||||||
|
select WIRELESS_EXT
|
||||||
|
---help---
|
||||||
|
Say Y if you have a Metricom radio and intend to use Starmode Radio
|
||||||
|
IP. STRIP is a radio protocol developed for the MosquitoNet project
|
||||||
|
(on the WWW at <http://mosquitonet.stanford.edu/>) to send Internet
|
||||||
|
traffic using Metricom radios. Metricom radios are small, battery
|
||||||
|
powered, 100kbit/sec packet radio transceivers, about the size and
|
||||||
|
weight of a cellular telephone. (You may also have heard them called
|
||||||
|
"Metricom modems" but we avoid the term "modem" because it misleads
|
||||||
|
many people into thinking that you can plug a Metricom modem into a
|
||||||
|
phone line and use it as a modem.)
|
||||||
|
|
||||||
|
You can use STRIP on any Linux machine with a serial port, although
|
||||||
|
it is obviously most useful for people with laptop computers. If you
|
||||||
|
think you might get a Metricom radio in the future, there is no harm
|
||||||
|
in saying Y to STRIP now, except that it makes the kernel a bit
|
||||||
|
bigger.
|
||||||
|
|
||||||
|
To compile this as a module, choose M here: the module will be
|
||||||
|
called strip.
|
||||||
|
|
||||||
config ARLAN
|
config ARLAN
|
||||||
tristate "Aironet Arlan 655 & IC2200 DS support"
|
tristate "Aironet Arlan 655 & IC2200 DS support"
|
||||||
depends on ISA && !64BIT && WLAN_PRE80211
|
depends on ISA && !64BIT && WLAN_PRE80211
|
||||||
|
|
|
@ -6,6 +6,7 @@ obj-$(CONFIG_IPW2100) += ipw2100.o
|
||||||
|
|
||||||
obj-$(CONFIG_IPW2200) += ipw2200.o
|
obj-$(CONFIG_IPW2200) += ipw2200.o
|
||||||
|
|
||||||
|
obj-$(CONFIG_STRIP) += strip.o
|
||||||
obj-$(CONFIG_ARLAN) += arlan.o
|
obj-$(CONFIG_ARLAN) += arlan.o
|
||||||
|
|
||||||
arlan-objs := arlan-main.o arlan-proc.o
|
arlan-objs := arlan-main.o arlan-proc.o
|
||||||
|
|
2804
drivers/net/wireless/strip.c
Normal file
2804
drivers/net/wireless/strip.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue