wifi: Fix logs for WifiTxTimer

This commit is contained in:
Sébastien Deronne
2021-05-08 12:18:11 +02:00
parent 963991426f
commit 810b70d8d8
2 changed files with 3 additions and 0 deletions

View File

@@ -997,6 +997,7 @@ WifiHelper::EnableLogComponents (void)
LogComponentEnable ("WifiSpectrumSignalParameters", LOG_LEVEL_ALL);
LogComponentEnable ("WifiTxCurrentModel", LOG_LEVEL_ALL);
LogComponentEnable ("WifiTxParameters", LOG_LEVEL_ALL);
LogComponentEnable ("WifiTxTimer", LOG_LEVEL_ALL);
LogComponentEnable ("YansErrorRateModel", LOG_LEVEL_ALL);
LogComponentEnable ("YansWifiChannel", LOG_LEVEL_ALL);
LogComponentEnable ("YansWifiPhy", LOG_LEVEL_ALL);

View File

@@ -79,6 +79,8 @@ case WAIT_ ## x: \
FOO (CTS);
FOO (NORMAL_ACK);
FOO (BLOCK_ACK);
FOO (NORMAL_ACK_AFTER_DL_MU_PPDU);
FOO (BLOCK_ACKS_IN_TB_PPDU);
default:
NS_ABORT_MSG ("Unknown reason");
}