diff -r 53d7c5aaa720 -r ec22aa763e2d src/devices/wifi/edca-txop-n.h --- 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