src/wifi/model/wifi-remote-station-manager.cc
changeset 11648 8864c1d36ae4
parent 11637 fc5b7dc0a98b
--- a/src/wifi/model/wifi-remote-station-manager.cc	Sun Sep 06 10:56:46 2015 +0200
+++ b/src/wifi/model/wifi-remote-station-manager.cc	Sun Sep 06 12:05:19 2015 +0200
@@ -345,7 +345,8 @@
 }
 
 WifiRemoteStationManager::WifiRemoteStationManager ()
-  : m_htSupported (false)
+  : m_htSupported (false),
+    m_vhtSupported (false)
 {
 }