From: Quytelda Kahja Date: Sat, 31 Mar 2018 06:08:08 +0000 (-0700) Subject: staging: ks7010: Remove unused 'struct hostif_connect_indication_t'. X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4e74c671d0229d43c11695cc616b35c75d91c3f4;p=openwrt%2Fstaging%2Fblogic.git 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 Signed-off-by: Greg Kroah-Hartman --- 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;