Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dfa1325a authored by Eyal Shapira's avatar Eyal Shapira Committed by Luca Coelho
Browse files

iwlwifi: mvm: rs: remove overflowing debug message



This message isn't very useful and creates clutter.
Remove it.

Signed-off-by: default avatarEyal Shapira <eyalx.shapira@intel.com>
Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
parent cc60c6e9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
}