mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 15:19:26 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
8f86d60cda
commit
4e74c671d0
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user