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)
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>

No differences found