staging: ks7010: Remove unused 'struct hostif_ps_adhoc_set_confirm_t'.

'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>
This commit is contained in:
Quytelda Kahja 2018-03-30 23:08:13 -07:00 committed by Greg Kroah-Hartman
parent 54839a56e0
commit 729a5ce28c

View 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