summaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.h
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2013-01-09 17:01:37 +0100
committerJohn W. Linville <linville@tuxdriver.com>2013-01-09 17:01:37 +0100
commita9b8a894ad7d0b90b0464c9ac7e8e5c1687edcae (patch)
treefacc20b09719093ea35cd05374f31b34df95ae15 /net/mac80211/sta_info.h
parentnet: prevent setting ttl=0 via IP_TTL (diff)
parentb43: Fix firmware loading when driver is built into the kernel (diff)
downloadlinux-a9b8a894ad7d0b90b0464c9ac7e8e5c1687edcae.tar.xz
linux-a9b8a894ad7d0b90b0464c9ac7e8e5c1687edcae.zip
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
Diffstat (limited to 'net/mac80211/sta_info.h')
-rw-r--r--net/mac80211/sta_info.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h
index 1489bca9ea97..37c1889afd3a 100644
--- a/net/mac80211/sta_info.h
+++ b/net/mac80211/sta_info.h
@@ -299,7 +299,6 @@ struct sta_info {
spinlock_t lock;
struct work_struct drv_unblock_wk;
- struct work_struct free_sta_wk;
u16 listen_interval;
@@ -563,4 +562,6 @@ void ieee80211_sta_ps_deliver_wakeup(struct sta_info *sta);
void ieee80211_sta_ps_deliver_poll_response(struct sta_info *sta);
void ieee80211_sta_ps_deliver_uapsd(struct sta_info *sta);
+void ieee80211_cleanup_sdata_stas(struct ieee80211_sub_if_data *sdata);
+
#endif /* STA_INFO_H */