mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
bgscan learn: Fix build
Commit 9ff80a10e8
forgot to include the
new scan variable in the coded copied from bgscan_simple.c. Add that
here to fix the build.
This commit is contained in:
parent
a0fad21014
commit
266c828e54
@ -559,6 +559,7 @@ static void bgscan_learn_notify_signal_change(void *priv, int above,
|
||||
int current_signal)
|
||||
{
|
||||
struct bgscan_learn_data *data = priv;
|
||||
int scan = 0;
|
||||
struct os_time now;
|
||||
|
||||
if (data->short_interval == data->long_interval ||
|
||||
|
Loading…
Reference in New Issue
Block a user