diff options
Diffstat (limited to 'net/mac80211/mesh.h')
-rw-r--r-- | net/mac80211/mesh.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/mac80211/mesh.h b/net/mac80211/mesh.h index a1596344c3ba..4a8019f79fb2 100644 --- a/net/mac80211/mesh.h +++ b/net/mac80211/mesh.h | |||
@@ -362,14 +362,10 @@ static inline bool mesh_path_sel_is_hwmp(struct ieee80211_sub_if_data *sdata) | |||
362 | return sdata->u.mesh.mesh_pp_id == IEEE80211_PATH_PROTOCOL_HWMP; | 362 | return sdata->u.mesh.mesh_pp_id == IEEE80211_PATH_PROTOCOL_HWMP; |
363 | } | 363 | } |
364 | 364 | ||
365 | void ieee80211_mesh_notify_scan_completed(struct ieee80211_local *local); | ||
366 | |||
367 | void mesh_path_flush_by_iface(struct ieee80211_sub_if_data *sdata); | 365 | void mesh_path_flush_by_iface(struct ieee80211_sub_if_data *sdata); |
368 | void mesh_sync_adjust_tbtt(struct ieee80211_sub_if_data *sdata); | 366 | void mesh_sync_adjust_tbtt(struct ieee80211_sub_if_data *sdata); |
369 | void ieee80211s_stop(void); | 367 | void ieee80211s_stop(void); |
370 | #else | 368 | #else |
371 | static inline void | ||
372 | ieee80211_mesh_notify_scan_completed(struct ieee80211_local *local) {} | ||
373 | static inline bool mesh_path_sel_is_hwmp(struct ieee80211_sub_if_data *sdata) | 369 | static inline bool mesh_path_sel_is_hwmp(struct ieee80211_sub_if_data *sdata) |
374 | { return false; } | 370 | { return false; } |
375 | static inline void mesh_path_flush_by_iface(struct ieee80211_sub_if_data *sdata) | 371 | static inline void mesh_path_flush_by_iface(struct ieee80211_sub_if_data *sdata) |