mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 12:59:33 -04:00
staging: ks7010: Remove unused 'struct hostif_associate_indication_t'.
'struct hostif_associate_indication_t' is not used in this driver. Remove 'struct hostif_associate_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
f43036cc5e
commit
72ac5b2636
@@ -399,14 +399,6 @@ struct association_response {
|
||||
__le16 resp_ies_size;
|
||||
} __packed;
|
||||
|
||||
struct hostif_associate_indication_t {
|
||||
struct hostif_hdr header;
|
||||
struct association_request assoc_req;
|
||||
struct association_response assoc_resp;
|
||||
/* followed by (req_ies_size + resp_ies_size) octets of data */
|
||||
/* reqIEs data *//* respIEs data */
|
||||
} __packed;
|
||||
|
||||
struct hostif_bss_scan_request_t {
|
||||
struct hostif_hdr header;
|
||||
u8 scan_type;
|
||||
|
||||
Reference in New Issue
Block a user