Commit b6b2bb94 authored by Quytelda Kahja's avatar Quytelda Kahja Committed by Greg Kroah-Hartman

staging: ks7010: Remove unused 'struct last_associate_t'.

'struct last_associate_t' is not used in this driver. Remove 'struct
last_associate_t'.
Signed-off-by: default avatarQuytelda Kahja <quytelda@tamalin.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0f906b4f
......@@ -381,11 +381,6 @@ struct hostif_adhoc_set2_request {
u8 bssid[ETH_ALEN];
} __packed;
struct last_associate_t {
u8 type;
u8 status;
} __packed;
struct association_request_t {
u8 type;
u8 pad;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment