mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-16 23:40:43 +01:00
eapol: Remove unused global variable
This commit is contained in:
parent
04b786ed2c
commit
884dcbab92
@ -51,8 +51,6 @@ eapol_rekey_offload_func_t rekey_offload = NULL;
|
|||||||
eapol_tx_packet_func_t tx_packet = NULL;
|
eapol_tx_packet_func_t tx_packet = NULL;
|
||||||
void *tx_user_data;
|
void *tx_user_data;
|
||||||
|
|
||||||
uint32_t next_frame_watch_id;
|
|
||||||
|
|
||||||
#define VERIFY_IS_ZERO(field) \
|
#define VERIFY_IS_ZERO(field) \
|
||||||
do { \
|
do { \
|
||||||
if (!util_mem_is_zero((field), sizeof((field)))) \
|
if (!util_mem_is_zero((field), sizeof((field)))) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user