linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* rt2x00: cleanup Kconfig help
@ 2008-04-12 19:09 Filipus Klutiero
  2008-04-12 19:28 ` Ivo van Doorn
  0 siblings, 1 reply; 9+ messages in thread
From: Filipus Klutiero @ 2008-04-12 19:09 UTC (permalink / raw)
  To: linux-wireless

Clarify in CONFIG_RT2500USB that proper RT2500 (PCI) is not supported. While at it, capitalize "rt" in Ralink chipsets names and "usb", "pci". Also clarify what RT61 and RT73 refers to. Finally, update CONFIG_RT2X00 now that this isn't just futureware.

Signed-off-by: Filipus Klutiero <chealer@gmail.com>
---

--- drivers/net/wireless/rt2x00/Kconfig	2008-01-24 17:58:37.000000000 -0500
+++ drivers/net/wireless/rt2x00/Kconfig.USB	2008-04-12 03:22:12.000000000 -0400
@@ -2,10 +2,10 @@
 	tristate "Ralink driver support"
 	depends on MAC80211 && WLAN_80211 && EXPERIMENTAL
 	---help---
-	  This will enable the experimental support for the Ralink drivers,
+	  This enables the experimental support for the Ralink drivers,
 	  developed in the rt2x00 project <http://rt2x00.serialmonkey.com>.
 
-	  These drivers will make use of the Devicescape ieee80211 stack.
+	  These drivers use the mac80211 stack.
 
 	  When building one of the individual drivers, the rt2x00 library
 	  will also be created. That library (when the driver is built as
@@ -38,12 +38,12 @@
 	select INPUT_POLLDEV
 
 config RT2400PCI
-	tristate "Ralink rt2400 pci/pcmcia support"
+	tristate "Ralink RT2400 (PCI/PCMCIA) support"
 	depends on RT2X00 && PCI
 	select RT2X00_LIB_PCI
 	select EEPROM_93CX6
 	---help---
-	  This is an experimental driver for the Ralink rt2400 wireless chip.
+	  This is an experimental driver for the Ralink RT2400 wireless chipset.
 
 	  When compiled as a module, this driver will be called "rt2400pci.ko".
 
@@ -52,17 +52,17 @@
 	depends on RT2400PCI
 	select RT2X00_LIB_RFKILL
 	---help---
-	  This adds support for integrated rt2400 devices that feature a
+	  This adds support for integrated RT2400 devices that feature a
 	  hardware button to control the radio state.
 	  This feature depends on the RF switch subsystem rfkill.
 
 config RT2500PCI
-	tristate "Ralink rt2500 pci/pcmcia support"
+	tristate "Ralink RT2500 PCI/PCMCIA support"
 	depends on RT2X00 && PCI
 	select RT2X00_LIB_PCI
 	select EEPROM_93CX6
 	---help---
-	  This is an experimental driver for the Ralink rt2500 wireless chip.
+	  This is an experimental driver for the Ralink RT2500 wireless chipset.
 
 	  When compiled as a module, this driver will be called "rt2500pci.ko".
 
@@ -71,18 +71,18 @@
 	depends on RT2500PCI
 	select RT2X00_LIB_RFKILL
 	---help---
-	  This adds support for integrated rt2500 devices that feature a
+	  This adds support for integrated RT2500 devices that feature a
 	  hardware button to control the radio state.
 	  This feature depends on the RF switch subsystem rfkill.
 
 config RT61PCI
-	tristate "Ralink rt61 pci/pcmcia support"
+	tristate "Ralink RT2561, RT2661 support"
 	depends on RT2X00 && PCI
 	select RT2X00_LIB_PCI
 	select RT2X00_LIB_FIRMWARE
 	select EEPROM_93CX6
 	---help---
-	  This is an experimental driver for the Ralink rt61 wireless chip.
+	  This is an experimental driver for the Ralink RT2600 and RT2501 [Turbo] (PCI) wireless chipsets.
 
 	  When compiled as a module, this driver will be called "rt61pci.ko".
 
@@ -91,26 +91,26 @@
 	depends on RT61PCI
 	select RT2X00_LIB_RFKILL
 	---help---
-	  This adds support for integrated rt61 devices that feature a
+	  This adds support for integrated RT2600 and RT2501 devices that feature a
 	  hardware button to control the radio state.
 	  This feature depends on the RF switch subsystem rfkill.
 
 config RT2500USB
-	tristate "Ralink rt2500 usb support"
+	tristate "Ralink RT2500USB support"
 	depends on RT2X00 && USB
 	select RT2X00_LIB_USB
 	---help---
-	  This is an experimental driver for the Ralink rt2500 wireless chip.
+	  This is an experimental driver for the Ralink RT2500USB wireless chipset.
 
 	  When compiled as a module, this driver will be called "rt2500usb.ko".
 
 config RT73USB
-	tristate "Ralink rt73 usb support"
+	tristate "Ralink RT2571W (USB) support"
 	depends on RT2X00 && USB
 	select RT2X00_LIB_USB
 	select RT2X00_LIB_FIRMWARE
 	---help---
-	  This is an experimental driver for the Ralink rt73 wireless chip.
+	  This is an experimental driver for the Ralink RT2501USB and RT5201USB wireless chipsets.
 
 	  When compiled as a module, this driver will be called "rt73usb.ko".
 
---
I wrote this against 2.6.24. This fixed #10440.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: rt2x00: cleanup Kconfig help
  2008-04-12 19:09 rt2x00: cleanup Kconfig help Filipus Klutiero
@ 2008-04-12 19:28 ` Ivo van Doorn
  2008-04-12 20:10   ` Filipus Klutiero
  0 siblings, 1 reply; 9+ messages in thread
From: Ivo van Doorn @ 2008-04-12 19:28 UTC (permalink / raw)
  To: Filipus Klutiero, rt2400-devel; +Cc: linux-wireless

Hi,

Please CC either me or the rt2400-devel mailinglist for rt2x00 patches.
Thanks

> Clarify in CONFIG_RT2500USB that proper RT2500 (PCI) is not supported. While at it, capitalize "rt" in Ralink chipsets names and "usb", "pci". Also clarify what RT61 and RT73 refers to. Finally, update CONFIG_RT2X00 now that this isn't just futureware.

Lots of comments for this patch...
I agree with only a handfull of changes.

> Signed-off-by: Filipus Klutiero <chealer@gmail.com>
> ---
> 
> --- drivers/net/wireless/rt2x00/Kconfig	2008-01-24 17:58:37.000000000 -0500
> +++ drivers/net/wireless/rt2x00/Kconfig.USB	2008-04-12 03:22:12.000000000 -0400
> @@ -2,10 +2,10 @@
>  	tristate "Ralink driver support"
>  	depends on MAC80211 && WLAN_80211 && EXPERIMENTAL
>  	---help---
> -	  This will enable the experimental support for the Ralink drivers,
> +	  This enables the experimental support for the Ralink drivers,
>  	  developed in the rt2x00 project <http://rt2x00.serialmonkey.com>.

Ack.

> -	  These drivers will make use of the Devicescape ieee80211 stack.
> +	  These drivers use the mac80211 stack.

Against what tree did you create this patch?
I send a patch that fixed this line several weeks/months ago upstream.

>  	  When building one of the individual drivers, the rt2x00 library
>  	  will also be created. That library (when the driver is built as
> @@ -38,12 +38,12 @@
>  	select INPUT_POLLDEV
>  
>  config RT2400PCI
> -	tristate "Ralink rt2400 pci/pcmcia support"
> +	tristate "Ralink RT2400 (PCI/PCMCIA) support"

Can't see a real reason for either capatilizing RT or PCI/PCMCIA ...

>  config RT61PCI
> -	tristate "Ralink rt61 pci/pcmcia support"
> +	tristate "Ralink RT2561, RT2661 support"

Since we are setting the bus type clearly everywhere else,
we shouldn't remove it here...

tristate "Ralink rt2561 & rt2661 pci/pcmcia support"

>  	depends on RT2X00 && PCI
>  	select RT2X00_LIB_PCI
>  	select RT2X00_LIB_FIRMWARE
>  	select EEPROM_93CX6
>  	---help---
> -	  This is an experimental driver for the Ralink rt61 wireless chip.
> +	  This is an experimental driver for the Ralink RT2600 and RT2501 [Turbo] (PCI) wireless chipsets.

This is an experimental driver for the Ralink rt2600 andrt2501(Turbo) wireless chipsets.

>  	  When compiled as a module, this driver will be called "rt61pci.ko".
>  
> @@ -91,26 +91,26 @@
>  	depends on RT61PCI
>  	select RT2X00_LIB_RFKILL
>  	---help---
> -	  This adds support for integrated rt61 devices that feature a
> +	  This adds support for integrated RT2600 and RT2501 devices that feature a

Minus capitilization sounds fine

>  	  hardware button to control the radio state.
>  	  This feature depends on the RF switch subsystem rfkill.
>  
>  config RT2500USB
> -	tristate "Ralink rt2500 usb support"
> +	tristate "Ralink RT2500USB support"

Original version was fine since it is consistent with the rest...

>  	depends on RT2X00 && USB
>  	select RT2X00_LIB_USB
>  	---help---
> -	  This is an experimental driver for the Ralink rt2500 wireless chip.
> +	  This is an experimental driver for the Ralink RT2500USB wireless chipset.

See no point in changing this, the config title already states we are talking about USB.

>  	  When compiled as a module, this driver will be called "rt2500usb.ko".
>  
>  config RT73USB
> -	tristate "Ralink rt73 usb support"
> +	tristate "Ralink RT2571W (USB) support"

consistency and don't forget to add all types.
tristate "Ralink rt2571W & rt2671 usb support"

>  	depends on RT2X00 && USB
>  	select RT2X00_LIB_USB
>  	select RT2X00_LIB_FIRMWARE
>  	---help---
> -	  This is an experimental driver for the Ralink rt73 wireless chip.
> +	  This is an experimental driver for the Ralink RT2501USB and RT5201USB wireless chipsets.

Those devices doesn't match the config title, so it should be something like:

This is an experimental driver for the Ralink rt2571W and rt2671 wireless chipsets.

Ivo

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: rt2x00: cleanup Kconfig help
  2008-04-12 19:28 ` Ivo van Doorn
