mac80211: send notification on new peer candidate for our secure mesh
Also, advertise support for mesh authentication. Signed-off-by: Javier Cardona <javier@cozybit.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
c93b5e717e
commit
1570ca5927
+1
-3
@@ -590,9 +590,7 @@ static void ieee80211_mesh_rx_bcn_presp(struct ieee80211_sub_if_data *sdata,
|
||||
if (elems.mesh_id && elems.mesh_config &&
|
||||
mesh_matches_local(&elems, sdata)) {
|
||||
supp_rates = ieee80211_sta_get_rates(local, &elems, band);
|
||||
|
||||
mesh_neighbour_update(mgmt->sa, supp_rates, sdata,
|
||||
mesh_peer_accepts_plinks(&elems));
|
||||
mesh_neighbour_update(mgmt->sa, supp_rates, sdata, &elems);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user