From: Bob Copeland Date: Tue, 5 Nov 2013 19:16:58 +0000 (-0800) Subject: mac80211: remove unused mesh_mgmt_ies_add() prototype X-Git-Tag: v3.14-rc1~94^2~3^2^2~284 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2d7f65d6f1842e96286464bc3acb12b7e92c7359;p=profile%2Fcommon%2Fkernel-common.git mac80211: remove unused mesh_mgmt_ies_add() prototype Said function was removed some time ago. Signed-off-by: Bob Copeland Signed-off-by: Johannes Berg --- diff --git a/net/mac80211/mesh.h b/net/mac80211/mesh.h index 2bc7fd2..3f867e5 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, bool mesh_matches_local(struct ieee80211_sub_if_data *sdata, struct ieee802_11_elems *ie); void mesh_ids_set_default(struct ieee80211_if_mesh *mesh); -void mesh_mgmt_ies_add(struct ieee80211_sub_if_data *sdata, - struct sk_buff *skb); int mesh_add_meshconf_ie(struct ieee80211_sub_if_data *sdata, struct sk_buff *skb); int mesh_add_meshid_ie(struct ieee80211_sub_if_data *sdata,