]> git.openfabrics.org - ~emulex/infiniband.git/commit
mac80211: remove module handling from rate control ops
authorJohannes Berg <johannes.berg@intel.com>
Wed, 22 Jan 2014 09:36:59 +0000 (10:36 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 4 Feb 2014 20:48:26 +0000 (21:48 +0100)
commitcc01f9b55fe77831a3ef63c0c461ca76540cee88
tree6c4d59242e07feb57068c6beeb40d3443863cdb2
parentf6e1a73b66bdf41765e762eda0f4ecb7d987ea57
mac80211: remove module handling from rate control ops

There's not a single rate control algorithm actually in
a separate module where the module refcount would be
required. Similarly, there's no specific rate control
module.

Therefore, all the module handling code in rate control
is really just dead code, so remove it.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/ath/ath9k/rc.c
drivers/net/wireless/iwlegacy/3945-rs.c
drivers/net/wireless/iwlegacy/4965-rs.c
drivers/net/wireless/iwlwifi/dvm/rs.c
drivers/net/wireless/iwlwifi/mvm/rs.c
drivers/net/wireless/rtlwifi/rc.c
include/net/mac80211.h
net/mac80211/rate.c