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

Unified Diff: src/wifi/model/edca-txop-n.cc

Issue 215470043: 802.11n hybrid aggregation
Patch Set: Created 9 years 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/edca-txop-n.cc
===================================================================
--- a/src/wifi/model/edca-txop-n.cc
+++ b/src/wifi/model/edca-txop-n.cc
@@ -127,6 +127,18 @@
{
return m_txop->GetEdcaQueue ();
}
+ virtual Ptr<MsduAggregator> GetMsduAggregator (void)
+ {
+ return m_txop->GetMsduAggregator ();
+ }
+ virtual Mac48Address MapSrcAddressForAggregation (const WifiMacHeader &hdr)
+ {
+ return m_txop->MapSrcAddressForAggregation (hdr);
+ }
+ virtual Mac48Address MapDestAddressForAggregation (const WifiMacHeader &hdr)
+ {
+ return m_txop->MapDestAddressForAggregation (hdr);
+ }
private:
EdcaTxopN *m_txop;

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