diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2024-04-06 17:05:32 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2024-04-06 17:05:32 +0200 |
commit | 684f5ef56790771b425c7007c9dfcfbd8ea1a300 (patch) | |
tree | 118298a92be197f4a59d03cf2a5b447cbe9b9354 /SOURCES/steamdeck-oled-wifi.patch | |
parent | c0c9b770e4f24e17886587762c42194b6e524720 (diff) | |
download | kernel-fsync-684f5ef56790771b425c7007c9dfcfbd8ea1a300.tar.gz kernel-fsync-684f5ef56790771b425c7007c9dfcfbd8ea1a300.zip |
kernel 6.8.2
Diffstat (limited to 'SOURCES/steamdeck-oled-wifi.patch')
-rw-r--r-- | SOURCES/steamdeck-oled-wifi.patch | 241 |
1 files changed, 146 insertions, 95 deletions
diff --git a/SOURCES/steamdeck-oled-wifi.patch b/SOURCES/steamdeck-oled-wifi.patch index 65494c6..bf6f500 100644 --- a/SOURCES/steamdeck-oled-wifi.patch +++ b/SOURCES/steamdeck-oled-wifi.patch @@ -1,19 +1,18 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From 01fd63d2e9b32cd917c9036dfb703b5c4bbd872d Mon Sep 17 00:00:00 2001 From: "neil.shi" <neil.shi@quectel.com> Date: Tue, 23 May 2023 16:58:08 +0800 Subject: [PATCH] wifi: ath11k: [DBS PATCH 1/6]: Indicate NAN support to firmware Signed-off-by: neil.shi <neil.shi@quectel.com> -Signed-off-by: Jan200101 <sentrycraft123@gmail.com> --- drivers/net/wireless/ath/ath11k/hw.c | 1 + drivers/net/wireless/ath/ath11k/wmi.c | 1 + - drivers/net/wireless/ath/ath11k/wmi.h | 10 ++++++++++ - 3 files changed, 12 insertions(+) + drivers/net/wireless/ath/ath11k/wmi.h | 19 +++++++++++++++++++ + 3 files changed, 21 insertions(+) diff --git a/drivers/net/wireless/ath/ath11k/hw.c b/drivers/net/wireless/ath/ath11k/hw.c -index d7b5ec6e6904..210759ddf2fb 100644 +index dbcc0c4035b62..6309efe4b7c1f 100644 --- a/drivers/net/wireless/ath/ath11k/hw.c +++ b/drivers/net/wireless/ath/ath11k/hw.c @@ -100,6 +100,7 @@ static void ath11k_init_wmi_config_qca6390(struct ath11k_base *ab, @@ -22,13 +21,13 @@ index d7b5ec6e6904..210759ddf2fb 100644 config->flag1 |= WMI_RSRC_CFG_FLAG1_BSS_CHANNEL_INFO_64; + config->host_service_flags |= WMI_RSRC_CFG_HOST_SERVICE_FLAG_NAN_IFACE_SUPPORT; } - + static void ath11k_hw_ipq8074_reo_setup(struct ath11k_base *ab) diff --git a/drivers/net/wireless/ath/ath11k/wmi.c b/drivers/net/wireless/ath/ath11k/wmi.c -index 2845b4313d3a..e2dcdb3b78cc 100644 +index 3e0a47f4a3ebd..64648e0d9484d 100644 --- a/drivers/net/wireless/ath/ath11k/wmi.c +++ b/drivers/net/wireless/ath/ath11k/wmi.c -@@ -4069,6 +4069,7 @@ ath11k_wmi_copy_resource_config(struct wmi_resource_config *wmi_cfg, +@@ -4069,6 +4132,7 @@ ath11k_wmi_copy_resource_config(struct wmi_resource_config *wmi_cfg, wmi_cfg->sched_params = tg_cfg->sched_params; wmi_cfg->twt_ap_pdev_count = tg_cfg->twt_ap_pdev_count; wmi_cfg->twt_ap_sta_count = tg_cfg->twt_ap_sta_count; @@ -37,7 +36,7 @@ index 2845b4313d3a..e2dcdb3b78cc 100644 ~(1 << WMI_CFG_HOST_SERVICE_FLAG_REG_CC_EXT); wmi_cfg->host_service_flags |= (tg_cfg->is_reg_cc_ext_event_supported << diff --git a/drivers/net/wireless/ath/ath11k/wmi.h b/drivers/net/wireless/ath/ath11k/wmi.h -index 100bb816b592..a8354022f575 100644 +index 8f2c07d70a4a2..042c7b0d16631 100644 --- a/drivers/net/wireless/ath/ath11k/wmi.h +++ b/drivers/net/wireless/ath/ath11k/wmi.h @@ -2330,6 +2330,7 @@ struct wmi_init_cmd { @@ -45,10 +44,10 @@ index 100bb816b592..a8354022f575 100644 #define WMI_RSRC_CFG_FLAG2_CALC_NEXT_DTIM_COUNT_SET BIT(9) #define WMI_RSRC_CFG_FLAG1_ACK_RSSI BIT(18) +#define WMI_RSRC_CFG_HOST_SERVICE_FLAG_NAN_IFACE_SUPPORT BIT(0) - + #define WMI_CFG_HOST_SERVICE_FLAG_REG_CC_EXT 4 - -@@ -5700,6 +5701,15 @@ struct target_resource_config { + +@@ -5700,6 +5710,15 @@ struct target_resource_config { u8 is_reg_cc_ext_event_supported; u32 ema_max_vap_cnt; u32 ema_max_profile_period; @@ -62,16 +61,17 @@ index 100bb816b592..a8354022f575 100644 + u32 flags2; + u32 host_service_flags; }; - + enum wmi_debug_log_param { +-- +GitLab -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From bc6d3226e567630188a41a78a12514c74babdea9 Mon Sep 17 00:00:00 2001 From: "neil.shi" <neil.shi@quectel.com> Date: Tue, 23 May 2023 17:01:06 +0800 Subject: [PATCH] wifi: ath11k: [DBS PATCH 2/6] wifi: ath11k: add support for QCA206X -Signed-off-by: Jan200101 <sentrycraft123@gmail.com> --- drivers/net/wireless/ath/ath11k/core.c | 64 ++++++++++++++++++++++++++ drivers/net/wireless/ath/ath11k/core.h | 1 + @@ -80,13 +80,13 @@ Signed-off-by: Jan200101 <sentrycraft123@gmail.com> 4 files changed, 82 insertions(+), 1 deletion(-) diff --git a/drivers/net/wireless/ath/ath11k/core.c b/drivers/net/wireless/ath/ath11k/core.c -index 0c6ecbb9a066..766cf2db5b45 100644 +index 893fefadbba96..96ed5b7cd0048 100644 --- a/drivers/net/wireless/ath/ath11k/core.c +++ b/drivers/net/wireless/ath/ath11k/core.c -@@ -411,6 +411,70 @@ static const struct ath11k_hw_params ath11k_hw_params[] = { +@@ -394,6 +394,70 @@ static const struct ath11k_hw_params ath11k_hw_params[] = { .fragment_160mhz = false, }, - + + .interface_modes = BIT(NL80211_IFTYPE_STATION) | + BIT(NL80211_IFTYPE_AP), + .supports_monitor = false, @@ -155,22 +155,22 @@ index 0c6ecbb9a066..766cf2db5b45 100644 BIT(NL80211_IFTYPE_AP), .supports_monitor = false, diff --git a/drivers/net/wireless/ath/ath11k/core.h b/drivers/net/wireless/ath/ath11k/core.h -index 667d55e26156..0c0960994231 100644 +index bd06536f82a64..ab120329619c0 100644 --- a/drivers/net/wireless/ath/ath11k/core.h +++ b/drivers/net/wireless/ath/ath11k/core.h -@@ -147,6 +147,7 @@ enum ath11k_hw_rev { +@@ -144,6 +144,7 @@ enum ath11k_hw_rev { ATH11K_HW_WCN6855_HW21, ATH11K_HW_WCN6750_HW10, ATH11K_HW_IPQ5018_HW10, + ATH11K_HW_QCA206X_HW21, }; - + enum ath11k_firmware_mode { diff --git a/drivers/net/wireless/ath/ath11k/mhi.c b/drivers/net/wireless/ath/ath11k/mhi.c -index afeabd6ecc67..92917d842d57 100644 +index a62ee05c54097..c76f665dc369d 100644 --- a/drivers/net/wireless/ath/ath11k/mhi.c +++ b/drivers/net/wireless/ath/ath11k/mhi.c -@@ -443,6 +443,7 @@ int ath11k_mhi_register(struct ath11k_pci *ab_pci) +@@ -434,6 +434,7 @@ int ath11k_mhi_register(struct ath11k_pci *ab_pci) case ATH11K_HW_QCA6390_HW20: case ATH11K_HW_WCN6855_HW20: case ATH11K_HW_WCN6855_HW21: @@ -179,19 +179,19 @@ index afeabd6ecc67..92917d842d57 100644 break; default: diff --git a/drivers/net/wireless/ath/ath11k/pci.c b/drivers/net/wireless/ath/ath11k/pci.c -index 09e65c5e55c4..2fa4a99e7b08 100644 +index 3c6005ab9a717..93dd259bd85ad 100644 --- a/drivers/net/wireless/ath/ath11k/pci.c +++ b/drivers/net/wireless/ath/ath11k/pci.c -@@ -28,6 +28,8 @@ +@@ -27,6 +27,8 @@ #define QCN9074_DEVICE_ID 0x1104 #define WCN6855_DEVICE_ID 0x1103 - + +#define SUB_VERSION 0x1910010 + static const struct pci_device_id ath11k_pci_id_table[] = { { PCI_VDEVICE(QCOM, QCA6390_DEVICE_ID) }, { PCI_VDEVICE(QCOM, WCN6855_DEVICE_ID) }, -@@ -809,7 +811,19 @@ static int ath11k_pci_probe(struct pci_dev *pdev, +@@ -806,7 +808,19 @@ static int ath11k_pci_probe(struct pci_dev *pdev, break; case 0x10: case 0x11: @@ -212,16 +212,18 @@ index 09e65c5e55c4..2fa4a99e7b08 100644 break; default: goto unsupported_wcn6855_soc; -@@ -1021,6 +1035,7 @@ static struct pci_driver ath11k_pci_driver = { +@@ -1017,6 +1031,7 @@ static struct pci_driver ath11k_pci_driver = { static int ath11k_pci_init(void) { int ret; + u32 sub_version; - + ret = pci_register_driver(&ath11k_pci_driver); if (ret) +-- +GitLab -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From 707933ef2a20db8f7c3d9d3c654a8dcb2f582436 Mon Sep 17 00:00:00 2001 From: "neil.shi" <neil.shi@quectel.com> Date: Tue, 23 May 2023 17:04:27 +0800 Subject: [PATCH] wifi: ath11k: [DBS PATCH 3/6]: support 2 stations and report @@ -232,19 +234,18 @@ num_rxmda_per_pdev in hw_params, and report addresses for these interfaces. Signed-off-by: neil.shi <neil.shi@quectel.com> -Signed-off-by: Jan200101 <sentrycraft123@gmail.com> --- drivers/net/wireless/ath/ath11k/mac.c | 83 ++++++++++++++++++++------- 1 file changed, 63 insertions(+), 20 deletions(-) diff --git a/drivers/net/wireless/ath/ath11k/mac.c b/drivers/net/wireless/ath/ath11k/mac.c -index 71c6dab1aedb..967dbe3cfe94 100644 +index cb77dd6ce9665..c7fa31deefacd 100644 --- a/drivers/net/wireless/ath/ath11k/mac.c +++ b/drivers/net/wireless/ath/ath11k/mac.c -@@ -9284,6 +9284,31 @@ static int ath11k_mac_setup_channels_rates(struct ath11k *ar, +@@ -8774,6 +8774,31 @@ static int ath11k_mac_setup_channels_rates(struct ath11k *ar, return 0; } - + +static void ath11k_mac_setup_mac_address_list(struct ath11k *ar) +{ + struct mac_address *addresses; @@ -273,10 +274,10 @@ index 71c6dab1aedb..967dbe3cfe94 100644 static int ath11k_mac_setup_iface_combinations(struct ath11k *ar) { struct ath11k_base *ab = ar->ab; -@@ -9303,28 +9328,43 @@ static int ath11k_mac_setup_iface_combinations(struct ath11k *ar) +@@ -8793,28 +8818,43 @@ static int ath11k_mac_setup_iface_combinations(struct ath11k *ar) return -ENOMEM; } - + - limits[0].max = 1; - limits[0].types |= BIT(NL80211_IFTYPE_STATION); - @@ -285,13 +286,13 @@ index 71c6dab1aedb..967dbe3cfe94 100644 + if (ab->hw_params.single_pdev_only && ar->ab->hw_params.num_rxmda_per_pdev > 1) { + limits[0].max = 2; + limits[0].types |= BIT(NL80211_IFTYPE_STATION); - + - if (IS_ENABLED(CONFIG_MAC80211_MESH) && - ab->hw_params.interface_modes & BIT(NL80211_IFTYPE_MESH_POINT)) - limits[1].types |= BIT(NL80211_IFTYPE_MESH_POINT); + limits[1].max = 1; + limits[1].types |= BIT(NL80211_IFTYPE_AP); - + - combinations[0].limits = limits; - combinations[0].n_limits = n_limits; - combinations[0].max_interfaces = 16; @@ -334,47 +335,56 @@ index 71c6dab1aedb..967dbe3cfe94 100644 + BIT(NL80211_CHAN_WIDTH_80P80) | + BIT(NL80211_CHAN_WIDTH_160); + } - + ar->hw->wiphy->iface_combinations = combinations; ar->hw->wiphy->n_iface_combinations = 1; -@@ -9389,6 +9429,8 @@ static void __ath11k_mac_unregister(struct ath11k *ar) +@@ -8875,6 +8915,8 @@ static void __ath11k_mac_unregister(struct ath11k *ar) kfree(ar->hw->wiphy->iface_combinations[0].limits); kfree(ar->hw->wiphy->iface_combinations); - + + kfree(ar->hw->wiphy->addresses); + SET_IEEE80211_DEV(ar->hw, NULL); } - -@@ -9431,6 +9473,7 @@ static int __ath11k_mac_register(struct ath11k *ar) + +@@ -8917,6 +8959,7 @@ static int __ath11k_mac_register(struct ath11k *ar) ath11k_pdev_caps_update(ar); - + SET_IEEE80211_PERM_ADDR(ar->hw, ar->mac_addr); + ath11k_mac_setup_mac_address_list(ar); - + SET_IEEE80211_DEV(ar->hw, ab->dev); - -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +-- +GitLab + +From 6591470d389d674f100568393112c169841db26f Mon Sep 17 00:00:00 2001 From: "neil.shi" <neil.shi@quectel.com> Date: Tue, 23 May 2023 17:07:21 +0800 Subject: [PATCH] wifi: ath11k: [DBS PATCH 6/6]: send coex config to firmware for QCA206X Signed-off-by: neil.shi <neil.shi@quectel.com> -Signed-off-by: Jan200101 <sentrycraft123@gmail.com> --- - drivers/net/wireless/ath/ath11k/core.c | 26 +++++++++ + drivers/net/wireless/ath/ath11k/core.c | 27 +++++++++ drivers/net/wireless/ath/ath11k/hw.h | 1 + drivers/net/wireless/ath/ath11k/wmi.c | 26 +++++++++ drivers/net/wireless/ath/ath11k/wmi.h | 77 ++++++++++++++++++++++++++ - 4 files changed, 130 insertions(+) + 4 files changed, 131 insertions(+) diff --git a/drivers/net/wireless/ath/ath11k/core.c b/drivers/net/wireless/ath/ath11k/core.c -index 766cf2db5b45..e3c55b1e792e 100644 +index 96ed5b7cd0048..849c7c12198e0 100644 --- a/drivers/net/wireless/ath/ath11k/core.c +++ b/drivers/net/wireless/ath/ath11k/core.c -@@ -122,6 +122,7 @@ static const struct ath11k_hw_params ath11k_hw_params[] = { +@@ -16,6 +16,7 @@ + #include "hif.h" + #include "wow.h" + #include "fw.h" ++#include "wmi.h" + + unsigned int ath11k_debug_mask; + EXPORT_SYMBOL(ath11k_debug_mask); +@@ -115,6 +116,7 @@ static const struct ath11k_hw_params ath11k_hw_params[] = { .tcl_ring_retry = true, .tx_ring_size = DP_TCL_DATA_RING_SIZE, .smp2p_wow_exit = false, @@ -382,7 +392,7 @@ index 766cf2db5b45..e3c55b1e792e 100644 }, { .hw_rev = ATH11K_HW_IPQ6018_HW10, -@@ -205,6 +206,7 @@ static const struct ath11k_hw_params ath11k_hw_params[] = { +@@ -204,6 +206,7 @@ static const struct ath11k_hw_params ath11k_hw_params[] = { .tx_ring_size = DP_TCL_DATA_RING_SIZE, .smp2p_wow_exit = false, .support_fw_mac_sequence = false, @@ -390,7 +400,7 @@ index 766cf2db5b45..e3c55b1e792e 100644 }, { .name = "qca6390 hw2.0", -@@ -372,6 +374,7 @@ static const struct ath11k_hw_params ath11k_hw_params[] = { +@@ -371,6 +374,7 @@ static const struct ath11k_hw_params ath11k_hw_params[] = { .tx_ring_size = DP_TCL_DATA_RING_SIZE, .smp2p_wow_exit = false, .support_fw_mac_sequence = false, @@ -398,7 +408,7 @@ index 766cf2db5b45..e3c55b1e792e 100644 }, { .name = "wcn6855 hw2.0", -@@ -435,6 +438,7 @@ static const struct ath11k_hw_params ath11k_hw_params[] = { +@@ -418,6 +422,7 @@ static const struct ath11k_hw_params ath11k_hw_params[] = { .fw_wmi_diag_event = true, .current_cc_support = true, .dbr_debug_support = false, @@ -406,7 +416,7 @@ index 766cf2db5b45..e3c55b1e792e 100644 }, { .name = "qca206x hw2.1", -@@ -521,6 +525,7 @@ static const struct ath11k_hw_params ath11k_hw_params[] = { +@@ -456,6 +525,7 @@ static const struct ath11k_hw_params ath11k_hw_params[] = { .tx_ring_size = DP_TCL_DATA_RING_SIZE, .smp2p_wow_exit = false, .support_fw_mac_sequence = true, @@ -414,10 +424,10 @@ index 766cf2db5b45..e3c55b1e792e 100644 }, { .name = "wcn6855 hw2.1", -@@ -1637,6 +1642,18 @@ static void ath11k_core_pdev_destroy(struct ath11k_base *ab) +@@ -1448,6 +1454,18 @@ static void ath11k_core_pdev_destroy(struct ath11k_base *ab) ath11k_debugfs_pdev_destroy(ab); } - + +static int ath11k_core_config_coex_isolation(struct ath11k_base *ab) +{ + struct ath11k *ar = ath11k_ab_to_ar(ab, 0); @@ -433,10 +443,10 @@ index 766cf2db5b45..e3c55b1e792e 100644 static int ath11k_core_start(struct ath11k_base *ab) { int ret; -@@ -1734,6 +1751,15 @@ static int ath11k_core_start(struct ath11k_base *ab) +@@ -1545,6 +1563,15 @@ static int ath11k_core_start(struct ath11k_base *ab) goto err_reo_cleanup; } - + + if (ab->hw_params.coex_isolation) { + ret = ath11k_core_config_coex_isolation(ab); + if (ret) { @@ -447,13 +457,13 @@ index 766cf2db5b45..e3c55b1e792e 100644 + } + return 0; - + err_reo_cleanup: diff --git a/drivers/net/wireless/ath/ath11k/hw.h b/drivers/net/wireless/ath/ath11k/hw.h -index d51a99669dd6..9b96ce7f6538 100644 +index 8a3f24862edc4..4da64301d2974 100644 --- a/drivers/net/wireless/ath/ath11k/hw.h +++ b/drivers/net/wireless/ath/ath11k/hw.h -@@ -206,6 +206,7 @@ struct ath11k_hw_params { +@@ -200,6 +200,7 @@ struct ath11k_hw_params { bool fw_wmi_diag_event; bool current_cc_support; bool dbr_debug_support; @@ -462,10 +472,10 @@ index d51a99669dd6..9b96ce7f6538 100644 const struct cfg80211_sar_capa *bios_sar_capa; bool m3_fw_support; diff --git a/drivers/net/wireless/ath/ath11k/wmi.c b/drivers/net/wireless/ath/ath11k/wmi.c -index e2dcdb3b78cc..cf292442fab4 100644 +index 9037919a3ae90..5050c0dfe2508 100644 --- a/drivers/net/wireless/ath/ath11k/wmi.c +++ b/drivers/net/wireless/ath/ath11k/wmi.c -@@ -8880,6 +8880,32 @@ ath11k_wmi_send_unit_test_cmd(struct ath11k *ar, +@@ -8774,6 +8774,32 @@ return ret; } @@ -499,11 +509,11 @@ index e2dcdb3b78cc..cf292442fab4 100644 { struct ath11k_vif *arvif; diff --git a/drivers/net/wireless/ath/ath11k/wmi.h b/drivers/net/wireless/ath/ath11k/wmi.h -index a8354022f575..a18723fe9aae 100644 +index 373d38538db0c..d63073eaaec3d 100644 --- a/drivers/net/wireless/ath/ath11k/wmi.h +++ b/drivers/net/wireless/ath/ath11k/wmi.h -@@ -6332,6 +6332,82 @@ enum wmi_sta_keepalive_method { - +@@ -6322,6 +6323,82 @@ enum wmi_sta_keepalive_method { + const void **ath11k_wmi_tlv_parse_alloc(struct ath11k_base *ab, const void *ptr, size_t len, gfp_t gfp); +enum wmi_coex_config_type { @@ -585,7 +595,7 @@ index a8354022f575..a18723fe9aae 100644 int ath11k_wmi_cmd_send(struct ath11k_pdev_wmi *wmi, struct sk_buff *skb, u32 cmd_id); struct sk_buff *ath11k_wmi_alloc_skb(struct ath11k_wmi_base *wmi_sc, u32 len); -@@ -6493,6 +6569,7 @@ int ath11k_wmi_scan_prob_req_oui(struct ath11k *ar, +@@ -6171,6 +6247,7 @@ int ath11k_wmi_scan_prob_req_oui(struct ath11k *ar, const u8 mac_addr[ETH_ALEN]); int ath11k_wmi_fw_dbglog_cfg(struct ath11k *ar, u32 *module_id_bitmap, struct ath11k_fw_dbglog *dbglog); @@ -593,28 +603,32 @@ index a8354022f575..a18723fe9aae 100644 int ath11k_wmi_wow_config_pno(struct ath11k *ar, u32 vdev_id, struct wmi_pno_scan_req *pno_scan); int ath11k_wmi_wow_del_pattern(struct ath11k *ar, u32 vdev_id, u32 pattern_id); +-- +GitLab -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 + +From 0f02da05404b27449b01cc3b3a992dcb6f795287 Mon Sep 17 00:00:00 2001 From: "neil.shi" <neil.shi@quectel.com> Date: Tue, 23 May 2023 17:41:00 +0800 Subject: [PATCH] wifi: ath11k: merge all patches to 6.1.11, fix exceptions and compilation errors Signed-off-by: neil.shi <neil.shi@quectel.com> -Signed-off-by: Jan200101 <sentrycraft123@gmail.com> --- - drivers/net/wireless/ath/ath11k/pci.c | 35 ++++++++++++++++++-------- - drivers/net/wireless/ath/ath11k/pcic.c | 11 ++++++++ - 2 files changed, 36 insertions(+), 10 deletions(-) + drivers/net/wireless/ath/ath11k/debugfs.c | 1 + + drivers/net/wireless/ath/ath11k/hw.h | 6 ++++ + drivers/net/wireless/ath/ath11k/pci.c | 35 ++++++++++++++++------- + drivers/net/wireless/ath/ath11k/pcic.c | 11 +++++++ + 4 files changed, 43 insertions(+), 10 deletions(-) diff --git a/drivers/net/wireless/ath/ath11k/pci.c b/drivers/net/wireless/ath/ath11k/pci.c -index 2fa4a99e7b08..88f11f6e47b7 100644 +index 61c8840a0559..798c1010b215 100644 --- a/drivers/net/wireless/ath/ath11k/pci.c +++ b/drivers/net/wireless/ath/ath11k/pci.c -@@ -110,7 +110,12 @@ static u32 ath11k_pci_window_read32(struct ath11k_base *ab, u32 offset) +@@ -228,7 +228,12 @@ static u32 ath11k_pci_window_read32(struct ath11k_base *ab, u32 offset) struct ath11k_pci *ab_pci = ath11k_pci_priv(ab); u32 window_start, val; - + - window_start = ath11k_pci_get_window_start(ab, offset); + if (ab->hw_params.static_window_map) + window_start = ath11k_pci_get_window_start(ab, offset); @@ -622,19 +636,19 @@ index 2fa4a99e7b08..88f11f6e47b7 100644 + window_start = ATH11K_PCI_WINDOW_START; + + //window_start = ath11k_pci_get_window_start(ab, offset); - + if (window_start == ATH11K_PCI_WINDOW_START) { spin_lock_bh(&ab_pci->window_lock); -@@ -735,6 +740,8 @@ static int ath11k_pci_probe(struct pci_dev *pdev, +@@ -852,6 +857,8 @@ static int ath11k_pci_probe(struct pci_dev *pdev, u32 soc_hw_version_major, soc_hw_version_minor, addr; const struct ath11k_pci_ops *pci_ops; int ret; + u32 sub_version; + int ops_init = 0; - + ab = ath11k_core_alloc(&pdev->dev, sizeof(*ab_pci), ATH11K_BUS_PCI); - -@@ -781,8 +788,8 @@ static int ath11k_pci_probe(struct pci_dev *pdev, + +@@ -899,8 +906,8 @@ static int ath11k_pci_probe(struct pci_dev *pdev, case QCA6390_DEVICE_ID: ath11k_pci_read_hw_version(ab, &soc_hw_version_major, &soc_hw_version_minor); @@ -645,7 +659,7 @@ index 2fa4a99e7b08..88f11f6e47b7 100644 ab->hw_rev = ATH11K_HW_QCA6390_HW20; break; default: -@@ -802,6 +809,13 @@ static int ath11k_pci_probe(struct pci_dev *pdev, +@@ -920,6 +927,13 @@ static int ath11k_pci_probe(struct pci_dev *pdev, ab->id.bdf_search = ATH11K_BDF_SEARCH_BUS_AND_BOARD; ath11k_pci_read_hw_version(ab, &soc_hw_version_major, &soc_hw_version_minor); @@ -659,7 +673,7 @@ index 2fa4a99e7b08..88f11f6e47b7 100644 switch (soc_hw_version_major) { case 2: switch (soc_hw_version_minor) { -@@ -812,7 +826,7 @@ static int ath11k_pci_probe(struct pci_dev *pdev, +@@ -930,7 +944,7 @@ static int ath11k_pci_probe(struct pci_dev *pdev, case 0x10: case 0x11: //ab->hw_rev = ATH11K_HW_WCN6855_HW21; @@ -668,18 +682,18 @@ index 2fa4a99e7b08..88f11f6e47b7 100644 ath11k_dbg(ab, ATH11K_DBG_PCI, "sub_version 0x%x\n", sub_version); switch (sub_version) { case 0x1019A0E1: -@@ -837,7 +851,6 @@ static int ath11k_pci_probe(struct pci_dev *pdev, +@@ -955,7 +969,6 @@ static int ath11k_pci_probe(struct pci_dev *pdev, goto err_pci_free_region; } - + - pci_ops = &ath11k_pci_ops_qca6390; break; default: dev_err(&pdev->dev, "Unknown PCI device found: 0x%x\n", -@@ -846,11 +859,13 @@ static int ath11k_pci_probe(struct pci_dev *pdev, +@@ -964,11 +977,13 @@ static int ath11k_pci_probe(struct pci_dev *pdev, goto err_pci_free_region; } - + - ret = ath11k_pcic_register_pci_ops(ab, pci_ops); - if (ret) { - ath11k_err(ab, "failed to register PCI ops: %d\n", ret); @@ -692,11 +706,11 @@ index 2fa4a99e7b08..88f11f6e47b7 100644 + goto err_pci_free_region; + } + } - + ret = ath11k_pcic_init_msi_config(ab); if (ret) { diff --git a/drivers/net/wireless/ath/ath11k/pcic.c b/drivers/net/wireless/ath/ath11k/pcic.c -index 16d1e332193f..406eef086836 100644 +index 063e97815455..82233e30c835 100644 --- a/drivers/net/wireless/ath/ath11k/pcic.c +++ b/drivers/net/wireless/ath/ath11k/pcic.c @@ -115,6 +115,17 @@ static const struct ath11k_msi_config ath11k_msi_config[] = { @@ -715,21 +729,21 @@ index 16d1e332193f..406eef086836 100644 + .hw_rev = ATH11K_HW_QCA206X_HW21, + }, }; - - int ath11k_pcic_init_msi_config(struct ath11k_base *ab) -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 + int ath11k_pcic_init_msi_config(struct ath11k_base *ab) +-- +GitLab +From d4d6f1583876b3702603939ac41b98498cf6dd10 Mon Sep 17 00:00:00 2001 From: Thomas Crider <gloriouseggroll@gmail.com> Date: Thu, 7 Dec 2023 17:22:18 -0500 Subject: [PATCH] wifi-fixup -Signed-off-by: Jan200101 <sentrycraft123@gmail.com> --- drivers/net/wireless/ath/ath11k/core.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/net/wireless/ath/ath11k/core.c b/drivers/net/wireless/ath/ath11k/core.c -index e3c55b1e792e..b286707af6e2 100644 +index 77daa0882..765b91e8d 100644 --- a/drivers/net/wireless/ath/ath11k/core.c +++ b/drivers/net/wireless/ath/ath11k/core.c @@ -420,7 +420,8 @@ static const struct ath11k_hw_params ath11k_hw_params[] = { @@ -760,3 +774,40 @@ index e3c55b1e792e..b286707af6e2 100644 .single_pdev_only = true, .rxdma1_enable = false, .num_rxmda_per_pdev = 2, +-- +2.43.0 + +From d9790ec9e288931bd83c14dd24620c541945fbea Mon Sep 17 00:00:00 2001 +From: cnssbldsw <cnssbldsw@qualcomm.com> +Date: Wed, 20 Dec 2023 14:55:54 +0800 +Subject: [PATCH] wifi: ath11k: fix firmware crash due to invalid nss + +Signed-off-by: cnssbldsw <cnssbldsw@qualcomm.com> +(cherry picked from commit 1c2b795d3e39b17476a3fb5b028fec1375d5a323) +--- + drivers/net/wireless/ath/ath11k/mac.c | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/drivers/net/wireless/ath/ath11k/mac.c b/drivers/net/wireless/ath/ath11k/mac.c +index e7b3b0dfe8f39..6bc6f4e9b03c7 100644 +--- a/drivers/net/wireless/ath/ath11k/mac.c ++++ b/drivers/net/wireless/ath/ath11k/mac.c +@@ -2304,7 +2304,7 @@ static void ath11k_peer_assoc_h_he(struct ath11k *ar, + he_mcs_mask[i]) + max_nss = i + 1; + } +- arg->peer_nss = min(sta->deflink.rx_nss, max_nss); ++ arg->peer_nss = min(arg->peer_nss, (u32)max_nss); + + if (arg->peer_phymode == MODE_11AX_HE160 || + arg->peer_phymode == MODE_11AX_HE80_80) { +@@ -4713,6 +4713,7 @@ + + nss = max_t(u32, 1, nss); + nss = min(nss, ath11k_mac_max_nss(ht_mcs_mask, vht_mcs_mask, he_mcs_mask)); ++ nss = min(nss, (u32)ar->num_tx_chains); + + if (changed & IEEE80211_RC_BW_CHANGED) { + /* Get the peer phymode */ +-- +GitLab |