]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
wifi: ath5k: add PCI ID for Arcadyan devices
authorRosen Penev <rosenp@gmail.com>
Mon, 30 Sep 2024 18:07:16 +0000 (11:07 -0700)
committerJeff Johnson <quic_jjohnson@quicinc.com>
Wed, 16 Oct 2024 14:43:07 +0000 (07:43 -0700)
Arcadyan made routers with this PCI ID containing an AR2417.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://patch.msgid.link/20240930180716.139894-3-rosenp@gmail.com
Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
drivers/net/wireless/ath/ath5k/pci.c

index b3137f60e8791abf40f76e3c2f52764aa2c2fff0..f5ca2fe0d074902f24d55b4c315edc0d77815a71 100644 (file)
@@ -47,6 +47,7 @@ static const struct pci_device_id ath5k_pci_id_table[] = {
        { PCI_VDEVICE(ATHEROS, 0x001c) }, /* PCI-E cards */
        { PCI_VDEVICE(ATHEROS, 0x001d) }, /* 2417 Nala */
        { PCI_VDEVICE(ATHEROS, 0xff16) }, /* Gigaset SX76[23] AR241[34]A */
+       { PCI_VDEVICE(ATHEROS, 0xff1a) }, /* Arcadyan ARV45XX AR2417 */
        { PCI_VDEVICE(ATHEROS, 0xff1b) }, /* AR5BXB63 */
        { 0 }
 };