diff options
Diffstat (limited to 'net/mac80211/ieee80211_rate.h')
-rw-r--r-- | net/mac80211/ieee80211_rate.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net/mac80211/ieee80211_rate.h b/net/mac80211/ieee80211_rate.h index bfd0a1982e4a..5b45f33cb766 100644 --- a/net/mac80211/ieee80211_rate.h +++ b/net/mac80211/ieee80211_rate.h | |||
@@ -171,21 +171,6 @@ void rate_control_deinitialize(struct ieee80211_local *local); | |||
171 | 171 | ||
172 | 172 | ||
173 | /* Rate control algorithms */ | 173 | /* Rate control algorithms */ |
174 | #if defined(RC80211_SIMPLE_COMPILE) || \ | ||
175 | (defined(CONFIG_MAC80211_RC_SIMPLE) && \ | ||
176 | !defined(CONFIG_MAC80211_RC_SIMPLE_MODULE)) | ||
177 | extern int rc80211_simple_init(void); | ||
178 | extern void rc80211_simple_exit(void); | ||
179 | #else | ||
180 | static inline int rc80211_simple_init(void) | ||
181 | { | ||
182 | return 0; | ||
183 | } | ||
184 | static inline void rc80211_simple_exit(void) | ||
185 | { | ||
186 | } | ||
187 | #endif | ||
188 | |||
189 | #if defined(RC80211_PID_COMPILE) || \ | 174 | #if defined(RC80211_PID_COMPILE) || \ |
190 | (defined(CONFIG_MAC80211_RC_PID) && \ | 175 | (defined(CONFIG_MAC80211_RC_PID) && \ |
191 | !defined(CONFIG_MAC80211_RC_PID_MODULE)) | 176 | !defined(CONFIG_MAC80211_RC_PID_MODULE)) |