linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Luis R. Rodriguez" <lrodriguez@atheros.com>
To: linville@tuxdriver.com
Cc: linux-wireless@vger.kernel.org,
	"Luis R. Rodriguez" <lrodriguez@atheros.com>
Subject: [PATCH v5 19/33] wireless: organize individual drivers alphabetically
Date: Mon, 17 Aug 2009 13:27:18 -0400	[thread overview]
Message-ID: <1250530052-14783-20-git-send-email-lrodriguez@atheros.com> (raw)
In-Reply-To: <1250530052-14783-1-git-send-email-lrodriguez@atheros.com>

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
---
 drivers/net/wireless/Kconfig |   95 +++++++++++++++++++++---------------------
 1 files changed, 47 insertions(+), 48 deletions(-)

diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig
index e57c62d..de76484 100644
--- a/drivers/net/wireless/Kconfig
+++ b/drivers/net/wireless/Kconfig
@@ -14,30 +14,6 @@ menuconfig WLAN_PRE80211
 	  This option does not affect the kernel build, it only
 	  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
 	tristate "Aironet Arlan 655 & IC2200 DS support"
 	depends on ISA && !64BIT && WLAN_PRE80211
@@ -89,6 +65,30 @@ config PCMCIA_WAVELAN
 	  To compile this driver as a module, choose M here: the module will be
 	  called wavelan_cs.  If unsure, say N.
 
+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 PCMCIA_NETWAVE
 	tristate "Xircom Netwave AirSurfer Pcmcia wireless support"
 	depends on PCMCIA && WLAN_PRE80211
@@ -100,7 +100,6 @@ config PCMCIA_NETWAVE
 	  To compile this driver as a module, choose M here: the module will be
 	  called netwave_cs.  If unsure, say N.
 
-
 menuconfig WLAN_80211
 	bool "Wireless LAN (IEEE 802.11)"
 	depends on NETDEVICES
@@ -509,28 +508,6 @@ config USB_ZD1201
 
 endif # ZYDAS_80211
 
-config PCMCIA_RAYCS
-	tristate "Aviator/Raytheon 2.4GHz wireless support"
-	depends on PCMCIA && WLAN_80211
-	select WIRELESS_EXT
-	---help---
-	  Say Y here if you intend to attach an Aviator/Raytheon PCMCIA
-	  (PC-card) wireless Ethernet networking card to your computer.
-	  Please read the file <file:Documentation/networking/ray_cs.txt> for
-	  details.
-
-	  To compile this driver as a module, choose M here: the module will be
-	  called ray_cs.  If unsure, say N.
-
-config PCMCIA_WL3501
-      tristate "Planet WL3501 PCMCIA cards"
-      depends on EXPERIMENTAL && PCMCIA && WLAN_80211
-      select WIRELESS_EXT
-       ---help---
-         A driver for WL3501 PCMCIA 802.11 wireless cards made by Planet.
-	 It has basic support for Linux wireless extensions and initial
-	 micro support for ethtool.
-
 config ADM8211
 	tristate "ADMtek ADM8211 support"
 	depends on MAC80211 && PCI && WLAN_80211 && EXPERIMENTAL
@@ -558,8 +535,30 @@ config ADM8211
 
 	  Thanks to Infineon-ADMtek for their support of this driver.
 
-source "drivers/net/wireless/hostap/Kconfig"
+config PCMCIA_RAYCS
+	tristate "Aviator/Raytheon 2.4GHz wireless support"
+	depends on PCMCIA && WLAN_80211
+	select WIRELESS_EXT
+	---help---
+	  Say Y here if you intend to attach an Aviator/Raytheon PCMCIA
+	  (PC-card) wireless Ethernet networking card to your computer.
+	  Please read the file <file:Documentation/networking/ray_cs.txt> for
+	  details.
+
+	  To compile this driver as a module, choose M here: the module will be
+	  called ray_cs.  If unsure, say N.
+
 source "drivers/net/wireless/orinoco/Kconfig"
+source "drivers/net/wireless/hostap/Kconfig"
+
+config PCMCIA_WL3501
+      tristate "Planet WL3501 PCMCIA cards"
+      depends on EXPERIMENTAL && PCMCIA && WLAN_80211
+      select WIRELESS_EXT
+       ---help---
+         A driver for WL3501 PCMCIA 802.11 wireless cards made by Planet.
+	 It has basic support for Linux wireless extensions and initial
+	 micro support for ethtool.
 
 config USB_NET_RNDIS_WLAN
 	tristate "Wireless RNDIS USB support"
