aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRosen Penev <[email protected]>2024-09-30 11:07:16 -0700
committerJeff Johnson <[email protected]>2024-10-16 07:43:07 -0700
commitf3ced9bb90b0a287a1fa6184d16b0f104a78fa90 (patch)
tree2bfff5a553764a73df3db339abfe71376456d5df
parentda0474012402d4729b98799d71a54c35dc5c5de3 (diff)
wifi: ath5k: add PCI ID for Arcadyan devices
Arcadyan made routers with this PCI ID containing an AR2417. Signed-off-by: Rosen Penev <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jeff Johnson <[email protected]>
-rw-r--r--drivers/net/wireless/ath/ath5k/pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath5k/pci.c b/drivers/net/wireless/ath/ath5k/pci.c
index b3137f60e879..f5ca2fe0d074 100644
--- a/drivers/net/wireless/ath/ath5k/pci.c
+++ b/drivers/net/wireless/ath/ath5k/pci.c
@@ -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 }
};