summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ks7010/ks_hostif.h
diff options
context:
space:
mode:
authorQuytelda Kahja <quytelda@tamalin.org>2018-03-30 23:08:08 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-04-23 14:15:23 +0200
commit4e74c671d0229d43c11695cc616b35c75d91c3f4 (patch)
tree89a0123f8b0539c9950f32c22111afb8091c9ece /drivers/staging/ks7010/ks_hostif.h
parent8f86d60cda4a61aa61203b31216b47e4cd8ed5ad (diff)
staging: ks7010: Remove unused 'struct hostif_connect_indication_t'.
'struct hostif_connect_indication_t' is not used in this driver. Remove 'struct hostif_connect_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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/ks7010/ks_hostif.h b/drivers/staging/ks7010/ks_hostif.h
index 9d1ef41f2679..6020ccbc3a18 100644
--- a/drivers/staging/ks7010/ks_hostif.h
+++ b/drivers/staging/ks7010/ks_hostif.h
@@ -295,13 +295,8 @@ struct link_ap_info {
} __packed rsn;
} __packed;
-struct hostif_connect_indication_t {
- struct hostif_hdr header;
- __le16 connect_code;
#define RESULT_CONNECT 0
#define RESULT_DISCONNECT 1
- struct link_ap_info link_ap_info;
-} __packed;
struct hostif_stop_request_t {
struct hostif_hdr header;