aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
authorLuis R. Rodriguez <lrodriguez@atheros.com>2010-09-16 15:12:29 -0400
committerJohn W. Linville <linville@tuxdriver.com>2010-09-16 15:46:13 -0400
commitbe099e82e9cf6d5d65d044e9ef6fc8bee3c7a113 (patch)
tree3c5859de583495c60a66a92a6bd91d2726866498 /net/mac80211/ieee80211_i.h
parent48a6a468198aadb54bc5d3fdd065364d43ff5197 (diff)
downloadkernel_samsung_smdk4412-be099e82e9cf6d5d65d044e9ef6fc8bee3c7a113.zip
kernel_samsung_smdk4412-be099e82e9cf6d5d65d044e9ef6fc8bee3c7a113.tar.gz
kernel_samsung_smdk4412-be099e82e9cf6d5d65d044e9ef6fc8bee3c7a113.tar.bz2
mac80211: add helper for reseting the connection monitor
This will be used in another place later. The connection monitor was added as of 2.6.35 so these fixes will be applicable to >= 2.6.35. Cc: stable@kernel.org Cc: Paul Stewart <pstew@google.com> Cc: Amod Bodas <amod.bodas@atheros.com> Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r--net/mac80211/ieee80211_i.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index 4e635e2..737fd0f 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -1041,6 +1041,7 @@ void ieee80211_sta_restart(struct ieee80211_sub_if_data *sdata);
void ieee80211_sta_work(struct ieee80211_sub_if_data *sdata);
void ieee80211_sta_rx_queued_mgmt(struct ieee80211_sub_if_data *sdata,
struct sk_buff *skb);
+void ieee80211_sta_reset_conn_monitor(struct ieee80211_sub_if_data *sdata);
/* IBSS code */
void ieee80211_ibss_notify_scan_completed(struct ieee80211_local *local);