Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(132)

Unified Diff: src/wifi/model/wifi-net-device.cc

Issue 284530043: Introduce the traffic control layer (Closed)
Patch Set: Use DoInitialize to check config and initialize queue discs Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/wifi/model/wifi-net-device.cc
===================================================================
--- a/src/wifi/model/wifi-net-device.cc
+++ b/src/wifi/model/wifi-net-device.cc
@@ -131,6 +131,7 @@
WifiNetDevice::SetMac (Ptr<WifiMac> mac)
{
m_mac = mac;
+ SetTxQueuesN (m_mac->GetTxQueuesN ());
CompleteConfig ();
}

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b