mesh: Move max_peer_links parameter to appropriate struct
authorMasashi Honma <masashi.honma@gmail.com>
Fri, 5 Aug 2016 08:35:28 +0000 (17:35 +0900)
committerJouni Malinen <j@w1.fi>
Thu, 18 Aug 2016 17:33:39 +0000 (20:33 +0300)
commita1431ef8df30eb7ede9a0a95693f17c45ca5fd39
treed1ab9eb06751f086a44eaa042d801a9fe5ee3fc1
parent548d280162c08be11a8bcd6179507acbc5d93878
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>
src/drivers/driver.h
src/drivers/driver_nl80211.c
wpa_supplicant/mesh.c