driver_nl80211: Initialize local variable
This solves the problem with out-of-sync ACK messages. Signed-off-by: Michael Bernhard <michael.bernhard at bfh.ch>
This commit is contained in:
parent
99c55ef92f
commit
a325926a9c
1 changed files with 1 additions and 1 deletions
|
@ -1416,7 +1416,7 @@ static struct hostapd_hw_modes *i802_get_hw_feature_data(void *priv,
|
|||
struct nl_msg *msg;
|
||||
int err = -1;
|
||||
struct nl_cb *cb = NULL;
|
||||
int finished;
|
||||
int finished = 0;
|
||||
struct phy_info_arg result = {
|
||||
.num_modes = num_modes,
|
||||
.modes = NULL,
|
||||
|
|
Loading…
Reference in a new issue