diff --git a/patches.suse/wcn36xx-fix-typo.patch b/patches.suse/wcn36xx-fix-typo.patch new file mode 100644 index 0000000..8b29a51 --- /dev/null +++ b/patches.suse/wcn36xx-fix-typo.patch @@ -0,0 +1,31 @@ +From 3c33a11a291303db4b96b5e39dfd54831937bfa5 Mon Sep 17 00:00:00 2001 +From: Eduardo Abinader +Date: Fri, 8 Nov 2019 11:10:46 +0200 +Subject: [PATCH] wcn36xx: fix typo +Git-commit: 3c33a11a291303db4b96b5e39dfd54831937bfa5 +References: git-fixes +Patch-mainline: v5.10-rc1 + +Signed-off-by: Eduardo Abinader +Signed-off-by: Kalle Valo +Signed-off-by: Oliver Neukum +--- + drivers/net/wireless/ath/wcn36xx/hal.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/drivers/net/wireless/ath/wcn36xx/hal.h b/drivers/net/wireless/ath/wcn36xx/hal.h +index 8abda2760e04..6ba0fd57c951 100644 +--- a/drivers/net/wireless/ath/wcn36xx/hal.h ++++ b/drivers/net/wireless/ath/wcn36xx/hal.h +@@ -2091,7 +2091,7 @@ struct wcn36xx_hal_set_bss_key_rsp_msg { + /* + * This is used configure the key information on a given station. + * When the sec_type is WEP40 or WEP104, the def_wep_idx is used to locate +- * a preconfigured key from a BSS the station assoicated with; otherwise ++ * a preconfigured key from a BSS the station associated with; otherwise + * a new key descriptor is created based on the key field. + */ + struct wcn36xx_hal_set_sta_key_req_msg { +-- +2.40.1 + diff --git a/series.conf b/series.conf index a2ce68b..b646312 100644 --- a/series.conf +++ b/series.conf @@ -53816,6 +53816,7 @@ patches.suse/rtlwifi-rtl8192de-Fix-missing-enable-interrupt-flag.patch patches.suse/iwlwifi-mvm-fix-unaligned-read-of-rx_pkt_status.patch patches.suse/ath10k-fix-get-invalid-tx-rate-for-Mesh-metric.patch + patches.suse/wcn36xx-fix-typo.patch patches.suse/s390-bpf-Wrap-JIT-macro-parameter-usages-in-parentheses.patch patches.suse/bpf-skmsg-fix-potential-psock-NULL-pointer-dereferen.patch patches.suse/mac80211-consider-QoS-Null-frames-for-STA_NULLFUNC_A.patch