From: Masashi Honma Date: Sat, 15 Nov 2014 01:35:25 +0000 (+0900) Subject: mesh: Set driver capability flags to mesh interface X-Git-Tag: hostap_2_4~1144 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=commitdiff_plain;h=edfefaed3c89c48a9694173ee1bf902bb94c3769 mesh: Set driver capability flags to mesh interface Signed-off-by: Kenzoh Nishikawa Signed-off-by: Masashi Honma --- diff --git a/wpa_supplicant/mesh.c b/wpa_supplicant/mesh.c index 4a6924b..3ebf058 100644 --- a/wpa_supplicant/mesh.c +++ b/wpa_supplicant/mesh.c @@ -134,6 +134,7 @@ static int wpa_supplicant_mesh_init(struct wpa_supplicant *wpa_s, if (!ifmsh) return -ENOMEM; + ifmsh->drv_flags = wpa_s->drv_flags; ifmsh->num_bss = 1; ifmsh->bss = os_calloc(wpa_s->ifmsh->num_bss, sizeof(struct hostapd_data *));