Send users mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://rt2x00.serialmonkey.com/mailman/listinfo/users_rt2x00.serialmonkey.com
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of users digest..."
Today's Topics:
1. Re: [PATCH -stable] rt2x00: support Ralink 5362. (Jiri Slaby)
2. Re: [PATCH -stable] wireless: rt2x00: add new rt2800usb
devices (Jiri Slaby)
3. Re: [PATCH -stable] rt2x00: support Ralink 5362.
(Stanislaw Gruszka)
4. Re: [PATCH -stable] wireless: rt2x00: add new rt2800usb
devices (Stanislaw Gruszka)
----------------------------------------------------------------------
Message: 1
Date: Fri, 31 Oct 2014 10:47:12 +0100
From: Jiri Slaby <[email protected]>
To: Xose Vazquez Perez <[email protected]>
Cc: Canek Pel?ez Vald?s <[email protected]>,
[email protected], [email protected],
[email protected]
Subject: Re: [rt2x00-users] [PATCH -stable] rt2x00: support Ralink
5362.
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8
On 10/30/2014, 12:18 PM, Xose Vazquez Perez wrote:
> From: Canek Pel?ez Vald?s <[email protected]>
Hi, what is this, please? No commit message, no upstream SHA, we cannot
take the two as they stand...
> Cc: [email protected]
> Acked-by: Stanislaw Gruszka <[email protected]>
> Cc: Stanislaw Gruszka <[email protected]>
> Cc: Helmut Schaa <[email protected]>
> Cc: John W. Linville <[email protected]>
> Cc: [email protected]
> Cc: [email protected]
> Signed-off-by: Canek Pel?ez Vald?s <[email protected]>
> Signed-off-by: John W. Linville <[email protected]>
> ---
> drivers/net/wireless/rt2x00/rt2800.h | 4 +++-
> drivers/net/wireless/rt2x00/rt2800lib.c | 6 ++++++
> 2 files changed, 9 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/net/wireless/rt2x00/rt2800.h
> b/drivers/net/wireless/rt2x00/rt2800.h
> index a394a9a..b7434df 100644
> --- a/drivers/net/wireless/rt2x00/rt2800.h
> +++ b/drivers/net/wireless/rt2x00/rt2800.h
> @@ -52,6 +52,7 @@
> * RF5592 2.4G/5G 2T2R
> * RF3070 2.4G 1T1R
> * RF5360 2.4G 1T1R
> + * RF5362 2.4G 1T1R
> * RF5370 2.4G 1T1R
> * RF5390 2.4G 1T1R
> */
> @@ -72,6 +73,7 @@
> #define RF3070 0x3070
> #define RF3290 0x3290
> #define RF5360 0x5360
> +#define RF5362 0x5362
> #define RF5370 0x5370
> #define RF5372 0x5372
> #define RF5390 0x5390
> @@ -2145,7 +2147,7 @@ struct mac_iveiv_entry {
> /* Bits [7-4] for RF3320 (RT3370/RT3390), on other chipsets reserved */
> #define RFCSR3_PA1_BIAS_CCK FIELD8(0x70)
> #define RFCSR3_PA2_CASCODE_BIAS_CCKK FIELD8(0x80)
> -/* Bits for RF3290/RF5360/RF5370/RF5372/RF5390/RF5392 */
> +/* Bits for RF3290/RF5360/RF5362/RF5370/RF5372/RF5390/RF5392 */
> #define RFCSR3_VCOCAL_EN FIELD8(0x80)
> /* Bits for RF3050 */
> #define RFCSR3_BIT1 FIELD8(0x02)
> diff --git a/drivers/net/wireless/rt2x00/rt2800lib.c
> b/drivers/net/wireless/rt2x00/rt2800lib.c
> index 893c9d5..9f57a2d 100644
> --- a/drivers/net/wireless/rt2x00/rt2800lib.c
> +++ b/drivers/net/wireless/rt2x00/rt2800lib.c
> @@ -3186,6 +3186,7 @@ static void rt2800_config_channel(struct rt2x00_dev
> *rt2x00dev,
> break;
> case RF3070:
> case RF5360:
> + case RF5362:
> case RF5370:
> case RF5372:
> case RF5390:
> @@ -3203,6 +3204,7 @@ static void rt2800_config_channel(struct rt2x00_dev
> *rt2x00dev,
> rt2x00_rf(rt2x00dev, RF3290) ||
> rt2x00_rf(rt2x00dev, RF3322) ||
> rt2x00_rf(rt2x00dev, RF5360) ||
> + rt2x00_rf(rt2x00dev, RF5362) ||
> rt2x00_rf(rt2x00dev, RF5370) ||
> rt2x00_rf(rt2x00dev, RF5372) ||
> rt2x00_rf(rt2x00dev, RF5390) ||
> @@ -4317,6 +4319,7 @@ void rt2800_vco_calibration(struct rt2x00_dev
> *rt2x00dev)
> case RF3070:
> case RF3290:
> case RF5360:
> + case RF5362:
> case RF5370:
> case RF5372:
> case RF5390:
> @@ -7095,6 +7098,7 @@ static int rt2800_init_eeprom(struct rt2x00_dev
> *rt2x00dev)
> case RF3320:
> case RF3322:
> case RF5360:
> + case RF5362:
> case RF5370:
> case RF5372:
> case RF5390:
> @@ -7551,6 +7555,7 @@ static int rt2800_probe_hw_mode(struct rt2x00_dev
> *rt2x00dev)
> case RF3320:
> case RF3322:
> case RF5360:
> + case RF5362:
> case RF5370:
> case RF5372:
> case RF5390:
> @@ -7680,6 +7685,7 @@ static int rt2800_probe_hw_mode(struct rt2x00_dev
> *rt2x00dev)
> case RF3070:
> case RF3290:
> case RF5360:
> + case RF5362:
> case RF5370:
> case RF5372:
> case RF5390:
>
--
js
suse labs
------------------------------
Message: 2
Date: Fri, 31 Oct 2014 10:47:38 +0100
From: Jiri Slaby <[email protected]>
To: Xose Vazquez Perez <[email protected]>
Cc: [email protected], [email protected],
[email protected]
Subject: Re: [rt2x00-users] [PATCH -stable] wireless: rt2x00: add new
rt2800usb devices
Message-ID: <[email protected]>
Content-Type: text/plain; charset=iso-8859-2
On 10/30/2014, 12:18 PM, Xose Vazquez Perez wrote:
> 0x0b05 0x17e8 RT5372 USB 2.0 bgn 2x2 ASUS USB-N14
> 0x0411 0x0253 RT5572 USB 2.0 abgn 2x2 BUFFALO WLP-U2-300D
> 0x0df6 0x0078 RT???? Sitecom N300
(the same as previous)
> Cc: [email protected]
> Acked-by: Stanislaw Gruszka <[email protected]>
> Cc: Stanislaw Gruszka <[email protected]>
> Cc: Helmut Schaa <[email protected]>
> Cc: John W. Linville <[email protected]>
> Cc: [email protected]
> Cc: [email protected]
> Signed-off-by: Xose Vazquez Perez <[email protected]>
> Signed-off-by: John W. Linville <[email protected]>
> ---
> drivers/net/wireless/rt2x00/rt2800usb.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c
> b/drivers/net/wireless/rt2x00/rt2800usb.c
> index 832006b..573897b 100644
> --- a/drivers/net/wireless/rt2x00/rt2800usb.c
> +++ b/drivers/net/wireless/rt2x00/rt2800usb.c
> @@ -1284,6 +1284,8 @@ static struct usb_device_id rt2800usb_device_table[] = {
> /* Arcadyan */
> { USB_DEVICE(0x043e, 0x7a12) },
> { USB_DEVICE(0x043e, 0x7a32) },
> + /* ASUS */
> + { USB_DEVICE(0x0b05, 0x17e8) },
> /* Azurewave */
> { USB_DEVICE(0x13d3, 0x3329) },
> { USB_DEVICE(0x13d3, 0x3365) },
> @@ -1320,6 +1322,7 @@ static struct usb_device_id rt2800usb_device_table[] = {
> { USB_DEVICE(0x057c, 0x8501) },
> /* Buffalo */
> { USB_DEVICE(0x0411, 0x0241) },
> + { USB_DEVICE(0x0411, 0x0253) },
> /* D-Link */
> { USB_DEVICE(0x2001, 0x3c1a) },
> { USB_DEVICE(0x2001, 0x3c21) },
> @@ -1410,6 +1413,7 @@ static struct usb_device_id rt2800usb_device_table[] = {
> { USB_DEVICE(0x0df6, 0x0053) },
> { USB_DEVICE(0x0df6, 0x0069) },
> { USB_DEVICE(0x0df6, 0x006f) },
> + { USB_DEVICE(0x0df6, 0x0078) },
> /* SMC */
> { USB_DEVICE(0x083a, 0xa512) },
> { USB_DEVICE(0x083a, 0xc522) },
>
--
js
suse labs
------------------------------
Message: 3
Date: Fri, 31 Oct 2014 10:51:56 +0100
From: Stanislaw Gruszka <[email protected]>
To: Jiri Slaby <[email protected]>
Cc: Xose Vazquez Perez <[email protected]>, Canek Pel?ez Vald?s
<[email protected]>, [email protected],
[email protected], [email protected]
Subject: Re: [rt2x00-users] [PATCH -stable] rt2x00: support Ralink
5362.
Message-ID: <[email protected]>
Content-Type: text/plain; charset=iso-8859-1
On Fri, Oct 31, 2014 at 10:47:12AM +0100, Jiri Slaby wrote:
> On 10/30/2014, 12:18 PM, Xose Vazquez Perez wrote:
> > From: Canek Pel?ez Vald?s <[email protected]>
>
> Hi, what is this, please? No commit message, no upstream SHA, we cannot
> take the two as they stand...
This is:
commit ac0372abf8524a7572a9cdaac6495eb2eba20457
Author: Canek Pel?ez Vald?s <[email protected]>
Date: Sun Aug 24 19:06:11 2014 -0500
rt2x00: support Ralink 5362.
------------------------------
Message: 4
Date: Fri, 31 Oct 2014 10:55:26 +0100
From: Stanislaw Gruszka <[email protected]>
To: Jiri Slaby <[email protected]>
Cc: Xose Vazquez Perez <[email protected]>,
[email protected], [email protected],
[email protected]
Subject: Re: [rt2x00-users] [PATCH -stable] wireless: rt2x00: add new
rt2800usb devices
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii
On Fri, Oct 31, 2014 at 10:47:38AM +0100, Jiri Slaby wrote:
> On 10/30/2014, 12:18 PM, Xose Vazquez Perez wrote:
> > 0x0b05 0x17e8 RT5372 USB 2.0 bgn 2x2 ASUS USB-N14
> > 0x0411 0x0253 RT5572 USB 2.0 abgn 2x2 BUFFALO WLP-U2-300D
> > 0x0df6 0x0078 RT???? Sitecom N300
>
> (the same as previous)
This is:
committ 6a06e554daef86c4e8d290284927b081fedb249e
Author: Xose Vazquez Perez <[email protected]>
Date: Fri Jul 11 21:46:57 2014 +0200
wireless: rt2x00: add new rt2800usb devices
------------------------------
Subject: Digest Footer
_______________________________________________
users mailing list
[email protected]
http://rt2x00.serialmonkey.com/mailman/listinfo/users_rt2x00.serialmonkey.com
------------------------------
End of users Digest, Vol 69, Issue 1
************************************