From: Masaki TAGAWA Date: Thu, 6 Feb 2014 05:06:24 +0000 (+0900) Subject: ath9k_htc: Add device ID for Buffalo WLI-UV-AG300P X-Git-Tag: v5.15~18171^2~18^2^2~336 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=98f99eeae98047bc195bcc7510eae4f0cf3658a0;p=platform%2Fkernel%2Flinux-starfive.git ath9k_htc: Add device ID for Buffalo WLI-UV-AG300P Buffalo WLI-UV-AG300P is almost the same as Sony UWA-BR100. Signed-off-by: Masaki TAGAWA Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/ath/ath9k/hif_usb.c b/drivers/net/wireless/ath/ath9k/hif_usb.c index 6d5d716..8e7153b 100644 --- a/drivers/net/wireless/ath/ath9k/hif_usb.c +++ b/drivers/net/wireless/ath/ath9k/hif_usb.c @@ -54,6 +54,8 @@ static struct usb_device_id ath9k_hif_usb_ids[] = { .driver_info = AR9280_USB }, /* SMC Networks */ { USB_DEVICE(0x0411, 0x017f), .driver_info = AR9280_USB }, /* Sony UWA-BR100 */ + { USB_DEVICE(0x0411, 0x0197), + .driver_info = AR9280_USB }, /* Buffalo WLI-UV-AG300P */ { USB_DEVICE(0x04da, 0x3904), .driver_info = AR9280_USB },