From b3638ce818bf9cc2f19c7a77ff29df007dcb2a71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deronne?= Date: Mon, 13 Nov 2017 21:57:57 +0100 Subject: [PATCH] wifi: Add missing RrpaaWifiManager traces to 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 b6cb3942a..b75a86833 100644 --- a/src/wifi/helper/wifi-helper.cc +++ b/src/wifi/helper/wifi-helper.cc @@ -828,6 +828,7 @@ WifiHelper::EnableLogComponents (void) LogComponentEnable ("ParfWifiManager", LOG_LEVEL_ALL); LogComponentEnable ("RegularWifiMac", LOG_LEVEL_ALL); LogComponentEnable ("RraaWifiManager", LOG_LEVEL_ALL); + LogComponentEnable ("RrpaaWifiManager", LOG_LEVEL_ALL); LogComponentEnable ("SpectrumWifiPhy", LOG_LEVEL_ALL); LogComponentEnable ("StaWifiMac", LOG_LEVEL_ALL); LogComponentEnable ("SupportedRates", LOG_LEVEL_ALL);