mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
unit: Remove unneeded function
This commit is contained in:
parent
89e4538945
commit
d8931f5b58
@ -34,13 +34,6 @@
|
|||||||
#include "src/eapol.h"
|
#include "src/eapol.h"
|
||||||
#include "src/crypto.h"
|
#include "src/crypto.h"
|
||||||
|
|
||||||
static void do_debug(const char *str, void *user_data)
|
|
||||||
{
|
|
||||||
const char *prefix = user_data;
|
|
||||||
|
|
||||||
l_info("%s%s", prefix, str);
|
|
||||||
}
|
|
||||||
|
|
||||||
struct eapol_key_data {
|
struct eapol_key_data {
|
||||||
const unsigned char *frame;
|
const unsigned char *frame;
|
||||||
size_t frame_len;
|
size_t frame_len;
|
||||||
|
Loading…
Reference in New Issue
Block a user