diff options
author | Michal Kazior <michal.kazior@tieto.com> | 2015-01-13 16:30:11 +0200 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2015-01-15 12:30:21 +0200 |
commit | 4c4955fe4f879fb0bd3bf8630ba23a9811617b59 (patch) | |
tree | f271322d0f8c5863017086a080b5e3295aff9d8f /drivers/net/wireless/ath/ath10k/wmi-tlv.h | |
parent | be9ce9d8c196bf150eace10aaf43110672d6eb4c (diff) | |
download | blackbird-op-linux-4c4955fe4f879fb0bd3bf8630ba23a9811617b59.tar.gz blackbird-op-linux-4c4955fe4f879fb0bd3bf8630ba23a9811617b59.zip |
ath10k: implement prb tmpl wmi command
New firmware revisions with beacon templates need
probe templates as well because they don't forward
probe requests to host at all.
This is required for new firmware to work with
direct probe requests (notably required by hidden
ssid AP).
Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/wmi-tlv.h')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/wmi-tlv.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath10k/wmi-tlv.h b/drivers/net/wireless/ath/ath10k/wmi-tlv.h index c4773652d380..577251955c04 100644 --- a/drivers/net/wireless/ath/ath10k/wmi-tlv.h +++ b/drivers/net/wireless/ath/ath10k/wmi-tlv.h @@ -1399,6 +1399,11 @@ struct wmi_tlv_bcn_tmpl_cmd { __le32 buf_len; } __packed; +struct wmi_tlv_prb_tmpl_cmd { + __le32 vdev_id; + __le32 buf_len; +} __packed; + void ath10k_wmi_tlv_attach(struct ath10k *ar); #endif |