summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wcn36xx/smd.h
diff options
context:
space:
mode:
authorBjorn Andersson2016-04-19 07:00:55 +0200
committerKalle Valo2016-04-25 19:37:07 +0200
commit23c2aabb93c9c8efb7b8991707e2db59f7346783 (patch)
tree2cc2bd709d94717f08b0c8f193f2aa5c6d36322a /drivers/net/wireless/ath/wcn36xx/smd.h
parentwcn36xx: Delete BSS before idling link (diff)
downloadkernel-qcow2-linux-23c2aabb93c9c8efb7b8991707e2db59f7346783.tar.gz
kernel-qcow2-linux-23c2aabb93c9c8efb7b8991707e2db59f7346783.tar.xz
kernel-qcow2-linux-23c2aabb93c9c8efb7b8991707e2db59f7346783.zip
wcn36xx: Correct remove bss key response encoding
The WCN36XX_HAL_RMV_BSSKEY_RSP carries a single u32 with "status", so we can use the standard status check function for decoding the result. This is the last user of the v2 status checker, so remove the struct and helper function. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/wcn36xx/smd.h')
-rw-r--r--drivers/net/wireless/ath/wcn36xx/smd.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/net/wireless/ath/wcn36xx/smd.h b/drivers/net/wireless/ath/wcn36xx/smd.h
index c1b76d75cf85..d74d781f4c8d 100644
--- a/drivers/net/wireless/ath/wcn36xx/smd.h
+++ b/drivers/net/wireless/ath/wcn36xx/smd.h
@@ -44,15 +44,6 @@ struct wcn36xx_fw_msg_status_rsp {
u32 status;
} __packed;
-/* wcn3620 returns this for tigger_ba */
-
-struct wcn36xx_fw_msg_status_rsp_v2 {
- u8 bss_id[6];
- u32 status __packed;
- u16 count_following_candidates __packed;
- /* candidate list follows */
-};
-
struct wcn36xx_hal_ind_msg {
struct list_head list;
u8 *msg;