diff options
Diffstat (limited to 'net/mac80211/mesh.h')
-rw-r--r-- | net/mac80211/mesh.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/mac80211/mesh.h b/net/mac80211/mesh.h index 2bc7fd2f787d..f39a19f9090f 100644 --- a/net/mac80211/mesh.h +++ b/net/mac80211/mesh.h | |||
@@ -215,8 +215,6 @@ int mesh_rmc_check(struct ieee80211_sub_if_data *sdata, | |||
215 | bool mesh_matches_local(struct ieee80211_sub_if_data *sdata, | 215 | bool mesh_matches_local(struct ieee80211_sub_if_data *sdata, |
216 | struct ieee802_11_elems *ie); | 216 | struct ieee802_11_elems *ie); |
217 | void mesh_ids_set_default(struct ieee80211_if_mesh *mesh); | 217 | void mesh_ids_set_default(struct ieee80211_if_mesh *mesh); |
218 | void mesh_mgmt_ies_add(struct ieee80211_sub_if_data *sdata, | ||
219 | struct sk_buff *skb); | ||
220 | int mesh_add_meshconf_ie(struct ieee80211_sub_if_data *sdata, | 218 | int mesh_add_meshconf_ie(struct ieee80211_sub_if_data *sdata, |
221 | struct sk_buff *skb); | 219 | struct sk_buff *skb); |
222 | int mesh_add_meshid_ie(struct ieee80211_sub_if_data *sdata, | 220 | int mesh_add_meshid_ie(struct ieee80211_sub_if_data *sdata, |
@@ -303,8 +301,8 @@ void mesh_mpath_table_grow(void); | |||
303 | void mesh_mpp_table_grow(void); | 301 | void mesh_mpp_table_grow(void); |
304 | /* Mesh paths */ | 302 | /* Mesh paths */ |
305 | int mesh_path_error_tx(struct ieee80211_sub_if_data *sdata, | 303 | int mesh_path_error_tx(struct ieee80211_sub_if_data *sdata, |
306 | u8 ttl, const u8 *target, __le32 target_sn, | 304 | u8 ttl, const u8 *target, u32 target_sn, |
307 | __le16 target_rcode, const u8 *ra); | 305 | u16 target_rcode, const u8 *ra); |
308 | void mesh_path_assign_nexthop(struct mesh_path *mpath, struct sta_info *sta); | 306 | void mesh_path_assign_nexthop(struct mesh_path *mpath, struct sta_info *sta); |
309 | void mesh_path_flush_pending(struct mesh_path *mpath); | 307 | void mesh_path_flush_pending(struct mesh_path *mpath); |
310 | void mesh_path_tx_pending(struct mesh_path *mpath); | 308 | void mesh_path_tx_pending(struct mesh_path *mpath); |