From: Quytelda Kahja Date: Sat, 31 Mar 2018 06:08:22 +0000 (-0700) Subject: staging: ks7010: Remove unused 'struct hostif_associate_indication_t'. X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=72ac5b2636066ccbcbf4b533cc6f56790f8da539;p=linux.git staging: ks7010: Remove unused 'struct hostif_associate_indication_t'. 'struct hostif_associate_indication_t' is not used in this driver. Remove 'struct hostif_associate_indication_t'. Signed-off-by: Quytelda Kahja Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ks7010/ks_hostif.h b/drivers/staging/ks7010/ks_hostif.h index 4d958fa3d6ef2..dbe6238441946 100644 --- a/drivers/staging/ks7010/ks_hostif.h +++ b/drivers/staging/ks7010/ks_hostif.h @@ -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;