mac80211: remove rate_control_clear
commit50fb2e4572141770380f5919793c6e575fa3474b
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 16 Oct 2008 09:21:49 +0000 (16 11:21 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 31 Oct 2008 23:00:37 +0000 (31 19:00 -0400)
tree6227726fda3e7b54515b6738bcf62b5f395ded23
parent65a0667b43ff746b2964b2a257ffff1a4747e19d
mac80211: remove rate_control_clear

"Clearing" the rate control algorithm is pointless, none of
the algorithms actually uses this operation and it's not even
invoked properly for all channel switching. Also, there's no
need to since rate control algorithms work per station.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath9k/rc.c
drivers/net/wireless/iwlwifi/iwl-3945-rs.c
drivers/net/wireless/iwlwifi/iwl-agn-rs.c
include/net/mac80211.h
net/mac80211/rate.h
net/mac80211/rc80211_minstrel.c
net/mac80211/rc80211_pid_algo.c
net/mac80211/util.c