mac80211: make rate_control_alloc static
authorAndres Salomon <dilinger@collabora.co.uk>
Mon, 8 Feb 2010 02:47:50 +0000 (21:47 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 8 Feb 2010 21:51:03 +0000 (16:51 -0500)
rate_control_alloc is not used by anything outside of
ieee80211_init_rate_ctrl_alg.  Both are in rate.c; there's no reason to make
rate_control_alloc visible outside of it.

Signed-off-by: Andres Salomon <dilinger@collabora.co.uk>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found