wifi: iwlwifi: mvm: Remove debug related code

This code is intended for internal testing. Remove it.

Fixes: 30ce039094 ("wifi: iwlwifi: mvm: Don't allow EMLSR when the RSSI is low")
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://msgid.link/20240527190228.c3b89828efb2.I7ded6348d2fb0cb7e103c4eee033451924c3461d@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
Miri Korenblit 2024-05-27 19:06:03 +03:00 committed by Johannes Berg
parent 8a039ef631
commit 94df6cbd4c

View File

@ -393,9 +393,6 @@ static void test_valid_link_pair(struct kunit *test)
chandef_a.width = params->cw_a ?: NL80211_CHAN_WIDTH_20;
chandef_b.width = params->cw_b ?: NL80211_CHAN_WIDTH_20;
#ifdef CONFIG_IWLWIFI_SUPPORT_DEBUG_OVERRIDES
trans->dbg_cfg = default_dbg_config;
#endif
mvm.trans = trans;
mvm.last_bt_notif.wifi_loss_low_rssi = params->bt;