-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move the strip ("Starmode Radio IP") driver to drivers/staging. For several years this driver has only seen API "bombing-run" changes, and few people ever had the hardware. This driver represents unnecessary ongoing maintenance for no clear benefit. This patch brought to you by the "hacking" session at the 2009 Kernel Summit in Tokyo, Japan... Acked-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
- Loading branch information
John W. Linville
committed
Oct 30, 2009
1 parent
0869aea
commit 955015b
Showing
7 changed files
with
26 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
config STRIP | ||
tristate "STRIP (Metricom starmode radio IP)" | ||
depends on INET | ||
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 | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
obj-$(CONFIG_STRIP) += strip.o |
File renamed without changes.