wifi: Fix logs for WifiTxTimer
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user