staging: ks7010: Remove unused 'struct hostif_ps_adhoc_set_confirm_t'.
authorQuytelda Kahja <quytelda@tamalin.org>
Sat, 31 Mar 2018 06:08:13 +0000 (23:08 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Apr 2018 12:15:23 +0000 (14:15 +0200)
'struct hostif_ps_adhoc_set_confirm_t' is not used in this driver. Remove
'struct hostif_ps_adhoc_set_confirm_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 6938ab0..aceaabe 100644 (file)
@@ -331,11 +331,6 @@ struct hostif_ps_adhoc_set_request {
        __le16 channel;
 } __packed;
 
-struct hostif_ps_adhoc_set_confirm_t {
-       struct hostif_hdr header;
-       __le16 result_code;
-} __packed;
-
 #define AUTH_TYPE_OPEN_SYSTEM 0
 #define AUTH_TYPE_SHARED_KEY  1