summaryrefslogtreecommitdiff
path: root/net/mac80211/mesh.h
diff options
context:
space:
mode:
authorRami Rosen <ramirose@gmail.com>2009-01-19 13:50:27 +0200
committerJohn W. Linville <linville@tuxdriver.com>2009-01-29 16:00:48 -0500
commit9cf2d186e4c52308cad8ecd893924e22ed020605 (patch)
tree9ee117d8fc8a840f267a852b4ee5e24e599feee0 /net/mac80211/mesh.h
parente9648179706448d50884f172711b00a6e5ab9e42 (diff)
downloadlinux-3.10-9cf2d186e4c52308cad8ecd893924e22ed020605.tar.gz
linux-3.10-9cf2d186e4c52308cad8ecd893924e22ed020605.tar.bz2
linux-3.10-9cf2d186e4c52308cad8ecd893924e22ed020605.zip
mac80211: remove mesh_plink_close() method.
This patch removes mesh_plink_close() method as it is unused. Signed-off-by: Rami Rosen <ramirose@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/mesh.h')
-rw-r--r--net/mac80211/mesh.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/mesh.h b/net/mac80211/mesh.h
index c197ab545e5..c5b0b583346 100644
--- a/net/mac80211/mesh.h
+++ b/net/mac80211/mesh.h
@@ -243,7 +243,6 @@ void mesh_accept_plinks_update(struct ieee80211_sub_if_data *sdata);
void mesh_plink_broken(struct sta_info *sta);
void mesh_plink_deactivate(struct sta_info *sta);
int mesh_plink_open(struct sta_info *sta);
-int mesh_plink_close(struct sta_info *sta);
void mesh_plink_block(struct sta_info *sta);
void mesh_rx_plink_frame(struct ieee80211_sub_if_data *sdata,
struct ieee80211_mgmt *mgmt, size_t len,