diff options
Diffstat (limited to 'net/mac80211/ieee80211_rate.h')
-rw-r--r-- | net/mac80211/ieee80211_rate.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_rate.h b/net/mac80211/ieee80211_rate.h index f021a028d9d0..cac91a960ff4 100644 --- a/net/mac80211/ieee80211_rate.h +++ b/net/mac80211/ieee80211_rate.h | |||
@@ -141,4 +141,10 @@ static inline void rate_control_remove_sta_debugfs(struct sta_info *sta) | |||
141 | #endif | 141 | #endif |
142 | } | 142 | } |
143 | 143 | ||
144 | |||
145 | /* functions for rate control related to a device */ | ||
146 | int ieee80211_init_rate_ctrl_alg(struct ieee80211_local *local, | ||
147 | const char *name); | ||
148 | void rate_control_deinitialize(struct ieee80211_local *local); | ||
149 | |||
144 | #endif /* IEEE80211_RATE_H */ | 150 | #endif /* IEEE80211_RATE_H */ |