]> git.ipfire.org Git - thirdparty/hostap.git/commit
mesh: Remove duplicated no_auto_peer update
authorJouni Malinen <j@w1.fi>
Sat, 7 Feb 2015 14:19:53 +0000 (16:19 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 7 Feb 2015 14:19:53 +0000 (16:19 +0200)
commit11e2ddbcd769b1104fba1bf72ca151e894f04315
tree79441809f85acf1a23462131d9131e1a3864ffa8
parent1e529832a800768c77cd586e29ccb69c17384580
mesh: Remove duplicated no_auto_peer update

Commit 07cb45ccb2baa6e9627e3d21a285b95d744a6c77 ('mesh: Add no_auto_peer
config option') added a new struct wpa_ssid argument and added an
unnecessary parsing and setting of the value in
wpa_supplicant_ctrl_iface_update_network(). This is not needed since
wpa_config_set() takes care of parsing the parameters.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/ctrl_iface.c