mesh: Move max_peer_links parameter to appropriate struct
Accoding to the comment of struct wpa_driver_mesh_bss_params, the max_peer_links parameter should be under that struct. Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
This commit is contained in:
parent
548d280162
commit
a1431ef8df
3 changed files with 3 additions and 3 deletions
|
@ -8465,7 +8465,7 @@ static int nl80211_join_mesh(struct i802_bss *bss,
|
|||
nla_put_u32(msg, NL80211_MESHCONF_AUTO_OPEN_PLINKS, 0))
|
||||
goto fail;
|
||||
if (nla_put_u16(msg, NL80211_MESHCONF_MAX_PEER_LINKS,
|
||||
params->max_peer_links))
|
||||
params->conf.max_peer_links))
|
||||
goto fail;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue