2011-06-28 14:43:48

by Mohammed Shafi Shajakhan

[permalink] [raw]
Subject: [PATCH] ath9k_htc: Add device ID for Sony UWA-BR100

From: Mohammed Shafi Shajakhan <[email protected]>

for more details please take a look at:
http://comments.gmane.org/gmane.linux.drivers.ath9k.devel/6541
http://www.wikidevi.com/wiki/Sony_UWA-BR100

Reported-by: Thomas Novin <[email protected]>
Cc: Rajkumar Manoharan <[email protected]>
Signed-off-by: Mohammed Shafi Shajakhan <[email protected]>
---
drivers/net/wireless/ath/ath9k/hif_usb.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/net/wireless/ath/ath9k/hif_usb.c b/drivers/net/wireless/ath/ath9k/hif_usb.c
index 260f1f3..8028fe9 100644
--- a/drivers/net/wireless/ath/ath9k/hif_usb.c
+++ b/drivers/net/wireless/ath/ath9k/hif_usb.c
@@ -49,6 +49,8 @@ static struct usb_device_id ath9k_hif_usb_ids[] = {
.driver_info = AR9280_USB }, /* Netgear WNDA3200 */
{ USB_DEVICE(0x083A, 0xA704),
.driver_info = AR9280_USB }, /* SMC Networks */
+ { USB_DEVICE(0x0411, 0x017f),
+ .driver_info = AR9280_USB }, /* Sony UWA-BR100 */

{ USB_DEVICE(0x0cf3, 0x20ff),
.driver_info = STORAGE_DEVICE },
--
1.7.0.4



2011-06-29 13:08:45

by Frederic

[permalink] [raw]
Subject: IPv6 "compatibility"

Just to be sure, all the drivers/utilities (compat-wireless, iw, wpa_supplicant, hostpad, etc) are all completely independent from IPv6, right?

Fr?d?ric.


2011-06-29 13:35:02

by Pavel Roskin

[permalink] [raw]
Subject: Re: IPv6 "compatibility"

On 06/29/2011 09:08 AM, Fr?d?ric Lamorce wrote:
> Just to be sure, all the drivers/utilities (compat-wireless, iw, wpa_supplicant, hostpad, etc) are all completely independent from IPv6, right?

hostapd does need IPv4 or IPv6 to talk to the RADIUS server. I suggest
that you check the sources before posting questions.

--
Regards,
Pavel Roskin

2011-06-29 15:17:34

by Alina Friedrichsen

[permalink] [raw]
Subject: Re: IPv6 "compatibility"

Hi Frédéric!

> Just to be sure, all the drivers/utilities (compat-wireless, iw, wpa_supplicant, hostpad, etc) are all completely independent from IPv6, right?

Yes, but if the driver doesn't support multicast correctly, IPv6 does
not work, while IPv4 unicast works fine.

Cheers,
Alina