@ 2008-04-12 20:10   ` Filipus Klutiero
  2008-04-12 20:53     ` [Rt2400-devel] " Ivo van Doorn
  0 siblings, 1 reply; 9+ messages in thread
From: Filipus Klutiero @ 2008-04-12 20:10 UTC (permalink / raw)
  To: linux-wireless; +Cc: rt2400-devel

Le April 12, 2008 03:28:11 pm Ivo van Doorn, vous avez =E9crit=A0:
> Hi,
>=20
> Please CC either me or the rt2400-devel mailinglist for rt2x00 patche=
s.
> Thanks
>=20
> > Clarify in CONFIG_RT2500USB that proper RT2500 (PCI) is not support=
ed. While at it, capitalize "rt" in Ralink chipsets names and "usb", "p=
ci". Also clarify what RT61 and RT73 refers to. Finally, update CONFIG_=
RT2X00 now that this isn't just futureware.
>=20
> Lots of comments for this patch...
> I agree with only a handfull of changes.
>=20
> > Signed-off-by: Filipus Klutiero <chealer@gmail.com>
> > ---
> >=20
> > --- drivers/net/wireless/rt2x00/Kconfig	2008-01-24 17:58:37.0000000=
00 -0500
> > +++ drivers/net/wireless/rt2x00/Kconfig.USB	2008-04-12 03:22:12.000=
000000 -0400
> > @@ -2,10 +2,10 @@
> >  	tristate "Ralink driver support"
> >  	depends on MAC80211 && WLAN_80211 && EXPERIMENTAL
> >  	---help---
> > -	  This will enable the experimental support for the Ralink driver=
s,
> > +	  This enables the experimental support for the Ralink drivers,
> >  	  developed in the rt2x00 project <http://rt2x00.serialmonkey.com=
>.
>=20
> Ack.
>=20
> > -	  These drivers will make use of the Devicescape ieee80211 stack.
> > +	  These drivers use the mac80211 stack.
>=20
> Against what tree did you create this patch?
2.6.24, as I wrote.
> I send a patch that fixed this line several weeks/months ago upstream=
=2E
>=20
> >  	  When building one of the individual drivers, the rt2x00 library
> >  	  will also be created. That library (when the driver is built as
> > @@ -38,12 +38,12 @@
> >  	select INPUT_POLLDEV
> > =20
> >  config RT2400PCI
> > -	tristate "Ralink rt2400 pci/pcmcia support"
> > +	tristate "Ralink RT2400 (PCI/PCMCIA) support"
>=20
> Can't see a real reason for either capatilizing RT or PCI/PCMCIA ...
rtxxxx refer to the drivers. "rt" is capitalized in the name of the chi=
ps. For PCI and PCMCIA, these are abbreviations.
>=20
> >  config RT61PCI
> > -	tristate "Ralink rt61 pci/pcmcia support"
> > +	tristate "Ralink RT2561, RT2661 support"
>=20
> Since we are setting the bus type clearly everywhere else,
> we shouldn't remove it here...
The reason I changed it is because the abbreviations weren't capitalize=
d, but I simply removed it since RT2561 and RT2661 are only used in PCI=
 (or PCMCIA) devices.
>=20
> tristate "Ralink rt2561 & rt2661 pci/pcmcia support"
>=20
> >  	depends on RT2X00 && PCI
> >  	select RT2X00_LIB_PCI
> >  	select RT2X00_LIB_FIRMWARE
> >  	select EEPROM_93CX6
> >  	---help---
> > -	  This is an experimental driver for the Ralink rt61 wireless chi=
p.
> > +	  This is an experimental driver for the Ralink RT2600 and RT2501=
 [Turbo] (PCI) wireless chipsets.
>=20
> This is an experimental driver for the Ralink rt2600 andrt2501(Turbo)=
 wireless chipsets.
There is "RT2501" and "RT2501 Turbo". The brackets mean that both are s=
upported.
>=20
> >  	  When compiled as a module, this driver will be called "rt61pci.=
ko".
> > =20
> > @@ -91,26 +91,26 @@
> >  	depends on RT61PCI
> >  	select RT2X00_LIB_RFKILL
> >  	---help---
> > -	  This adds support for integrated rt61 devices that feature a
> > +	  This adds support for integrated RT2600 and RT2501 devices that=
 feature a
>=20
> Minus capitilization sounds fine
>=20
> >  	  hardware button to control the radio state.
> >  	  This feature depends on the RF switch subsystem rfkill.
> > =20
> >  config RT2500USB
> > -	tristate "Ralink rt2500 usb support"
> > +	tristate "Ralink RT2500USB support"
>=20
> Original version was fine since it is consistent with the rest...
See bug #10440. "RT2500" refers to the RT2500 (PCI or PCMCIA) chipset.
>=20
> >  	depends on RT2X00 && USB
> >  	select RT2X00_LIB_USB
> >  	---help---
> > -	  This is an experimental driver for the Ralink rt2500 wireless c=
hip.
> > +	  This is an experimental driver for the Ralink RT2500USB wireles=
s chipset.
>=20
> See no point in changing this, the config title already states we are=
 talking about USB.
Same as above.
>=20
> >  	  When compiled as a module, this driver will be called "rt2500us=
b.ko".
> > =20
> >  config RT73USB
> > -	tristate "Ralink rt73 usb support"
> > +	tristate "Ralink RT2571W (USB) support"
>=20
> consistency and don't forget to add all types.
> tristate "Ralink rt2571W & rt2671 usb support"
You must know better than me if RT2671 is also supported. I didn't mean=
 that my patch fixed everything.
>=20
> >  	depends on RT2X00 && USB
> >  	select RT2X00_LIB_USB
> >  	select RT2X00_LIB_FIRMWARE
> >  	---help---
> > -	  This is an experimental driver for the Ralink rt73 wireless chi=
p.
> > +	  This is an experimental driver for the Ralink RT2501USB and RT5=
201USB wireless chipsets.
>=20
> Those devices doesn't match the config title, so it should be somethi=
ng like:
>=20
> This is an experimental driver for the Ralink rt2571W and rt2671 wire=
less chipsets.
Other extended descriptions only refer to the chipsets. I think the chi=
pset should be mentioned because users are more likely to know it than =
the MAC chip. OTOH, nothing prevents us from mentioning both.
--
To unsubscribe from this list: send the line "unsubscribe linux-wireles=
s" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Rt2400-devel] rt2x00: cleanup Kconfig help
  2008-04-12 20:10   ` Filipus Klutiero
@ 2008-04-12 20:53     ` Ivo van Doorn
  2008-04-12 22:17       ` Filipus Klutiero
  0 siblings, 1 reply; 9+ messages in thread
From: Ivo van Doorn @ 2008-04-12 20:53 UTC (permalink / raw)
  To: rt2400-devel; +Cc: Filipus Klutiero, linux-wireless

> > > -	  These drivers will make use of the Devicescape ieee80211 stack.
> > > +	  These drivers use the mac80211 stack.
> > 
> > Against what tree did you create this patch?
> 2.6.24, as I wrote.

Hmm the patch doesn't seem to be completely upstream yet..
Probably pending somewhere in wireless-2.6 or wireless-testing.

Doesn't really matter.

> > I send a patch that fixed this line several weeks/months ago upstream.
> > 
> > >  	  When building one of the individual drivers, the rt2x00 library
> > >  	  will also be created. That library (when the driver is built as
> > > @@ -38,12 +38,12 @@
> > >  	select INPUT_POLLDEV
> > >  
> > >  config RT2400PCI
> > > -	tristate "Ralink rt2400 pci/pcmcia support"
> > > +	tristate "Ralink RT2400 (PCI/PCMCIA) support"
> > 
> > Can't see a real reason for either capatilizing RT or PCI/PCMCIA ...
> rtxxxx refer to the drivers. "rt" is capitalized in the name of the chips. For PCI and PCMCIA, these are abbreviations.

Well the names of the drivers are after the names of the chipset. So the rt can stay as it is now.

Convention seems to be that PCI, PCMCIA and USB are capilitized so that change is fine,
but please make it consistent for all drivers like it currently is. So either put them all between braces or none of them.

> > >  config RT61PCI
> > > -	tristate "Ralink rt61 pci/pcmcia support"
> > > +	tristate "Ralink RT2561, RT2661 support"
> > 
> > Since we are setting the bus type clearly everywhere else,
> > we shouldn't remove it here...
> The reason I changed it is because the abbreviations weren't capitalized, but I simply removed it since RT2561 and RT2661 are only used in PCI (or PCMCIA) devices.

So? rt2400 is only for PCI and rt73 is only for USB. That doesn't matter.
This way it is clearer to everybody what kind of device we are talking about.
It is also consistent with the other rt2x00 driver entries.

> > tristate "Ralink rt2561 & rt2661 pci/pcmcia support"
> > 
> > >  	depends on RT2X00 && PCI
> > >  	select RT2X00_LIB_PCI
> > >  	select RT2X00_LIB_FIRMWARE
> > >  	select EEPROM_93CX6
> > >  	---help---
> > > -	  This is an experimental driver for the Ralink rt61 wireless chip.
> > > +	  This is an experimental driver for the Ralink RT2600 and RT2501 [Turbo] (PCI) wireless chipsets.
> > 
> > This is an experimental driver for the Ralink rt2600 andrt2501(Turbo) wireless chipsets.
> There is "RT2501" and "RT2501 Turbo". The brackets mean that both are supported.

Fine.

> > >  	  When compiled as a module, this driver will be called "rt61pci.ko".
> > >  
> > > @@ -91,26 +91,26 @@
> > >  	depends on RT61PCI
> > >  	select RT2X00_LIB_RFKILL
> > >  	---help---
> > > -	  This adds support for integrated rt61 devices that feature a
> > > +	  This adds support for integrated RT2600 and RT2501 devices that feature a
> > 
> > Minus capitilization sounds fine
> > 
> > >  	  hardware button to control the radio state.
> > >  	  This feature depends on the RF switch subsystem rfkill.
> > >  
> > >  config RT2500USB
> > > -	tristate "Ralink rt2500 usb support"
> > > +	tristate "Ralink RT2500USB support"
> > 
> > Original version was fine since it is consistent with the rest...
> See bug #10440. "RT2500" refers to the RT2500 (PCI or PCMCIA) chipset.

So you mean that stating "rt2500 usb" makes people confused to think it is a pci device?
The usb label is already mentioned in the subject....

rt2500 is _not_ PCI only, the USB version is the same chipset pasted on a different busconnector.

> > >  	depends on RT2X00 && USB
> > >  	select RT2X00_LIB_USB
> > >  	---help---
> > > -	  This is an experimental driver for the Ralink rt2500 wireless chip.
> > > +	  This is an experimental driver for the Ralink RT2500USB wireless chipset.
> > 
> > See no point in changing this, the config title already states we are talking about USB.
> Same as above.

And my  comment remains the same.

> > 
> > >  	  When compiled as a module, this driver will be called "rt2500usb.ko".
> > >  
> > >  config RT73USB
> > > -	tristate "Ralink rt73 usb support"
> > > +	tristate "Ralink RT2571W (USB) support"
> > 
> > consistency and don't forget to add all types.
> > tristate "Ralink rt2571W & rt2671 usb support"
> You must know better than me if RT2671 is also supported. I didn't mean that my patch fixed everything.

I just added it so you can add it when you rebase your patch based on my comments.
It is just for completeness.

> > >  	depends on RT2X00 && USB
> > >  	select RT2X00_LIB_USB
> > >  	select RT2X00_LIB_FIRMWARE
> > >  	---help---
> > > -	  This is an experimental driver for the Ralink rt73 wireless chip.
> > > +	  This is an experimental driver for the Ralink RT2501USB and RT5201USB wireless chipsets.
> > 
> > Those devices doesn't match the config title, so it should be something like:
> > 
> > This is an experimental driver for the Ralink rt2571W and rt2671 wireless chipsets.
> Other extended descriptions only refer to the chipsets. I think the chipset should be mentioned because users are more likely to know it than the MAC chip. OTOH, nothing prevents us from mentioning both.

What I am saying is that it will be confusing when the config option subject mentions chip A while
the help text mentions chip B. And this patch was focussed on making the text more clear.

Ivo

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Rt2400-devel] rt2x00: cleanup Kconfig help
  2008-04-12 20:53     ` [Rt2400-devel] " Ivo van Doorn
@ 2008-04-12 22:17       ` Filipus Klutiero
  2008-04-13 10:44         ` Ivo van Doorn
  0 siblings, 1 reply; 9+ messages in thread
From: Filipus Klutiero @ 2008-04-12 22:17 UTC (permalink / raw)
  To: linux-wireless; +Cc: rt2400-devel

Le April 12, 2008 04:53:16 pm Ivo van Doorn, vous avez =E9crit=A0:
[...]
>=20
> > > I send a patch that fixed this line several weeks/months ago upst=
ream.
> > >=20
> > > >  	  When building one of the individual drivers, the rt2x00 lib=
rary
> > > >  	  will also be created. That library (when the driver is buil=
t as
> > > > @@ -38,12 +38,12 @@
> > > >  	select INPUT_POLLDEV
> > > > =20
> > > >  config RT2400PCI
> > > > -	tristate "Ralink rt2400 pci/pcmcia support"
> > > > +	tristate "Ralink RT2400 (PCI/PCMCIA) support"
> > >=20
> > > Can't see a real reason for either capatilizing RT or PCI/PCMCIA =
=2E..
> > rtxxxx refer to the drivers. "rt" is capitalized in the name of the=
 chips. For PCI and PCMCIA, these are abbreviations.
>=20
> Well the names of the drivers are after the names of the chipset. So =
the rt can stay as it is now.
They are, but all driver names are lowercase, so capitalization was los=
t. The chip names really use capitals.
>=20
> Convention seems to be that PCI, PCMCIA and USB are capilitized so th=
at change is fine,
> but please make it consistent for all drivers like it currently is. S=
o either put them all between braces or none of them.
OK, I put all in parentheses in the following update.
>=20
> > > >  config RT61PCI
> > > > -	tristate "Ralink rt61 pci/pcmcia support"
> > > > +	tristate "Ralink RT2561, RT2661 support"
> > >=20
> > > Since we are setting the bus type clearly everywhere else,
> > > we shouldn't remove it here...
> > The reason I changed it is because the abbreviations weren't capita=
lized, but I simply removed it since RT2561 and RT2661 are only used in=
 PCI (or PCMCIA) devices.
>=20
> So? rt2400 is only for PCI and rt73 is only for USB. That doesn't mat=
ter.
> This way it is clearer to everybody what kind of device we are talkin=
g about.
It should already be clear to experienced people if the device is USB o=
r PCI. For simple users, they know what they own.
> It is also consistent with the other rt2x00 driver entries.

[...]

> > >=20
> > > >  	  hardware button to control the radio state.
> > > >  	  This feature depends on the RF switch subsystem rfkill.
> > > > =20
> > > >  config RT2500USB
> > > > -	tristate "Ralink rt2500 usb support"
> > > > +	tristate "Ralink RT2500USB support"
> > >=20
> > > Original version was fine since it is consistent with the rest...
> > See bug #10440. "RT2500" refers to the RT2500 (PCI or PCMCIA) chips=
et.
>=20
> So you mean that stating "rt2500 usb" makes people confused to think =
it is a pci device?
> The usb label is already mentioned in the subject....
>=20
> rt2500 is _not_ PCI only, the USB version is the same chipset pasted =
on a different busconnector.
I'm not really knowledgeable in Ralink, but according to http://ralink.=
rapla.net/ RT2500USB uses different RF and MAC chips than RT2500. Maybe=
 you know better.

[...]
> > >=20
> > > >  	  When compiled as a module, this driver will be called "rt25=
00usb.ko".
> > > > =20
> > > >  config RT73USB
> > > > -	tristate "Ralink rt73 usb support"
> > > > +	tristate "Ralink RT2571W (USB) support"
> > >=20
> > > consistency and don't forget to add all types.
> > > tristate "Ralink rt2571W & rt2671 usb support"
> > You must know better than me if RT2671 is also supported. I didn't =
mean that my patch fixed everything.
>=20
> I just added it so you can add it when you rebase your patch based on=
 my comments.
> It is just for completeness.
I added it, but I don't know which chipset(s) use RT2671, so the new pa=
tch is somewhat incomplete.
>=20
> > > >  	depends on RT2X00 && USB
> > > >  	select RT2X00_LIB_USB
> > > >  	select RT2X00_LIB_FIRMWARE
> > > >  	---help---
> > > > -	  This is an experimental driver for the Ralink rt73 wireless=
 chip.
> > > > +	  This is an experimental driver for the Ralink RT2501USB and=
 RT5201USB wireless chipsets.
> > >=20
> > > Those devices doesn't match the config title, so it should be som=
ething like:
> > >=20
> > > This is an experimental driver for the Ralink rt2571W and rt2671 =
wireless chipsets.
> > Other extended descriptions only refer to the chipsets. I think the=
 chipset should be mentioned because users are more likely to know it t=
han the MAC chip. OTOH, nothing prevents us from mentioning both.
>=20
> What I am saying is that it will be confusing when the config option =
subject mentions chip A while
> the help text mentions chip B. And this patch was focussed on making =
the text more clear.
Yes, but it's IMHO more important that users that only know the chipset=
 can find the driver. Anyway, I added the supported chips too.
---

--- drivers/net/wireless/rt2x00/Kconfig	2008-01-24 17:58:37.000000000 -=
0500
+++ drivers/net/wireless/rt2x00/Kconfig.USB	2008-04-12 18:12:06.0000000=
00 -0400
@@ -2,10 +2,10 @@
 	tristate "Ralink driver support"
 	depends on MAC80211 && WLAN_80211 && EXPERIMENTAL
 	---help---
-	  This will enable the experimental support for the Ralink drivers,
+	  This enables the experimental support for the Ralink drivers,
 	  developed in the rt2x00 project <http://rt2x00.serialmonkey.com>.
=20
-	  These drivers will make use of the Devicescape ieee80211 stack.
+	  These drivers use the mac80211 stack.
=20
 	  When building one of the individual drivers, the rt2x00 library
 	  will also be created. That library (when the driver is built as
@@ -38,12 +38,12 @@
 	select INPUT_POLLDEV
=20
 config RT2400PCI
-	tristate "Ralink rt2400 pci/pcmcia support"
+	tristate "Ralink RT2400 (PCI/PCMCIA) support"
 	depends on RT2X00 && PCI
 	select RT2X00_LIB_PCI
 	select EEPROM_93CX6
 	---help---
-	  This is an experimental driver for the Ralink rt2400 wireless chip.
+	  This is an experimental driver for the Ralink RT2400 wireless chips=
et.
=20
 	  When compiled as a module, this driver will be called "rt2400pci.ko=
".
=20
@@ -52,17 +52,17 @@
 	depends on RT2400PCI
 	select RT2X00_LIB_RFKILL
 	---help---
-	  This adds support for integrated rt2400 devices that feature a
+	  This adds support for integrated RT2400 devices that feature a
 	  hardware button to control the radio state.
 	  This feature depends on the RF switch subsystem rfkill.
=20
 config RT2500PCI
-	tristate "Ralink rt2500 pci/pcmcia support"
+	tristate "Ralink RT2500 (PCI/PCMCIA) support"
 	depends on RT2X00 && PCI
 	select RT2X00_LIB_PCI
 	select EEPROM_93CX6
 	---help---
-	  This is an experimental driver for the Ralink rt2500 wireless chip.
+	  This is an experimental driver for the Ralink RT2500 wireless chips=
et.
=20
 	  When compiled as a module, this driver will be called "rt2500pci.ko=
".
=20
@@ -71,18 +71,18 @@
 	depends on RT2500PCI
 	select RT2X00_LIB_RFKILL
 	---help---
-	  This adds support for integrated rt2500 devices that feature a
+	  This adds support for integrated RT2500 devices that feature a
 	  hardware button to control the radio state.
 	  This feature depends on the RF switch subsystem rfkill.
=20
 config RT61PCI
-	tristate "Ralink rt61 pci/pcmcia support"
+	tristate "Ralink RT2561 and RT2661 (PCI) support"
 	depends on RT2X00 && PCI
 	select RT2X00_LIB_PCI
 	select RT2X00_LIB_FIRMWARE
 	select EEPROM_93CX6
 	---help---
-	  This is an experimental driver for the Ralink rt61 wireless chip.
+	  This is an experimental driver for the Ralink RT2600 and RT2501 [Tu=
rbo] (PCI) wireless chipsets.
=20
 	  When compiled as a module, this driver will be called "rt61pci.ko".
=20
@@ -91,26 +91,26 @@
 	depends on RT61PCI
 	select RT2X00_LIB_RFKILL
 	---help---
-	  This adds support for integrated rt61 devices that feature a
+	  This adds support for integrated RT2600 and RT2501 devices that fea=
ture a
 	  hardware button to control the radio state.
 	  This feature depends on the RF switch subsystem rfkill.
=20
 config RT2500USB
-	tristate "Ralink rt2500 usb support"
+	tristate "Ralink RT2500USB support"
 	depends on RT2X00 && USB
 	select RT2X00_LIB_USB
 	---help---
-	  This is an experimental driver for the Ralink rt2500 wireless chip.
+	  This is an experimental driver for the Ralink RT2500USB wireless ch=
ipset.
=20
 	  When compiled as a module, this driver will be called "rt2500usb.ko=
".
=20
 config RT73USB
-	tristate "Ralink rt73 usb support"
+	tristate "Ralink RT2571W and RT2671 (USB) support"
 	depends on RT2X00 && USB
 	select RT2X00_LIB_USB
 	select RT2X00_LIB_FIRMWARE
 	---help---
-	  This is an experimental driver for the Ralink rt73 wireless chip.
+	  This is an experimental driver for the RT2571W and RT2671 MAC/BBP c=
hips. It supports Ralink RT2501USB and RT5201USB wireless chipsets.
=20
 	  When compiled as a module, this driver will be called "rt73usb.ko".
=20
--
To unsubscribe from this list: send the line "unsubscribe linux-wireles=
s" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Rt2400-devel] rt2x00: cleanup Kconfig help
  2008-04-12 22:17       ` Filipus Klutiero
@ 2008-04-13 10:44         ` Ivo van Doorn
  2008-04-14  6:36           ` Filipus Klutiero
  0 siblings, 1 reply; 9+ messages in thread
From: Ivo van Doorn @ 2008-04-13 10:44 UTC (permalink / raw)
  To: rt2400-devel; +Cc: Filipus Klutiero, linux-wireless

> --- drivers/net/wireless/rt2x00/Kconfig	2008-01-24 17:58:37.000000000 -0500
> +++ drivers/net/wireless/rt2x00/Kconfig.USB	2008-04-12 18:12:06.000000000 -0400
> @@ -2,10 +2,10 @@
>  	tristate "Ralink driver support"
>  	depends on MAC80211 && WLAN_80211 && EXPERIMENTAL
>  	---help---
> -	  This will enable the experimental support for the Ralink drivers,
> +	  This enables the experimental support for the Ralink drivers,
>  	  developed in the rt2x00 project <http://rt2x00.serialmonkey.com>.
>  
> -	  These drivers will make use of the Devicescape ieee80211 stack.
> +	  These drivers use the mac80211 stack.
>  
>  	  When building one of the individual drivers, the rt2x00 library
>  	  will also be created. That library (when the driver is built as

These 2 changes are fine.

> @@ -38,12 +38,12 @@
>  	select INPUT_POLLDEV
>  
>  config RT2400PCI
> -	tristate "Ralink rt2400 pci/pcmcia support"
> +	tristate "Ralink RT2400 (PCI/PCMCIA) support"
>  	depends on RT2X00 && PCI
>  	select RT2X00_LIB_PCI
>  	select EEPROM_93CX6
>  	---help---
> -	  This is an experimental driver for the Ralink rt2400 wireless chip.
> +	  This is an experimental driver for the Ralink RT2400 wireless chipset.
>  
>  	  When compiled as a module, this driver will be called "rt2400pci.ko".

I ask again, please keep the RT lowercase.

>  config RT61PCI
> -	tristate "Ralink rt61 pci/pcmcia support"
> +	tristate "Ralink RT2561 and RT2661 (PCI) support"

I can't see why you are overly obsessed with changing the device type here.
There are rt61 PCMCIA cards so make it:

+	tristate "Ralink rt2561 and rt2661 (PCI/PCMCIA) support"

>  	depends on RT2X00 && PCI
>  	select RT2X00_LIB_PCI
>  	select RT2X00_LIB_FIRMWARE
>  	select EEPROM_93CX6
>  	---help---
> -	  This is an experimental driver for the Ralink rt61 wireless chip.
> +	  This is an experimental driver for the Ralink RT2600 and RT2501 [Turbo] (PCI) wireless chipsets.

Again: It doesn't make any sense to claim support for chip A in the subject and chip B in the help text.
Furthermore you don't need to repeat the (PCI) here, since it is already clear from the subject and
it isn't in the help text for the other drivers either.

>  	  When compiled as a module, this driver will be called "rt61pci.ko".
>  
> @@ -91,26 +91,26 @@
>  	depends on RT61PCI
>  	select RT2X00_LIB_RFKILL
>  	---help---
> -	  This adds support for integrated rt61 devices that feature a
> +	  This adds support for integrated RT2600 and RT2501 devices that feature a

Same here, the driver is for rt2561 and rt2661

>  	  hardware button to control the radio state.
>  	  This feature depends on the RF switch subsystem rfkill.
>  
>  config RT2500USB
> -	tristate "Ralink rt2500 usb support"
> +	tristate "Ralink RT2500USB support"

Again:
-	tristate "Ralink rt2500 (USB) support"
This is consistent with the rest where (PCI) is used.
A space between rt2500 and usb should not give people the impression we are
suddenly talking about PCI hardware.

Another option if that makes you happy is that you could rename it to rt2570
if you really want to differentiate between rt2500 usb and rt2500 pci.

>  	depends on RT2X00 && USB
>  	select RT2X00_LIB_USB
>  	---help---
> -	  This is an experimental driver for the Ralink rt2500 wireless chip.
> +	  This is an experimental driver for the Ralink RT2500USB wireless chipset.

Again:
+	  This is an experimental driver for the Ralink RT2500 wireless chipset.

>  	  When compiled as a module, this driver will be called "rt2500usb.ko".
>  
>  config RT73USB
> -	tristate "Ralink rt73 usb support"
> +	tristate "Ralink RT2571W and RT2671 (USB) support"
>  	depends on RT2X00 && USB
>  	select RT2X00_LIB_USB
>  	select RT2X00_LIB_FIRMWARE
>  	---help---
> -	  This is an experimental driver for the Ralink rt73 wireless chip.
> +	  This is an experimental driver for the RT2571W and RT2671 MAC/BBP chips. It supports Ralink RT2501USB and RT5201USB wireless chipsets.
>  	  When compiled as a module, this driver will be called "rt73usb.ko".

*sigh* you seem to be absolutely sure you want to break any form of consistency in the rt2x00 KConfig entry.
So to show how I would like to see it I have the following patch. Unless you have objections against below changes
I will push this forward.

---
diff --git a/drivers/net/wireless/rt2x00/Kconfig b/drivers/net/wireless/rt2x00/Kconfig
index a1e3938..7f093cc 100644
--- a/drivers/net/wireless/rt2x00/Kconfig
+++ b/drivers/net/wireless/rt2x00/Kconfig
@@ -40,12 +40,12 @@ config RT2X00_LIB_LEDS
 	depends on RT2X00_LIB
 
 config RT2400PCI
-	tristate "Ralink rt2400 pci/pcmcia support"
+	tristate "Ralink rt2400 (PCI/PCMCIA) support"
 	depends on PCI
 	select RT2X00_LIB_PCI
 	select EEPROM_93CX6
 	---help---
-	  This is an experimental driver for the Ralink rt2400 wireless chip.
+	  This is the experimental rt2400pci driver for the Ralink rt2460 wireless chip.
 
 	  When compiled as a module, this driver will be called "rt2400pci.ko".
 
@@ -54,7 +54,7 @@ config RT2400PCI_RFKILL
 	depends on RT2400PCI
 	select RT2X00_LIB_RFKILL
 	---help---
-	  This adds support for integrated rt2400 devices that feature a
+	  This adds support for integrated rt2400 hardware that features a
 	  hardware button to control the radio state.
 	  This feature depends on the RF switch subsystem rfkill.
 
@@ -66,12 +66,12 @@ config RT2400PCI_LEDS
 	  This adds support for led triggers provided my mac80211.
 
 config RT2500PCI
-	tristate "Ralink rt2500 pci/pcmcia support"
+	tristate "Ralink rt2500 (PCI/PCMCIA) support"
 	depends on PCI
 	select RT2X00_LIB_PCI
 	select EEPROM_93CX6
 	---help---
-	  This is an experimental driver for the Ralink rt2500 wireless chip.
+	  This is the experimental rt2500pci driver for the Ralink rt2560 wireless chip.
 
 	  When compiled as a module, this driver will be called "rt2500pci.ko".
 
@@ -80,7 +80,7 @@ config RT2500PCI_RFKILL
 	depends on RT2500PCI
 	select RT2X00_LIB_RFKILL
 	---help---
-	  This adds support for integrated rt2500 devices that feature a
+	  This adds support for integrated rt2500 hardware that feature a
 	  hardware button to control the radio state.
 	  This feature depends on the RF switch subsystem rfkill.
 
@@ -92,14 +92,14 @@ config RT2500PCI_LEDS
 	  This adds support for led triggers provided my mac80211.
 
 config RT61PCI
-	tristate "Ralink rt61 pci/pcmcia support"
+	tristate "Ralink rt61 (PCI/PCMCIA) support"
 	depends on PCI
 	select RT2X00_LIB_PCI
 	select RT2X00_LIB_FIRMWARE
 	select CRC_ITU_T
 	select EEPROM_93CX6
 	---help---
-	  This is an experimental driver for the Ralink rt61 wireless chip.
+	  This is the experimental rt61pci driver for the Ralink rt2561 and rt2661 wireless chips.
 
 	  When compiled as a module, this driver will be called "rt61pci.ko".
 
@@ -108,7 +108,7 @@ config RT61PCI_RFKILL
 	depends on RT61PCI
 	select RT2X00_LIB_RFKILL
 	---help---
-	  This adds support for integrated rt61 devices that feature a
+	  This adds support for integrated rt61 hardware that feature a
 	  hardware button to control the radio state.
 	  This feature depends on the RF switch subsystem rfkill.
 
@@ -120,11 +120,11 @@ config RT61PCI_LEDS
 	  This adds support for led triggers provided my mac80211.
 
 config RT2500USB
-	tristate "Ralink rt2500 usb support"
+	tristate "Ralink rt2500 (USB) support"
 	depends on USB
 	select RT2X00_LIB_USB
 	---help---
-	  This is an experimental driver for the Ralink rt2500 wireless chip.
+	  This is the experimental rt2500usb driver for the Ralink rt2570 wireless chip.
 
 	  When compiled as a module, this driver will be called "rt2500usb.ko".
 
@@ -136,14 +136,13 @@ config RT2500USB_LEDS
 	  This adds support for led triggers provided my mac80211.
 
 config RT73USB
-	tristate "Ralink rt73 usb support"
+	tristate "Ralink rt73 (USB) support"
 	depends on USB
 	select RT2X00_LIB_USB
 	select RT2X00_LIB_FIRMWARE
 	select CRC_ITU_T
 	---help---
-	  This is an experimental driver for the Ralink rt73 wireless chip.
-
+	  This is the experimental rt73usb driver for the Ralink rt2571W and rt2671 wireless chips.
 	  When compiled as a module, this driver will be called "rt73usb.ko".
 
 config RT73USB_LEDS



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [Rt2400-devel] rt2x00: cleanup Kconfig help
  2008-04-13 10:44         ` Ivo van Doorn
@ 2008-04-14  6:36           ` Filipus Klutiero
  2008-04-14 11:33             ` Ivo van Doorn
  0 siblings, 1 reply; 9+ messages in thread
From: Filipus Klutiero @ 2008-04-14  6:36 UTC (permalink / raw)
  To: linux-wireless; +Cc: rt2400-devel

Le April 13, 2008 06:44:05 am Ivo van Doorn, vous avez =E9crit=A0:
[...]
>=20
> > @@ -38,12 +38,12 @@
> >  	select INPUT_POLLDEV
> > =20
> >  config RT2400PCI
> > -	tristate "Ralink rt2400 pci/pcmcia support"
> > +	tristate "Ralink RT2400 (PCI/PCMCIA) support"
> >  	depends on RT2X00 && PCI
> >  	select RT2X00_LIB_PCI
> >  	select EEPROM_93CX6
> >  	---help---
> > -	  This is an experimental driver for the Ralink rt2400 wireless c=
hip.
> > +	  This is an experimental driver for the Ralink RT2400 wireless c=
hipset.
> > =20
> >  	  When compiled as a module, this driver will be called "rt2400pc=
i.ko".
>=20
> I ask again, please keep the RT lowercase.
As I wrote, "rt" is capitalized in the name of the chips. I am not a Ra=
link expert though, so feel free to point to a reference where "rt" is =
lowercase if both forms are valid.
>=20
> >  config RT61PCI
> > -	tristate "Ralink rt61 pci/pcmcia support"
> > +	tristate "Ralink RT2561 and RT2661 (PCI) support"
>=20
> I can't see why you are overly obsessed with changing the device type=
 here.
> There are rt61 PCMCIA cards so make it:
>=20
> +	tristate "Ralink rt2561 and rt2661 (PCI/PCMCIA) support"
Ah, that's not an obsession but it's the way it was in both versions. I=
 removed "pcmcia" because it wasn't capitalized, before we started tryi=
ng to make it consistent. I made it consistent in the new patch.
>=20
> >  	depends on RT2X00 && PCI
> >  	select RT2X00_LIB_PCI
> >  	select RT2X00_LIB_FIRMWARE
> >  	select EEPROM_93CX6
> >  	---help---
> > -	  This is an experimental driver for the Ralink rt61 wireless chi=
p.
> > +	  This is an experimental driver for the Ralink RT2600 and RT2501=
 [Turbo] (PCI) wireless chipsets.
>=20
> Again: It doesn't make any sense to claim support for chip A in the s=
ubject and chip B in the help text.
A is the MAC chip, B is the chipset. Anyway, I forgot that entry when d=
oing the version which was supposed to be consistent. I changed it in t=
he new patch.
> Furthermore you don't need to repeat the (PCI) here, since it is alre=
ady clear from the subject and
> it isn't in the help text for the other drivers either.
Right.
>=20
> >  	  When compiled as a module, this driver will be called "rt61pci.=
ko".
> > =20
> > @@ -91,26 +91,26 @@
> >  	depends on RT61PCI
> >  	select RT2X00_LIB_RFKILL
> >  	---help---
> > -	  This adds support for integrated rt61 devices that feature a
> > +	  This adds support for integrated RT2600 and RT2501 devices that=
 feature a
>=20
> Same here, the driver is for rt2561 and rt2661
Changed.
>=20
> >  	  hardware button to control the radio state.
> >  	  This feature depends on the RF switch subsystem rfkill.
> > =20
> >  config RT2500USB
> > -	tristate "Ralink rt2500 usb support"
> > +	tristate "Ralink RT2500USB support"
>=20
> Again:
> -	tristate "Ralink rt2500 (USB) support"
> This is consistent with the rest where (PCI) is used.
> A space between rt2500 and usb should not give people the impression =
we are
> suddenly talking about PCI hardware.
>=20
> Another option if that makes you happy is that you could rename it to=
 rt2570
> if you really want to differentiate between rt2500 usb and rt2500 pci=
=2E
We already discussed that in previous messages.
>=20
> >  	depends on RT2X00 && USB
> >  	select RT2X00_LIB_USB
> >  	---help---
> > -	  This is an experimental driver for the Ralink rt2500 wireless c=
hip.
> > +	  This is an experimental driver for the Ralink RT2500USB wireles=
s chipset.
>=20
> Again:
> +	  This is an experimental driver for the Ralink RT2500 wireless chi=
pset.
As above.
> >  	  When compiled as a module, this driver will be called "rt2500us=
b.ko".
> > =20
> >  config RT73USB
> > -	tristate "Ralink rt73 usb support"
> > +	tristate "Ralink RT2571W and RT2671 (USB) support"
> >  	depends on RT2X00 && USB
> >  	select RT2X00_LIB_USB
> >  	select RT2X00_LIB_FIRMWARE
> >  	---help---
> > -	  This is an experimental driver for the Ralink rt73 wireless chi=
p.
> > +	  This is an experimental driver for the RT2571W and RT2671 MAC/B=
BP chips. It supports Ralink RT2501USB and RT5201USB wireless chipsets.
> >  	  When compiled as a module, this driver will be called "rt73usb.=
ko".
>=20
> *sigh* you seem to be absolutely sure you want to break any form of c=
onsistency in the rt2x00 KConfig entry.
> So to show how I would like to see it I have the following patch. Unl=
ess you have objections against below changes
> I will push this forward.
No objection, but note that:
* this has both "hardware that feature*s*" and  "hardware that feature"
* The names of drivers are duplicated and not exactly the same. For exa=
mple, "This is the experimental rt2500pci driver [...]" vs "[...] this =
driver will be called "rt2500pci.ko"".

Here is the third version of my patch.
---

--- drivers/net/wireless/rt2x00/Kconfig	2008-01-24 17:58:37.000000000 -=
0500
+++ drivers/net/wireless/rt2x00/Kconfig.USB	2008-04-14 02:29:37.0000000=
00 -0400
@@ -2,10 +2,10 @@
 	tristate "Ralink driver support"
 	depends on MAC80211 && WLAN_80211 && EXPERIMENTAL
 	---help---
-	  This will enable the experimental support for the Ralink drivers,
+	  This enables the experimental support for the Ralink drivers,
 	  developed in the rt2x00 project <http://rt2x00.serialmonkey.com>.
=20
-	  These drivers will make use of the Devicescape ieee80211 stack.
+	  These drivers use the mac80211 stack.
=20
 	  When building one of the individual drivers, the rt2x00 library
 	  will also be created. That library (when the driver is built as
@@ -38,12 +38,12 @@
 	select INPUT_POLLDEV
=20
 config RT2400PCI
-	tristate "Ralink rt2400 pci/pcmcia support"
+	tristate "Ralink RT2400 (PCI/PCMCIA) support"
 	depends on RT2X00 && PCI
 	select RT2X00_LIB_PCI
 	select EEPROM_93CX6
 	---help---
-	  This is an experimental driver for the Ralink rt2400 wireless chip.
+	  This is an experimental driver for the Ralink RT2400 wireless chips=
et.
=20
 	  When compiled as a module, this driver will be called "rt2400pci.ko=
".
=20
@@ -52,17 +52,17 @@
 	depends on RT2400PCI
 	select RT2X00_LIB_RFKILL
 	---help---
-	  This adds support for integrated rt2400 devices that feature a
+	  This adds support for integrated RT2400 devices that feature a
 	  hardware button to control the radio state.
 	  This feature depends on the RF switch subsystem rfkill.
=20
 config RT2500PCI
-	tristate "Ralink rt2500 pci/pcmcia support"
+	tristate "Ralink RT2500 (PCI/PCMCIA) support"
 	depends on RT2X00 && PCI
 	select RT2X00_LIB_PCI
 	select EEPROM_93CX6
 	---help---
-	  This is an experimental driver for the Ralink rt2500 wireless chip.
+	  This is an experimental driver for the Ralink RT2500 wireless chips=
et.
=20
 	  When compiled as a module, this driver will be called "rt2500pci.ko=
".
=20
@@ -71,18 +71,18 @@
 	depends on RT2500PCI
 	select RT2X00_LIB_RFKILL
 	---help---
-	  This adds support for integrated rt2500 devices that feature a
+	  This adds support for integrated RT2500 devices that feature a
 	  hardware button to control the radio state.
 	  This feature depends on the RF switch subsystem rfkill.
=20
 config RT61PCI
-	tristate "Ralink rt61 pci/pcmcia support"
+	tristate "Ralink RT2561 and RT2661 (PCI/PCMCIA) support"
 	depends on RT2X00 && PCI
 	select RT2X00_LIB_PCI
 	select RT2X00_LIB_FIRMWARE
 	select EEPROM_93CX6
 	---help---
-	  This is an experimental driver for the Ralink rt61 wireless chip.
+	  This is an experimental driver for the Ralink RT2561 and RT2661 MAC=
/BBP chips. It supports RT2600 and RT2501 [Turbo] wireless chipsets.
=20
 	  When compiled as a module, this driver will be called "rt61pci.ko".
=20
@@ -91,26 +91,26 @@
 	depends on RT61PCI
 	select RT2X00_LIB_RFKILL
 	---help---
-	  This adds support for integrated rt61 devices that feature a
+	  This adds support for integrated RT2561 and RT2661 devices that fea=
ture a
 	  hardware button to control the radio state.
 	  This feature depends on the RF switch subsystem rfkill.
=20
 config RT2500USB
-	tristate "Ralink rt2500 usb support"
+	tristate "Ralink RT2500USB support"
 	depends on RT2X00 && USB
 	select RT2X00_LIB_USB
 	---help---
-	  This is an experimental driver for the Ralink rt2500 wireless chip.
+	  This is an experimental driver for the Ralink RT2500USB wireless ch=
ipset.
=20
 	  When compiled as a module, this driver will be called "rt2500usb.ko=
".
=20
 config RT73USB
-	tristate "Ralink rt73 usb support"
+	tristate "Ralink RT2571W and RT2671 (USB) support"
 	depends on RT2X00 && USB
 	select RT2X00_LIB_USB
 	select RT2X00_LIB_FIRMWARE
 	---help---
-	  This is an experimental driver for the Ralink rt73 wireless chip.
+	  This is an experimental driver for the Ralink RT2571W and RT2671 MA=
C/BBP chips. It supports RT2501USB and RT5201USB wireless chipsets.
=20
 	  When compiled as a module, this driver will be called "rt73usb.ko".
=20
--
To unsubscribe from this list: send the line "unsubscribe linux-wireles=
s" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Rt2400-devel] rt2x00: cleanup Kconfig help
  2008-04-14  6:36           ` Filipus Klutiero
@ 2008-04-14 11:33             ` Ivo van Doorn
  2008-04-20 18:20               ` Filipus Klutiero
  0 siblings, 1 reply; 9+ messages in thread
From: Ivo van Doorn @ 2008-04-14 11:33 UTC (permalink / raw)
  To: rt2400-devel; +Cc: Filipus Klutiero, linux-wireless

> > >  	  When compiled as a module, this driver will be called "rt2500=
usb.ko".
> > > =20
> > >  config RT73USB
> > > -	tristate "Ralink rt73 usb support"
> > > +	tristate "Ralink RT2571W and RT2671 (USB) support"
> > >  	depends on RT2X00 && USB
> > >  	select RT2X00_LIB_USB
> > >  	select RT2X00_LIB_FIRMWARE
> > >  	---help---
> > > -	  This is an experimental driver for the Ralink rt73 wireless c=
hip.
> > > +	  This is an experimental driver for the RT2571W and RT2671 MAC=
/BBP chips. It supports Ralink RT2501USB and RT5201USB wireless chipset=
s.
> > >  	  When compiled as a module, this driver will be called "rt73us=
b.ko".
> >=20
> > *sigh* you seem to be absolutely sure you want to break any form of=
 consistency in the rt2x00 KConfig entry.
> > So to show how I would like to see it I have the following patch. U=
nless you have objections against below changes
> > I will push this forward.
> No objection, but note that:
> * this has both "hardware that feature*s*" and  "hardware that featur=
e"

I'll fix that.

> * The names of drivers are duplicated and not exactly the same. For e=
xample, "This is the experimental rt2500pci driver [...]" vs "[...] thi=
s driver will be called "rt2500pci.ko"".

I'll change that to:
This is the experimental rt2500pci driver [...]" vs "[...] the module w=
ill be called "rt2500pci.ko"".

> Here is the third version of my patch.

NACK

All my complaints about your previous patch still aplies to this new on=
e,
and I am not going to repeat myself over and over again for exactly the=
 same.

As for the bug this patch is supposedly going to fix,
the config option is named:
	tristate "Ralink rt2500 usb support"
How can people confuse that with pci support?
=DDour patch suggests the confusion is to blame because there is a spac=
e
between rt2500 and usb, and that usb isn't capitalized...

I'll update my previous patch with some additional chipset notices and =
send that upstream in a few days.
I'll consider this issue (including the bug report) closed after that.

Ivo

> ---
>=20
> --- drivers/net/wireless/rt2x00/Kconfig	2008-01-24 17:58:37.000000000=
 -0500
> +++ drivers/net/wireless/rt2x00/Kconfig.USB	2008-04-14 02:29:37.00000=
0000 -0400
> @@ -2,10 +2,10 @@
>  	tristate "Ralink driver support"
>  	depends on MAC80211 && WLAN_80211 && EXPERIMENTAL
>  	---help---
> -	  This will enable the experimental support for the Ralink drivers,
> +	  This enables the experimental support for the Ralink drivers,
>  	  developed in the rt2x00 project <http://rt2x00.serialmonkey.com>.
> =20
> -	  These drivers will make use of the Devicescape ieee80211 stack.
> +	  These drivers use the mac80211 stack.
> =20
>  	  When building one of the individual drivers, the rt2x00 library
>  	  will also be created. That library (when the driver is built as
> @@ -38,12 +38,12 @@
>  	select INPUT_POLLDEV
> =20
>  config RT2400PCI
> -	tristate "Ralink rt2400 pci/pcmcia support"
> +	tristate "Ralink RT2400 (PCI/PCMCIA) support"
>  	depends on RT2X00 && PCI
>  	select RT2X00_LIB_PCI
>  	select EEPROM_93CX6
>  	---help---
> -	  This is an experimental driver for the Ralink rt2400 wireless chi=
p.
> +	  This is an experimental driver for the Ralink RT2400 wireless chi=
pset.
> =20
>  	  When compiled as a module, this driver will be called "rt2400pci.=
ko".
> =20
> @@ -52,17 +52,17 @@
>  	depends on RT2400PCI
>  	select RT2X00_LIB_RFKILL
>  	---help---
> -	  This adds support for integrated rt2400 devices that feature a
> +	  This adds support for integrated RT2400 devices that feature a
>  	  hardware button to control the radio state.
>  	  This feature depends on the RF switch subsystem rfkill.
> =20
>  config RT2500PCI
> -	tristate "Ralink rt2500 pci/pcmcia support"
> +	tristate "Ralink RT2500 (PCI/PCMCIA) support"
>  	depends on RT2X00 && PCI
>  	select RT2X00_LIB_PCI
>  	select EEPROM_93CX6
>  	---help---
> -	  This is an experimental driver for the Ralink rt2500 wireless chi=
p.
> +	  This is an experimental driver for the Ralink RT2500 wireless chi=
pset.
> =20
>  	  When compiled as a module, this driver will be called "rt2500pci.=
ko".
> =20
> @@ -71,18 +71,18 @@
>  	depends on RT2500PCI
>  	select RT2X00_LIB_RFKILL
>  	---help---
> -	  This adds support for integrated rt2500 devices that feature a
> +	  This adds support for integrated RT2500 devices that feature a
>  	  hardware button to control the radio state.
>  	  This feature depends on the RF switch subsystem rfkill.
> =20
>  config RT61PCI
> -	tristate "Ralink rt61 pci/pcmcia support"
> +	tristate "Ralink RT2561 and RT2661 (PCI/PCMCIA) support"
>  	depends on RT2X00 && PCI
>  	select RT2X00_LIB_PCI
>  	select RT2X00_LIB_FIRMWARE
>  	select EEPROM_93CX6
>  	---help---
> -	  This is an experimental driver for the Ralink rt61 wireless chip.
> +	  This is an experimental driver for the Ralink RT2561 and RT2661 M=
AC/BBP chips. It supports RT2600 and RT2501 [Turbo] wireless chipsets.
> =20
>  	  When compiled as a module, this driver will be called "rt61pci.ko=
".
> =20
> @@ -91,26 +91,26 @@
>  	depends on RT61PCI
>  	select RT2X00_LIB_RFKILL
>  	---help---
> -	  This adds support for integrated rt61 devices that feature a
> +	  This adds support for integrated RT2561 and RT2661 devices that f=
eature a
>  	  hardware button to control the radio state.
>  	  This feature depends on the RF switch subsystem rfkill.
> =20
>  config RT2500USB
> -	tristate "Ralink rt2500 usb support"
> +	tristate "Ralink RT2500USB support"
>  	depends on RT2X00 && USB
>  	select RT2X00_LIB_USB
>  	---help---
> -	  This is an experimental driver for the Ralink rt2500 wireless chi=
p.
> +	  This is an experimental driver for the Ralink RT2500USB wireless =
chipset.
> =20
>  	  When compiled as a module, this driver will be called "rt2500usb.=
ko".
> =20
>  config RT73USB
> -	tristate "Ralink rt73 usb support"
> +	tristate "Ralink RT2571W and RT2671 (USB) support"
>  	depends on RT2X00 && USB
>  	select RT2X00_LIB_USB
>  	select RT2X00_LIB_FIRMWARE
>  	---help---
> -	  This is an experimental driver for the Ralink rt73 wireless chip.
> +	  This is an experimental driver for the Ralink RT2571W and RT2671 =
MAC/BBP chips. It supports RT2501USB and RT5201USB wireless chipsets.
> =20
>  	  When compiled as a module, this driver will be called "rt73usb.ko=
".
> =20
>=20
> ---------------------------------------------------------------------=
----
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference=20
> Don't miss this year's exciting event. There's still time to save $10=
0.=20
> Use priority code J8TL2D2.=20
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.co=
m/javaone
> _______________________________________________
> Rt2400-devel mailing list
> Rt2400-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/rt2400-devel
>=20


--
To unsubscribe from this list: send the line "unsubscribe linux-wireles=
s" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Rt2400-devel] rt2x00: cleanup Kconfig help
  2008-04-14 11:33             ` Ivo van Doorn
@ 2008-04-20 18:20               ` Filipus Klutiero
  0 siblings, 0 replies; 9+ messages in thread
From: Filipus Klutiero @ 2008-04-20 18:20 UTC (permalink / raw)
  To: linux-wireless; +Cc: rt2400-devel

Le April 14, 2008 07:33:32 am Ivo van Doorn, vous avez =E9crit=A0:
> > > >  	  When compiled as a module, this driver will be called
> > > > "rt2500usb.ko".
> > > >
> > > >  config RT73USB
> > > > -	tristate "Ralink rt73 usb support"
> > > > +	tristate "Ralink RT2571W and RT2671 (USB) support"
> > > >  	depends on RT2X00 && USB
> > > >  	select RT2X00_LIB_USB
> > > >  	select RT2X00_LIB_FIRMWARE
> > > >  	---help---
> > > > -	  This is an experimental driver for the Ralink rt73 wireless=
 chip.
> > > > +	  This is an experimental driver for the RT2571W and RT2671 M=
AC/BBP
> > > > chips. It supports Ralink RT2501USB and RT5201USB wireless chip=
sets.
> > > > When compiled as a module, this driver will be called "rt73usb.=
ko".
> > >
> > > *sigh* you seem to be absolutely sure you want to break any form =
of
> > > consistency in the rt2x00 KConfig entry. So to show how I would l=
ike to
> > > see it I have the following patch. Unless you have objections aga=
inst
> > > below changes I will push this forward.
> >
> > No objection, but note that:
> > * this has both "hardware that feature*s*" and  "hardware that feat=
ure"
>
> I'll fix that.
>
> > * The names of drivers are duplicated and not exactly the same. For
> > example, "This is the experimental rt2500pci driver [...]" vs "[...=
] this
> > driver will be called "rt2500pci.ko"".
>
> I'll change that to:
> This is the experimental rt2500pci driver [...]" vs "[...] the module=
 will
> be called "rt2500pci.ko"".
>
> > Here is the third version of my patch.
>
> NACK
>
> All my complaints about your previous patch still aplies to this new =
one,
> and I am not going to repeat myself over and over again for exactly t=
he
> same.
Certainly not; my last update was specifically to address some of your=20
complaints. Which one(s) did I forget to address?
>
> As for the bug this patch is supposedly going to fix,
> the config option is named:
> 	tristate "Ralink rt2500 usb support"
> How can people confuse that with pci support?
> =DDour patch suggests the confusion is to blame because there is a sp=
ace
> between rt2500 and usb, and that usb isn't capitalized...
It's the text quoted in the bug report which *might* be confusing. Lack=
 of=20
capitalization isn't going to confuse anyone, of course.
--
To unsubscribe from this list: send the line "unsubscribe linux-wireles=
s" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-04-20 18:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-12 19:09 rt2x00: cleanup Kconfig help Filipus Klutiero
2008-04-12 19:28 ` Ivo van Doorn
2008-04-12 20:10   ` Filipus Klutiero
2008-04-12 20:53     ` [Rt2400-devel] " Ivo van Doorn
2008-04-12 22:17       ` Filipus Klutiero
2008-04-13 10:44         ` Ivo van Doorn
2008-04-14  6:36           ` Filipus Klutiero
2008-04-14 11:33             ` Ivo van Doorn
2008-04-20 18:20               ` Filipus Klutiero

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).