]> git.baikalelectronics.ru Git - kernel.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)
commit9b9a83b8117d724b86ee0b9d4aafe3058e0c18c9
tree6c4d59242e07feb57068c6beeb40d3443863cdb2
parent766f8ab9dd69421aa04f72db57147d20ec9f96d8
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