iwlwifi: mvm: rs: remove overflowing debug message
authorEyal Shapira <eyal@wizery.com>
Sat, 19 Sep 2015 20:46:32 +0000 (23:46 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Mon, 5 Oct 2015 11:33:29 +0000 (14:33 +0300)
This message isn't very useful and creates clutter.
Remove it.

Signed-off-by: Eyal Shapira <eyalx.shapira@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/iwlwifi/mvm/rs.c

index 98f4d78598c566c9299b52001eefb6ac03ba6fcf..49cf3119d3e5b220c7f8ed1d693d04dfa16afe77 100644 (file)
@@ -2584,7 +2584,6 @@ static struct rs_rate *rs_get_optimal_rate(struct iwl_mvm *mvm,
                }
        }
 
-       rs_dump_rate(mvm, rate, "OPTIMAL RATE");
        return rate;
 }