summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/wmi-tlv.c
diff options
context:
space:
mode:
authorRajkumar Manoharan <rmanohar@qti.qualcomm.com>2015-01-12 15:07:25 +0300
committerKalle Valo <kvalo@qca.qualcomm.com>2015-01-13 17:12:32 +0300
commitdc8ab27861b2c1277bd9603a85f317708149d844 (patch)
treed8833e49720d5af588fdc7a28427b0b77eb05997 /drivers/net/wireless/ath/ath10k/wmi-tlv.c
parentb6c8e287f6089559146e2a388a63fbe5460d7f44 (diff)
downloadlinux-dc8ab27861b2c1277bd9603a85f317708149d844.tar.xz
ath10k: add wmi support for addba_clear_resp
Add WMI support for clearing addba response before switching aggregation mode (auto/manual) for debugging purpose. Signed-off-by: Rajkumar Manoharan <rmanohar@qti.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/wmi-tlv.c')
-rw-r--r--drivers/net/wireless/ath/ath10k/wmi-tlv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath10k/wmi-tlv.c b/drivers/net/wireless/ath/ath10k/wmi-tlv.c
index 4c050cec3966..499a7797b4de 100644
--- a/drivers/net/wireless/ath/ath10k/wmi-tlv.c
+++ b/drivers/net/wireless/ath/ath10k/wmi-tlv.c
@@ -2207,6 +2207,7 @@ static const struct wmi_ops wmi_tlv_ops = {
.gen_pktlog_disable = ath10k_wmi_tlv_op_gen_pktlog_disable,
/* .gen_pdev_set_quiet_mode not implemented */
/* .gen_pdev_get_temperature not implemented */
+ /* .gen_addba_clear_resp not implemented */
};
/************/