staging: ks7010: Remove unused 'struct hostif_associate_indication_t'.
authorQuytelda Kahja <quytelda@tamalin.org>
Sat, 31 Mar 2018 06:08:22 +0000 (23:08 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Apr 2018 12:16:48 +0000 (14:16 +0200)
'struct hostif_associate_indication_t' is not used in this driver. Remove
'struct hostif_associate_indication_t'.

Signed-off-by: Quytelda Kahja <quytelda@tamalin.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks_hostif.h

index 4d958fa..dbe6238 100644 (file)
@@ -399,14 +399,6 @@ struct association_response {
        __le16 resp_ies_size;
 } __packed;
 
-struct hostif_associate_indication_t {
-       struct hostif_hdr header;
-       struct association_request assoc_req;
-       struct association_response assoc_resp;
-       /* followed by (req_ies_size + resp_ies_size) octets of data */
-       /* reqIEs data *//* respIEs data */
-} __packed;
-
 struct hostif_bss_scan_request_t {
        struct hostif_hdr header;
        u8 scan_type;