diff options
-rw-r--r-- | drivers/net/wireless/Kconfig | 23 | ||||
-rw-r--r-- | drivers/net/wireless/Makefile | 1 | ||||
-rw-r--r-- | drivers/staging/Kconfig | 2 | ||||
-rw-r--r-- | drivers/staging/Makefile | 1 | ||||
-rw-r--r-- | drivers/staging/strip/Kconfig | 22 | ||||
-rw-r--r-- | drivers/staging/strip/Makefile | 1 | ||||
-rw-r--r-- | drivers/staging/strip/strip.c (renamed from drivers/net/wireless/strip.c) | 0 |
7 files changed, 26 insertions, 24 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index 85f8bf4112c1..5df47486e358 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig | |||
@@ -25,29 +25,6 @@ menuconfig WLAN_PRE80211 | |||
25 | This option does not affect the kernel build, it only | 25 | This option does not affect the kernel build, it only |
26 | lets you choose drivers. | 26 | lets you choose drivers. |
27 | 27 | ||
28 | config STRIP | ||
29 | tristate "STRIP (Metricom starmode radio IP)" | ||
30 | depends on INET && WLAN_PRE80211 | ||
31 | select WIRELESS_EXT | ||
32 | ---help--- | ||
33 | Say Y if you have a Metricom radio and intend to use Starmode Radio | ||
34 | IP. STRIP is a radio protocol developed for the MosquitoNet project | ||
35 | to send Internet traffic using Metricom radios. Metricom radios are | ||
36 | small, battery powered, 100kbit/sec packet radio transceivers, about | ||
37 | the size and weight of a cellular telephone. (You may also have heard | ||
38 | them called "Metricom modems" but we avoid the term "modem" because | ||
39 | it misleads many people into thinking that you can plug a Metricom | ||
40 | modem into a phone line and use it as a modem.) | ||
41 | |||
42 | You can use STRIP on any Linux machine with a serial port, although | ||
43 | it is obviously most useful for people with laptop computers. If you | ||
44 | think you might get a Metricom radio in the future, there is no harm | ||
45 | in saying Y to STRIP now, except that it makes the kernel a bit | ||
46 | bigger. | ||
47 | |||
48 | To compile this as a module, choose M here: the module will be | ||
49 | called strip. | ||
50 | |||
51 | config ARLAN | 28 | config ARLAN |
52 | tristate "Aironet Arlan 655 & IC2200 DS support" | 29 | tristate "Aironet Arlan 655 & IC2200 DS support" |
53 | depends on ISA && !64BIT && WLAN_PRE80211 | 30 | depends on ISA && !64BIT && WLAN_PRE80211 |
diff --git a/drivers/net/wireless/Makefile b/drivers/net/wireless/Makefile index 7a4647e78fd3..527c272aa1af 100644 --- a/drivers/net/wireless/Makefile +++ b/drivers/net/wireless/Makefile | |||
@@ -5,7 +5,6 @@ | |||
5 | obj-$(CONFIG_IPW2100) += ipw2x00/ | 5 | obj-$(CONFIG_IPW2100) += ipw2x00/ |
6 | obj-$(CONFIG_IPW2200) += ipw2x00/ | 6 | obj-$(CONFIG_IPW2200) += ipw2x00/ |
7 | 7 | ||
8 | obj-$(CONFIG_STRIP) += strip.o | ||
9 | obj-$(CONFIG_ARLAN) += arlan.o | 8 | obj-$(CONFIG_ARLAN) += arlan.o |
10 | 9 | ||
11 | arlan-objs := arlan-main.o arlan-proc.o | 10 | arlan-objs := arlan-main.o arlan-proc.o |
diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index 9a4dd5992f65..7ddc5c8d8956 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig | |||
@@ -131,5 +131,7 @@ source "drivers/staging/iio/Kconfig" | |||
131 | 131 | ||
132 | source "drivers/staging/cowloop/Kconfig" | 132 | source "drivers/staging/cowloop/Kconfig" |
133 | 133 | ||
134 | source "drivers/staging/strip/Kconfig" | ||
135 | |||
134 | endif # !STAGING_EXCLUDE_BUILD | 136 | endif # !STAGING_EXCLUDE_BUILD |
135 | endif # STAGING | 137 | endif # STAGING |
diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile index 104f2f8897ec..4386a620e9b2 100644 --- a/drivers/staging/Makefile +++ b/drivers/staging/Makefile | |||
@@ -47,3 +47,4 @@ obj-$(CONFIG_RAR_REGISTER) += rar/ | |||
47 | obj-$(CONFIG_DX_SEP) += sep/ | 47 | obj-$(CONFIG_DX_SEP) += sep/ |
48 | obj-$(CONFIG_IIO) += iio/ | 48 | obj-$(CONFIG_IIO) += iio/ |
49 | obj-$(CONFIG_COWLOOP) += cowloop/ | 49 | obj-$(CONFIG_COWLOOP) += cowloop/ |
50 | obj-$(CONFIG_STRIP) += strip/ | ||
diff --git a/drivers/staging/strip/Kconfig b/drivers/staging/strip/Kconfig new file mode 100644 index 000000000000..36257b5cd6e1 --- /dev/null +++ b/drivers/staging/strip/Kconfig | |||
@@ -0,0 +1,22 @@ | |||
1 | config STRIP | ||
2 | tristate "STRIP (Metricom starmode radio IP)" | ||
3 | depends on INET | ||
4 | select WIRELESS_EXT | ||
5 | ---help--- | ||
6 | Say Y if you have a Metricom radio and intend to use Starmode Radio | ||
7 | IP. STRIP is a radio protocol developed for the MosquitoNet project | ||
8 | to send Internet traffic using Metricom radios. Metricom radios are | ||
9 | small, battery powered, 100kbit/sec packet radio transceivers, about | ||
10 | the size and weight of a cellular telephone. (You may also have heard | ||
11 | them called "Metricom modems" but we avoid the term "modem" because | ||
12 | it misleads many people into thinking that you can plug a Metricom | ||
13 | modem into a phone line and use it as a modem.) | ||
14 | |||
15 | You can use STRIP on any Linux machine with a serial port, although | ||
16 | it is obviously most useful for people with laptop computers. If you | ||
17 | think you might get a Metricom radio in the future, there is no harm | ||
18 | in saying Y to STRIP now, except that it makes the kernel a bit | ||
19 | bigger. | ||
20 | |||
21 | To compile this as a module, choose M here: the module will be | ||
22 | called strip. | ||
diff --git a/drivers/staging/strip/Makefile b/drivers/staging/strip/Makefile new file mode 100644 index 000000000000..6417bdcac2fb --- /dev/null +++ b/drivers/staging/strip/Makefile | |||
@@ -0,0 +1 @@ | |||
obj-$(CONFIG_STRIP) += strip.o | |||
diff --git a/drivers/net/wireless/strip.c b/drivers/staging/strip/strip.c index ea6a87c19319..ea6a87c19319 100644 --- a/drivers/net/wireless/strip.c +++ b/drivers/staging/strip/strip.c | |||