From a3f648d607ad233991eb55b0833e4be52954699a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deronne?= Date: Tue, 8 May 2018 18:09:45 +0200 Subject: [PATCH] wifi: Remove DcfState logs from WifiHelper::EnableLogComponents --- src/wifi/helper/wifi-helper.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wifi/helper/wifi-helper.cc b/src/wifi/helper/wifi-helper.cc index 243d2f9c1..60d24ce72 100644 --- a/src/wifi/helper/wifi-helper.cc +++ b/src/wifi/helper/wifi-helper.cc @@ -792,7 +792,6 @@ 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);