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)
commit209c671db7a917740ab9873d442b10ae7e369937
tree5bdad7889666b679e5dd67adf59a5e3223d0d266
parent641eabb0a3717020d1a93d3f91493ab0d826c910
mac80211: make rate_control_alloc static

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>
net/mac80211/rate.c
net/mac80211/rate.h