diff options
author | Johannes Berg <johannes.berg@intel.com> | 2014-01-22 10:36:59 +0100 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2014-02-04 21:48:26 +0100 |
commit | cc01f9b55fe77831a3ef63c0c461ca76540cee88 (patch) | |
tree | 6c4d59242e07feb57068c6beeb40d3443863cdb2 /drivers/net/wireless/iwlwifi/mvm/rs.c | |
parent | f6e1a73b66bdf41765e762eda0f4ecb7d987ea57 (diff) | |
download | talos-obmc-linux-cc01f9b55fe77831a3ef63c0c461ca76540cee88.tar.gz talos-obmc-linux-cc01f9b55fe77831a3ef63c0c461ca76540cee88.zip |
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>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/mvm/rs.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/mvm/rs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/mvm/rs.c b/drivers/net/wireless/iwlwifi/mvm/rs.c index 22f1953880b6..c49e3a4c63ed 100644 --- a/drivers/net/wireless/iwlwifi/mvm/rs.c +++ b/drivers/net/wireless/iwlwifi/mvm/rs.c @@ -2817,7 +2817,6 @@ static void rs_rate_init_stub(void *mvm_r, } static const struct rate_control_ops rs_mvm_ops = { - .module = NULL, .name = RS_NAME, .tx_status = rs_tx_status, .get_rate = rs_get_rate, |