mac80211 rate control: fix section mismatch
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 31 Jan 2008 18:31:57 +0000 (19:31 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 1 Feb 2008 21:14:30 +0000 (16:14 -0500)
commitf0b9205cfb77d992e8c0f727de3099159c80dbbd
treecbeb323910b291afbaec19f9a0bd5d2749945a22
parente903fbd41e9a723da194e91816bfb69d442eb116
mac80211 rate control: fix section mismatch

When the rate control algorithms are built-in, their exit
functions can be called from mac80211's init function so
they cannot be marked __exit.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Acked-by: Stefano Brivio <stefano.brivio@polimi.it>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/rc80211_pid_algo.c
net/mac80211/rc80211_simple.c