-- 
1.6.2.5


  parent reply	other threads:[~2009-08-17 17:27 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-17 17:26 [PATCH v5 00/33] wireless: kconfig updates Luis R. Rodriguez
2009-08-17 17:27 ` [PATCH v5 01/33] wireless: move iwmc3200wifi closer to the other intel drivers Luis R. Rodriguez
2009-08-17 17:27 ` [PATCH v5 02/33] wireless: group intel wireless drivers on kconfig Luis R. Rodriguez
2009-08-17 17:27 ` [PATCH v5 03/33] wireless: move MWL8K right below libertas " Luis R. Rodriguez
2009-08-17 17:27 ` [PATCH v5 05/33] wireless: move p54 and prism54 drivers closer " Luis R. Rodriguez
2009-08-17 17:27 ` [PATCH v5 06/33] wireless: group Conexant / STEricsson drivers in kconfig Luis R. Rodriguez
2009-08-17 17:27 ` [PATCH v5 07/33] wireless: move zd1211rw option closer to old ZyDAS on kconfig Luis R. Rodriguez
2009-08-17 17:27 ` [PATCH v5 08/33] wireless: group ZyDAS wireless drivers in kconfig Luis R. Rodriguez
2009-08-17 17:27 ` [PATCH v5 09/33] wireless: group Realtek wireless on kconfig Luis R. Rodriguez
2009-08-17 17:27 ` [PATCH v5 10/33] wireless: group Broadcom drivers " Luis R. Rodriguez
2009-08-17 17:27 ` [PATCH v5 11/33] wireless: clarify rndis_wlan is not broadcom specific Luis R. Rodriguez
2009-08-17 17:27 ` [PATCH v5 12/33] wireless: group Atmel wireless together on kconfig Luis R. Rodriguez
2009-08-17 17:27 ` [PATCH v5 13/33] wireless: move AIRO_CS closer to AIRO_CS Luis R. Rodriguez
2009-08-17 19:22   ` Gábor Stefanik
2009-08-17 19:45     ` Luis R. Rodriguez
2009-08-17 17:27 ` [PATCH v5 14/33] wireless: group Cisco together on kconfig Luis R. Rodriguez
2009-08-17 17:27 ` [PATCH v5 15/33] wireless: move group drivers together Luis R. Rodriguez
2009-08-17 17:27 ` [PATCH v5 16/33] wireless: organize group drivers alphabetically Luis R. Rodriguez
2009-08-17 17:27 ` [PATCH v5 17/33] wireless: remove IEEE 802.11 description on hostapd Luis R. Rodriguez
2009-08-17 17:27 ` [PATCH v5 18/33] wireless: move mac80211_hwsim to top level wireless driver menu Luis R. Rodriguez
2009-08-17 17:27 ` Luis R. Rodriguez [this message]
2009-08-17 17:27 ` [PATCH v5 20/33] wireless: simplify WLAN_PRE80211 entries Luis R. Rodriguez
2009-08-17 17:27 ` [PATCH v5 21/33] wireless: simplify WLAN_80211 entries Luis R. Rodriguez
2009-08-17 17:27 ` [PATCH v5 22/33] wireless: remove "Wireless" from rndis kconfig entry Luis R. Rodriguez
2009-08-17 17:27 ` [PATCH v5 23/33] wireless: downgrade TI driver from menuconfig to config Luis R. Rodriguez
2009-08-17 17:27 ` [PATCH v5 24/33] wireless: Update TI kconfig description Luis R. Rodriguez
2009-08-17 17:27 ` [PATCH v5 25/33] wireless: make ath consistent with the other groups Luis R. Rodriguez
2009-08-17 17:27 ` [PATCH v5 26/33] wireless: mark prism54 as deprecated and mark for removal Luis R. Rodriguez
2009-08-17 17:27 ` [PATCH v5 27/33] wireless: update top level wireless driver entry Luis R. Rodriguez
2009-08-17 17:27 ` [PATCH v5 28/33] wireless: update wireless kconfig description Luis R. Rodriguez
2009-08-17 17:27 ` [PATCH v5 29/33] wireless: update cfg80211 kconfig entry Luis R. Rodriguez
2009-08-17 17:27 ` [PATCH v5 30/33] wireless: update reg debug " Luis R. Rodriguez
2009-08-17 17:27 ` [PATCH v5 31/33] wireless: update WIRELESS_EXT " Luis R. Rodriguez
2009-08-17 17:27 ` [PATCH v5 32/33] wireless: update mac80211 " Luis R. Rodriguez
2009-08-17 17:27 ` [PATCH v5 33/33] wireless: remove mac80211 rate selection extra menu Luis R. Rodriguez
2009-08-19 15:01 ` [PATCH v5 00/33] wireless: kconfig updates John W. Linville
2009-08-19 18:02   ` Luis R. Rodriguez
2009-08-19 18:35     ` John W. Linville
2009-08-19 18:50       ` Luis R. Rodriguez
2009-08-19 18:54         ` John W. Linville
2009-08-19 19:57           ` Luis R. Rodriguez
2009-08-19 19:08         ` Bob Copeland
2009-08-19 19:52           ` Luis R. Rodriguez

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1250530052-14783-20-git-send-email-lrodriguez@atheros.com \
    --to=lrodriguez@atheros.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).