|
|
@@ -161,7 +161,7 @@ v13:
|
|
|
.patch_load_addr = QCA9888_HW_2_0_PATCH_LOAD_ADDR,
|
|
|
.uart_pin = 7,
|
|
|
.cc_wraparound_type = ATH10K_HW_CC_WRAP_SHIFTED_EACH,
|
|
|
-@@ -3573,6 +3579,10 @@ int ath10k_core_start(struct ath10k *ar,
|
|
|
+@@ -3579,6 +3585,10 @@ int ath10k_core_start(struct ath10k *ar,
|
|
|
ath10k_wmi_check_apply_board_power_ctl_table(ar);
|
|
|
}
|
|
|
|
|
|
@@ -172,7 +172,7 @@ v13:
|
|
|
return 0;
|
|
|
|
|
|
err_hif_stop:
|
|
|
-@@ -3829,9 +3839,18 @@ static void ath10k_core_register_work(st
|
|
|
+@@ -3835,9 +3845,18 @@ static void ath10k_core_register_work(st
|
|
|
goto err_spectral_destroy;
|
|
|
}
|
|
|
|
|
|
@@ -191,7 +191,7 @@ v13:
|
|
|
err_spectral_destroy:
|
|
|
ath10k_spectral_destroy(ar);
|
|
|
err_debug_destroy:
|
|
|
-@@ -3891,6 +3910,8 @@ void ath10k_core_unregister(struct ath10
|
|
|
+@@ -3897,6 +3916,8 @@ void ath10k_core_unregister(struct ath10
|
|
|
if (!test_bit(ATH10K_FLAG_CORE_REGISTERED, &ar->dev_flags))
|
|
|
return;
|
|
|
|
|
|
@@ -210,7 +210,7 @@ v13:
|
|
|
|
|
|
#include "htt.h"
|
|
|
#include "htc.h"
|
|
|
-@@ -1470,6 +1471,13 @@ struct ath10k {
|
|
|
+@@ -1476,6 +1477,13 @@ struct ath10k {
|
|
|
} testmode;
|
|
|
|
|
|
struct {
|
|
|
@@ -396,7 +396,7 @@ v13:
|
|
|
/* Rates */
|
|
|
--- a/ath10k-5.4/wmi-ops.h
|
|
|
+++ b/ath10k-5.4/wmi-ops.h
|
|
|
-@@ -218,7 +218,10 @@ struct wmi_ops {
|
|
|
+@@ -219,7 +219,10 @@ struct wmi_ops {
|
|
|
struct sk_buff *(*gen_bb_timing)
|
|
|
(struct ath10k *ar,
|
|
|
const struct wmi_bb_timing_cfg_arg *arg);
|
|
|
@@ -407,7 +407,7 @@ v13:
|
|
|
};
|
|
|
|
|
|
int ath10k_wmi_cmd_send(struct ath10k *ar, struct sk_buff *skb, u32 cmd_id);
|
|
|
-@@ -1105,6 +1108,35 @@ ath10k_wmi_force_fw_hang(struct ath10k *
|
|
|
+@@ -1115,6 +1118,35 @@ ath10k_wmi_force_fw_hang(struct ath10k *
|
|
|
return ath10k_wmi_cmd_send(ar, skb, ar->wmi.cmd->force_fw_hang_cmdid);
|
|
|
}
|
|
|
|
|
|
@@ -445,7 +445,7 @@ v13:
|
|
|
{
|
|
|
--- a/ath10k-5.4/wmi-tlv.c
|
|
|
+++ b/ath10k-5.4/wmi-tlv.c
|
|
|
-@@ -4367,6 +4367,8 @@ static const struct wmi_ops wmi_tlv_ops
|
|
|
+@@ -4382,6 +4382,8 @@ static const struct wmi_ops wmi_tlv_ops
|
|
|
.gen_echo = ath10k_wmi_tlv_op_gen_echo,
|
|
|
.gen_vdev_spectral_conf = ath10k_wmi_tlv_op_gen_vdev_spectral_conf,
|
|
|
.gen_vdev_spectral_enable = ath10k_wmi_tlv_op_gen_vdev_spectral_enable,
|
|
|
@@ -456,7 +456,7 @@ v13:
|
|
|
static const struct wmi_peer_flags_map wmi_tlv_peer_flags_map = {
|
|
|
--- a/ath10k-5.4/wmi.c
|
|
|
+++ b/ath10k-5.4/wmi.c
|
|
|
-@@ -8305,6 +8305,49 @@ ath10k_wmi_op_gen_peer_set_param(struct
|
|
|
+@@ -8313,6 +8313,49 @@ ath10k_wmi_op_gen_peer_set_param(struct
|
|
|
return skb;
|
|
|
}
|
|
|
|
|
|
@@ -506,7 +506,7 @@ v13:
|
|
|
static struct sk_buff *
|
|
|
ath10k_wmi_op_gen_set_psmode(struct ath10k *ar, u32 vdev_id,
|
|
|
enum wmi_sta_ps_mode psmode)
|
|
|
-@@ -10104,6 +10147,9 @@ static const struct wmi_ops wmi_ops = {
|
|
|
+@@ -10112,6 +10155,9 @@ static const struct wmi_ops wmi_ops = {
|
|
|
.fw_stats_fill = ath10k_wmi_main_op_fw_stats_fill,
|
|
|
.get_vdev_subtype = ath10k_wmi_op_get_vdev_subtype,
|
|
|
.gen_echo = ath10k_wmi_op_gen_echo,
|
|
|
@@ -516,7 +516,7 @@ v13:
|
|
|
/* .gen_bcn_tmpl not implemented */
|
|
|
/* .gen_prb_tmpl not implemented */
|
|
|
/* .gen_p2p_go_bcn_ie not implemented */
|
|
|
-@@ -10174,6 +10220,8 @@ static const struct wmi_ops wmi_10_1_ops
|
|
|
+@@ -10182,6 +10228,8 @@ static const struct wmi_ops wmi_10_1_ops
|
|
|
.fw_stats_fill = ath10k_wmi_10x_op_fw_stats_fill,
|
|
|
.get_vdev_subtype = ath10k_wmi_op_get_vdev_subtype,
|
|
|
.gen_echo = ath10k_wmi_op_gen_echo,
|
|
|
@@ -525,7 +525,7 @@ v13:
|
|
|
/* .gen_bcn_tmpl not implemented */
|
|
|
/* .gen_prb_tmpl not implemented */
|
|
|
/* .gen_p2p_go_bcn_ie not implemented */
|
|
|
-@@ -10253,6 +10301,8 @@ static const struct wmi_ops wmi_10_2_ops
|
|
|
+@@ -10261,6 +10309,8 @@ static const struct wmi_ops wmi_10_2_ops
|
|
|
.gen_delba_send = ath10k_wmi_op_gen_delba_send,
|
|
|
.fw_stats_fill = ath10k_wmi_10x_op_fw_stats_fill,
|
|
|
.get_vdev_subtype = ath10k_wmi_op_get_vdev_subtype,
|
|
|
@@ -534,7 +534,7 @@ v13:
|
|
|
/* .gen_pdev_enable_adaptive_cca not implemented */
|
|
|
};
|
|
|
|
|
|
-@@ -10324,6 +10374,8 @@ static const struct wmi_ops wmi_10_2_4_o
|
|
|
+@@ -10332,6 +10382,8 @@ static const struct wmi_ops wmi_10_2_4_o
|
|
|
ath10k_wmi_op_gen_pdev_enable_adaptive_cca,
|
|
|
.get_vdev_subtype = ath10k_wmi_10_2_4_op_get_vdev_subtype,
|
|
|
.gen_bb_timing = ath10k_wmi_10_2_4_op_gen_bb_timing,
|
|
|
@@ -543,7 +543,7 @@ v13:
|
|
|
/* .gen_bcn_tmpl not implemented */
|
|
|
/* .gen_prb_tmpl not implemented */
|
|
|
/* .gen_p2p_go_bcn_ie not implemented */
|
|
|
-@@ -10405,6 +10457,8 @@ static const struct wmi_ops wmi_10_4_ops
|
|
|
+@@ -10413,6 +10465,8 @@ static const struct wmi_ops wmi_10_4_ops
|
|
|
.gen_pdev_bss_chan_info_req = ath10k_wmi_10_2_op_gen_pdev_bss_chan_info,
|
|
|
.gen_echo = ath10k_wmi_op_gen_echo,
|
|
|
.gen_pdev_get_tpc_config = ath10k_wmi_10_2_4_op_gen_pdev_get_tpc_config,
|