diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/wmi.c')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/wmi.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath10k/wmi.c b/drivers/net/wireless/ath/ath10k/wmi.c index 2d3c700e2cbb..d37a4859fc2a 100644 --- a/drivers/net/wireless/ath/ath10k/wmi.c +++ b/drivers/net/wireless/ath/ath10k/wmi.c | |||
@@ -5038,6 +5038,7 @@ static const struct wmi_ops wmi_ops = { | |||
5038 | .gen_addba_send = ath10k_wmi_op_gen_addba_send, | 5038 | .gen_addba_send = ath10k_wmi_op_gen_addba_send, |
5039 | .gen_addba_set_resp = ath10k_wmi_op_gen_addba_set_resp, | 5039 | .gen_addba_set_resp = ath10k_wmi_op_gen_addba_set_resp, |
5040 | .gen_delba_send = ath10k_wmi_op_gen_delba_send, | 5040 | .gen_delba_send = ath10k_wmi_op_gen_delba_send, |
5041 | /* .gen_bcn_tmpl not implemented */ | ||
5041 | }; | 5042 | }; |
5042 | 5043 | ||
5043 | static const struct wmi_ops wmi_10_1_ops = { | 5044 | static const struct wmi_ops wmi_10_1_ops = { |
@@ -5096,6 +5097,7 @@ static const struct wmi_ops wmi_10_1_ops = { | |||
5096 | .gen_addba_send = ath10k_wmi_op_gen_addba_send, | 5097 | .gen_addba_send = ath10k_wmi_op_gen_addba_send, |
5097 | .gen_addba_set_resp = ath10k_wmi_op_gen_addba_set_resp, | 5098 | .gen_addba_set_resp = ath10k_wmi_op_gen_addba_set_resp, |
5098 | .gen_delba_send = ath10k_wmi_op_gen_delba_send, | 5099 | .gen_delba_send = ath10k_wmi_op_gen_delba_send, |
5100 | /* .gen_bcn_tmpl not implemented */ | ||
5099 | }; | 5101 | }; |
5100 | 5102 | ||
5101 | static const struct wmi_ops wmi_10_2_ops = { | 5103 | static const struct wmi_ops wmi_10_2_ops = { |
@@ -5214,6 +5216,7 @@ static const struct wmi_ops wmi_10_2_4_ops = { | |||
5214 | .gen_addba_send = ath10k_wmi_op_gen_addba_send, | 5216 | .gen_addba_send = ath10k_wmi_op_gen_addba_send, |
5215 | .gen_addba_set_resp = ath10k_wmi_op_gen_addba_set_resp, | 5217 | .gen_addba_set_resp = ath10k_wmi_op_gen_addba_set_resp, |
5216 | .gen_delba_send = ath10k_wmi_op_gen_delba_send, | 5218 | .gen_delba_send = ath10k_wmi_op_gen_delba_send, |
5219 | /* .gen_bcn_tmpl not implemented */ | ||
5217 | }; | 5220 | }; |
5218 | 5221 | ||
5219 | int ath10k_wmi_attach(struct ath10k *ar) | 5222 | int ath10k_wmi_attach(struct ath10k *ar) |