|
@@ -304,7 +304,6 @@ void mesh_pathtbl_unregister(void);
|
|
int mesh_path_del(u8 *addr, struct ieee80211_sub_if_data *sdata);
|
|
int mesh_path_del(u8 *addr, struct ieee80211_sub_if_data *sdata);
|
|
void mesh_path_timer(unsigned long data);
|
|
void mesh_path_timer(unsigned long data);
|
|
void mesh_path_flush_by_nexthop(struct sta_info *sta);
|
|
void mesh_path_flush_by_nexthop(struct sta_info *sta);
|
|
-void mesh_path_flush_by_iface(struct ieee80211_sub_if_data *sdata);
|
|
|
|
void mesh_path_discard_frame(struct sk_buff *skb,
|
|
void mesh_path_discard_frame(struct sk_buff *skb,
|
|
struct ieee80211_sub_if_data *sdata);
|
|
struct ieee80211_sub_if_data *sdata);
|
|
void mesh_path_quiesce(struct ieee80211_sub_if_data *sdata);
|
|
void mesh_path_quiesce(struct ieee80211_sub_if_data *sdata);
|
|
@@ -345,6 +344,7 @@ void ieee80211_mesh_quiesce(struct ieee80211_sub_if_data *sdata);
|
|
void ieee80211_mesh_restart(struct ieee80211_sub_if_data *sdata);
|
|
void ieee80211_mesh_restart(struct ieee80211_sub_if_data *sdata);
|
|
void mesh_plink_quiesce(struct sta_info *sta);
|
|
void mesh_plink_quiesce(struct sta_info *sta);
|
|
void mesh_plink_restart(struct sta_info *sta);
|
|
void mesh_plink_restart(struct sta_info *sta);
|
|
|
|
+void mesh_path_flush_by_iface(struct ieee80211_sub_if_data *sdata);
|
|
void mesh_sync_adjust_tbtt(struct ieee80211_sub_if_data *sdata);
|
|
void mesh_sync_adjust_tbtt(struct ieee80211_sub_if_data *sdata);
|
|
#else
|
|
#else
|
|
#define mesh_allocated 0
|
|
#define mesh_allocated 0
|
|
@@ -358,6 +358,8 @@ static inline void mesh_plink_quiesce(struct sta_info *sta) {}
|
|
static inline void mesh_plink_restart(struct sta_info *sta) {}
|
|
static inline void mesh_plink_restart(struct sta_info *sta) {}
|
|
static inline bool mesh_path_sel_is_hwmp(struct ieee80211_sub_if_data *sdata)
|
|
static inline bool mesh_path_sel_is_hwmp(struct ieee80211_sub_if_data *sdata)
|
|
{ return false; }
|
|
{ return false; }
|
|
|
|
+static inline void mesh_path_flush_by_iface(struct ieee80211_sub_if_data *sdata)
|
|
|
|
+{}
|
|
#endif
|
|
#endif
|
|
|
|
|
|
#endif /* IEEE80211S_H */
|
|
#endif /* IEEE80211S_H */
|