3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 02:18:49 +02:00

netdev: Remove unused member

This commit is contained in:
Denis Kenzior 2021-07-13 14:41:23 -05:00
parent 10e5bee5ef
commit c1bf2376d4

View File

@ -117,7 +117,6 @@ struct netdev {
netdev_command_cb_t adhoc_cb; netdev_command_cb_t adhoc_cb;
void *user_data; void *user_data;
struct eapol_sm *sm; struct eapol_sm *sm;
struct sae_sm *sae_sm;
struct auth_proto *ap; struct auth_proto *ap;
struct handshake_state *handshake; struct handshake_state *handshake;
uint32_t connect_cmd_id; uint32_t connect_cmd_id;