diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-03-04 18:26:15 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-03-13 16:02:31 -0400 |
commit | d9357136ac4729f589543afb6b1d17d443ae4f71 (patch) | |
tree | 00d7e5966faec86f820713136b196821b5e622bd /net/mac80211/ieee80211_rate.h | |
parent | 7524d7d6de5d5d3f081de8cf5479819fad339661 (diff) |
the scheduled rc80211-simple.c removal
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
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)) |