diff options
author | Ashok Nagarajan <ashok@cozybit.com> | 2012-04-03 00:21:22 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-04-11 16:23:47 -0400 |
commit | fe40cb6274988852aa5a84440d8f81c00cea4028 (patch) | |
tree | 06bc58c36c4c9f50e4f737b650a8004d9287bb6b /net/mac80211/mesh.h | |
parent | 9ebb61a23d90703344fc609fbee8da67b1e7456c (diff) |
mac80211: Check basic rates when peering
Section 13.2.3 of IEEE 80211s standard requires BSSBasicRateSet of mesh nodes
to be identical to establish peer link.
Signed-off-by: Ashok Nagarajan <ashok@cozybit.com>
Signed-off-by: Thomas Pedersen <thomas@cozybit.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/mesh.h')
-rw-r--r-- | net/mac80211/mesh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/mesh.h b/net/mac80211/mesh.h index fa7d9704c175..4ad738988801 100644 --- a/net/mac80211/mesh.h +++ b/net/mac80211/mesh.h | |||
@@ -223,7 +223,7 @@ int ieee80211_new_mesh_header(struct ieee80211s_hdr *meshhdr, | |||
223 | int mesh_rmc_check(u8 *addr, struct ieee80211s_hdr *mesh_hdr, | 223 | int mesh_rmc_check(u8 *addr, struct ieee80211s_hdr *mesh_hdr, |
224 | struct ieee80211_sub_if_data *sdata); | 224 | struct ieee80211_sub_if_data *sdata); |
225 | bool mesh_matches_local(struct ieee802_11_elems *ie, | 225 | bool mesh_matches_local(struct ieee802_11_elems *ie, |
226 | struct ieee80211_sub_if_data *sdata); | 226 | struct ieee80211_sub_if_data *sdata, u32 basic_rates); |
227 | void mesh_ids_set_default(struct ieee80211_if_mesh *mesh); | 227 | void mesh_ids_set_default(struct ieee80211_if_mesh *mesh); |
228 | void mesh_mgmt_ies_add(struct sk_buff *skb, | 228 | void mesh_mgmt_ies_add(struct sk_buff *skb, |
229 | struct ieee80211_sub_if_data *sdata); | 229 | struct ieee80211_sub_if_data *sdata); |