diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-09-30 17:07:19 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-10-18 09:01:56 +0200 |
commit | 8ba7acf376e39ff2b987bc8fb71eb599023af314 (patch) | |
tree | 248c5e3f51b7a408784f4f4f81f0f6067ada3012 /net/mac80211/mesh.h | |
parent | 3821b4247b40d6b95a59a2895ea6e9bd3f983f04 (diff) | |
download | blackbird-op-linux-8ba7acf376e39ff2b987bc8fb71eb599023af314.tar.gz blackbird-op-linux-8ba7acf376e39ff2b987bc8fb71eb599023af314.zip |
mac80211: remove unimplemented mesh vendor sync
There's no vendor-specific mesh sync implemented
and there don't need to be dummy handlers that
only print messages, so remove that code. While
at it, also constify the mesh sync ops.
Signed-off-by: Johannes Berg <johannes.berg@intel.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 8334e9445195..9285f3f67e66 100644 --- a/net/mac80211/mesh.h +++ b/net/mac80211/mesh.h @@ -256,7 +256,7 @@ void ieee80211_mesh_init_sdata(struct ieee80211_sub_if_data *sdata); void ieee80211_start_mesh(struct ieee80211_sub_if_data *sdata); void ieee80211_stop_mesh(struct ieee80211_sub_if_data *sdata); void ieee80211_mesh_root_setup(struct ieee80211_if_mesh *ifmsh); -struct ieee80211_mesh_sync_ops *ieee80211_mesh_sync_ops_get(u8 method); +const struct ieee80211_mesh_sync_ops *ieee80211_mesh_sync_ops_get(u8 method); /* Mesh paths */ int mesh_nexthop_lookup(struct sk_buff *skb, |