projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95c3895
)
wifi: ath5k: add PCI ID for SX76X
author
Rosen Penev
<rosenp@gmail.com>
Mon, 30 Sep 2024 18:07:15 +0000
(11:07 -0700)
committer
Jeff Johnson
<quic_jjohnson@quicinc.com>
Wed, 16 Oct 2024 14:43:07 +0000
(07:43 -0700)
This is in two devices made by Gigaset, SX762 and SX763.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link:
https://patch.msgid.link/20240930180716.139894-2-rosenp@gmail.com
Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
drivers/net/wireless/ath/ath5k/pci.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/wireless/ath/ath5k/pci.c
b/drivers/net/wireless/ath/ath5k/pci.c
index b51fce5ae260205225c188c361cfe86530eaa12e..b3137f60e8791abf40f76e3c2f52764aa2c2fff0 100644
(file)
--- a/
drivers/net/wireless/ath/ath5k/pci.c
+++ b/
drivers/net/wireless/ath/ath5k/pci.c
@@
-46,6
+46,7
@@
static const struct pci_device_id ath5k_pci_id_table[] = {
{ PCI_VDEVICE(ATHEROS, 0x001b) }, /* 5413 Eagle */
{ 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, 0xff1b) }, /* AR5BXB63 */
{ 0 }
};