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

staging: ks7010: Remove unused 'struct hostif_data_indication_t'.

'struct hostif_data_indication_t' is not used in this driver. Remove
'struct hostif_data_indication_t'.
Signed-off-by: default avatarQuytelda Kahja <quytelda@tamalin.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5b8946b1
...@@ -76,16 +76,9 @@ struct hostif_data_request { ...@@ -76,16 +76,9 @@ struct hostif_data_request {
u8 data[0]; u8 data[0];
} __packed; } __packed;
struct hostif_data_indication_t {
struct hostif_hdr header;
__le16 auth_type;
/* #define TYPE_DATA 0x0000 */
#define TYPE_PMK1 0x0001 #define TYPE_PMK1 0x0001
#define TYPE_GMK1 0x0002 #define TYPE_GMK1 0x0002
#define TYPE_GMK2 0x0003 #define TYPE_GMK2 0x0003
__le16 reserved;
u8 data[0];
} __packed;
#define CHANNEL_LIST_MAX_SIZE 14 #define CHANNEL_LIST_MAX_SIZE 14
struct channel_list_t { struct channel_list_t {
......
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