Commit 623ce59f authored by Quytelda Kahja's avatar Quytelda Kahja Committed by Greg Kroah-Hartman

staging: ks7010: Remove unused 'struct hostif_bss_scan_confirm_t'.

'struct hostif_bss_scan_confirm_t' is not used in this driver. Remove
'struct hostif_bss_scan_confirm_t'.
Signed-off-by: default avatarQuytelda Kahja <quytelda@tamalin.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 81ac43bf
......@@ -411,12 +411,6 @@ struct hostif_bss_scan_request {
struct ssid ssid;
} __packed;
struct hostif_bss_scan_confirm_t {
struct hostif_hdr header;
__le16 result_code;
__le16 reserved;
} __packed;
struct hostif_phy_information_request_t {
struct hostif_hdr header;
__le16 type;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment