diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-03-04 15:26:15 -0800 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-03-13 16:02:31 -0400 |
commit | d9357136ac4729f589543afb6b1d17d443ae4f71 (patch) | |
tree | 00d7e5966faec86f820713136b196821b5e622bd /net/mac80211/Makefile | |
parent | 7524d7d6de5d5d3f081de8cf5479819fad339661 (diff) | |
download | linux-stable-d9357136ac4729f589543afb6b1d17d443ae4f71.tar.gz linux-stable-d9357136ac4729f589543afb6b1d17d443ae4f71.tar.bz2 linux-stable-d9357136ac4729f589543afb6b1d17d443ae4f71.zip |
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/Makefile')
-rw-r--r-- | net/mac80211/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/Makefile b/net/mac80211/Makefile index 829ce4256b76..70f4b26c2d87 100644 --- a/net/mac80211/Makefile +++ b/net/mac80211/Makefile @@ -44,9 +44,7 @@ mac80211-$(CONFIG_MAC80211_MESH) += \ # Build rate control algorithm(s) -CFLAGS_rc80211_simple.o += -DRC80211_SIMPLE_COMPILE CFLAGS_rc80211_pid_algo.o += -DRC80211_PID_COMPILE -mac80211-$(CONFIG_MAC80211_RC_SIMPLE) += rc80211_simple.o mac80211-$(CONFIG_MAC80211_RC_PID) += $(rc-pid-$(CONFIG_MAC80211_RC_PID)) # Modular rate algorithms are assigned to mac80211-m - make separate modules |