summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ks7010/ks_hostif.h
diff options
context:
space:
mode:
authorQuytelda Kahja <quytelda@tamalin.org>2018-03-30 23:08:22 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-04-23 14:16:48 +0200
commit72ac5b2636066ccbcbf4b533cc6f56790f8da539 (patch)
tree2db5eb59dc04a0bbe3d3388698f986813f380b60 /drivers/staging/ks7010/ks_hostif.h
parentf43036cc5e3d4c0c6b8c7cd7e74ef5b6593cd3fc (diff)
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 <quytelda@tamalin.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ks7010/ks_hostif.h')
-rw-r--r--drivers/staging/ks7010/ks_hostif.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/staging/ks7010/ks_hostif.h b/drivers/staging/ks7010/ks_hostif.h
index 4d958fa3d6ef..dbe623844194 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;