ath10k: implement prb tmpl wmi command
[deliverable/linux.git] / drivers / net / wireless / ath / ath10k / wmi.c
index d37a4859fc2ae019295c2e05d7559e5cb1b00bc9..bfa38628cdd003b59cd5ff1e41f03ee19e8b3caf 100644 (file)
@@ -5039,6 +5039,7 @@ static const struct wmi_ops wmi_ops = {
        .gen_addba_set_resp = ath10k_wmi_op_gen_addba_set_resp,
        .gen_delba_send = ath10k_wmi_op_gen_delba_send,
        /* .gen_bcn_tmpl not implemented */
+       /* .gen_prb_tmpl not implemented */
 };
 
 static const struct wmi_ops wmi_10_1_ops = {
@@ -5098,6 +5099,7 @@ static const struct wmi_ops wmi_10_1_ops = {
        .gen_addba_set_resp = ath10k_wmi_op_gen_addba_set_resp,
        .gen_delba_send = ath10k_wmi_op_gen_delba_send,
        /* .gen_bcn_tmpl not implemented */
+       /* .gen_prb_tmpl not implemented */
 };
 
 static const struct wmi_ops wmi_10_2_ops = {
@@ -5217,6 +5219,7 @@ static const struct wmi_ops wmi_10_2_4_ops = {
        .gen_addba_set_resp = ath10k_wmi_op_gen_addba_set_resp,
        .gen_delba_send = ath10k_wmi_op_gen_delba_send,
        /* .gen_bcn_tmpl not implemented */
+       /* .gen_prb_tmpl not implemented */
 };
 
 int ath10k_wmi_attach(struct ath10k *ar)
This page took 0.02925 seconds and 5 git commands to generate.