diff -r 8788d85a6c3e -r 395e17028faf src/devices/wifi/qadhoc-wifi-mac.h --- a/src/devices/wifi/qadhoc-wifi-mac.h Fri Jan 08 18:04:01 2010 +0100 +++ b/src/devices/wifi/qadhoc-wifi-mac.h Mon Jan 11 12:23:09 2010 +0300 @@ -78,6 +78,7 @@ private: Callback, Mac48Address, Mac48Address> m_forwardUp; virtual void DoDispose (void); + void DoStart (); void Receive (Ptr packet, const WifiMacHeader *hdr); void ForwardUp (Ptr packet, Mac48Address from, Mac48Address to); QadhocWifiMac &operator = (const QadhocWifiMac &); @@ -101,10 +102,6 @@ Ptr GetBKQueue (void) const; Queues m_queues; - Ptr m_voEdca; - Ptr m_viEdca; - Ptr m_beEdca; - Ptr m_bkEdca; Ptr m_low; Ptr m_phy; Ptr m_stationManager;