diff mbox

ath9k_htc: Add device ID for Sony UWA-BR100

Message ID 1309272221-25787-1-git-send-email-mshajakhan@atheros.com (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Mohammed Shafi Shajakhan June 28, 2011, 2:43 p.m. UTC
From: Mohammed Shafi Shajakhan <mohammed@qca.qualcomm.com>

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 <thomas@xyz.pp.se>
Cc: Rajkumar Manoharan <rmanohar@qca.qualcomm.com>
Signed-off-by: Mohammed Shafi Shajakhan <mohammed@qca.qualcomm.com>
---
 drivers/net/wireless/ath/ath9k/hif_usb.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Comments

Frédéric Lamorce June 29, 2011, 1:08 p.m. UTC | #1
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.

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Pavel Roskin June 29, 2011, 1:34 p.m. UTC | #2
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.
Alina Friedrichsen June 29, 2011, 3:17 p.m. UTC | #3
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

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

Patch

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 },