projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25628bc
)
iwlwifi: add support for Qu with AX201 device
author
Matt Chen
<matt.chen@intel.com>
Fri, 26 Mar 2021 10:57:19 +0000
(12:57 +0200)
committer
Kalle Valo
<kvalo@codeaurora.org>
Tue, 6 Apr 2021 10:25:54 +0000
(13:25 +0300)
Add this specific Samsung AX201 sku to driver so it can be
detected and initialized successfully.
Signed-off-by: Matt Chen <matt.chen@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link:
https://lore.kernel.org/r/iwlwifi.20210326125611.30b622037714.Id9fd709cf1c8261c097bbfd7453f6476077dcafc@changeid
drivers/net/wireless/intel/iwlwifi/pcie/drv.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c
b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c
index ffaf973dae948bfc5616d4a025ea150bc0dfddb1..4e2219b46db2afdc639694f982d7d8015e872d2c 100644
(file)
--- a/
drivers/net/wireless/intel/iwlwifi/pcie/drv.c
+++ b/
drivers/net/wireless/intel/iwlwifi/pcie/drv.c
@@
-592,6
+592,7
@@
static const struct iwl_dev_info iwl_dev_info_table[] = {
IWL_DEV_INFO(0x4DF0, 0x1652, killer1650i_2ax_cfg_qu_b0_hr_b0, NULL),
IWL_DEV_INFO(0x4DF0, 0x2074, iwl_ax201_cfg_qu_hr, NULL),
IWL_DEV_INFO(0x4DF0, 0x4070, iwl_ax201_cfg_qu_hr, NULL),
+ IWL_DEV_INFO(0x4DF0, 0x6074, iwl_ax201_cfg_qu_hr, NULL),
/* So with HR */
IWL_DEV_INFO(0x2725, 0x0090, iwlax211_2ax_cfg_so_gf_a0, NULL),