diff options
Diffstat (limited to 'net/mac80211/mlme.c')
-rw-r--r-- | net/mac80211/mlme.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c index 63b391d01251..e860d0bacea9 100644 --- a/net/mac80211/mlme.c +++ b/net/mac80211/mlme.c | |||
@@ -87,6 +87,7 @@ static int ieee80211_sta_start_scan(struct net_device *dev, | |||
87 | u8 *ssid, size_t ssid_len); | 87 | u8 *ssid, size_t ssid_len); |
88 | static int ieee80211_sta_config_auth(struct net_device *dev, | 88 | static int ieee80211_sta_config_auth(struct net_device *dev, |
89 | struct ieee80211_if_sta *ifsta); | 89 | struct ieee80211_if_sta *ifsta); |
90 | static void sta_rx_agg_session_timer_expired(unsigned long data); | ||
90 | 91 | ||
91 | 92 | ||
92 | void ieee802_11_parse_elems(u8 *start, size_t len, | 93 | void ieee802_11_parse_elems(u8 *start, size_t len, |
@@ -1608,7 +1609,7 @@ timer_expired_exit: | |||
1608 | * resetting it after each frame that arrives from the originator. | 1609 | * resetting it after each frame that arrives from the originator. |
1609 | * if this timer expires ieee80211_sta_stop_rx_ba_session will be executed. | 1610 | * if this timer expires ieee80211_sta_stop_rx_ba_session will be executed. |
1610 | */ | 1611 | */ |
1611 | void sta_rx_agg_session_timer_expired(unsigned long data) | 1612 | static void sta_rx_agg_session_timer_expired(unsigned long data) |
1612 | { | 1613 | { |
1613 | /* not an elegant detour, but there is no choice as the timer passes | 1614 | /* not an elegant detour, but there is no choice as the timer passes |
1614 | * only one argument, and verious sta_info are needed here, so init | 1615 | * only one argument, and verious sta_info are needed here, so init |