src/devices/wifi/edca-txop-n.h
changeset 6673 ec22aa763e2d
parent 6485 429560e899ab
child 6674 52f8688d6d01
--- a/src/devices/wifi/edca-txop-n.h	Wed Dec 01 08:01:24 2010 -0800
+++ b/src/devices/wifi/edca-txop-n.h	Thu Dec 02 07:51:34 2010 +0000
@@ -27,8 +27,8 @@
 #include "ns3/packet.h"
 
 #include "wifi-mode.h"
-#include "wifi-mac.h"
 #include "wifi-mac-header.h"
+#include "wifi-remote-station-manager.h"
 #include "qos-utils.h"
 #include "dcf.h"
 #include "ctrl-headers.h"
@@ -43,6 +43,7 @@
 class DcfManager;
 class MacLow;
 class MacTxMiddle;
+class WifiMac;
 class WifiMacParameters;
 class WifiMacQueue;
 class RandomStream;
@@ -67,7 +68,8 @@
 {
   STA,
   AP,
-  ADHOC_STA
+  ADHOC_STA,
+  MESH
 };
 
 class EdcaTxopN : public Dcf