From 0b2602efce4218e2de4c70410821308643f320b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deronne?= Date: Mon, 27 Nov 2017 22:27:20 +0100 Subject: [PATCH] wifi: Add missing DcfState logs in WifiHelper::EnableLogComponents --- src/wifi/helper/wifi-helper.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wifi/helper/wifi-helper.cc b/src/wifi/helper/wifi-helper.cc index b75a86833..3d8964b16 100644 --- a/src/wifi/helper/wifi-helper.cc +++ b/src/wifi/helper/wifi-helper.cc @@ -810,6 +810,7 @@ WifiHelper::EnableLogComponents (void) LogComponentEnable ("ConstantRateWifiManager", LOG_LEVEL_ALL); LogComponentEnable ("DcaTxop", LOG_LEVEL_ALL); LogComponentEnable ("DcfManager", LOG_LEVEL_ALL); + LogComponentEnable ("DcfState", LOG_LEVEL_ALL); LogComponentEnable ("DsssErrorRateModel", LOG_LEVEL_ALL); LogComponentEnable ("EdcaTxopN", LOG_LEVEL_ALL); LogComponentEnable ("IdealWifiManager", LOG_LEVEL_ALL);