From 7ae478396bc0541792d568d2c8a9f737cc17b710 Mon Sep 17 00:00:00 2001 From: Nicola Baldo Date: Mon, 9 May 2011 22:03:43 +0200 Subject: [PATCH] wifi tx duration calculations moved from InterferenceHelper to WifiPhy --- CHANGES.html | 10 + src/wifi/model/interference-helper.cc | 211 +----------------- src/wifi/model/interference-helper.h | 5 - src/wifi/model/wifi-phy.cc | 207 +++++++++++++++++ src/wifi/model/wifi-phy.h | 38 +++- src/wifi/model/yans-wifi-phy.cc | 6 - src/wifi/model/yans-wifi-phy.h | 1 - ...x-duration-test.cc => tx-duration-test.cc} | 24 +- src/wifi/wscript | 2 +- 9 files changed, 269 insertions(+), 235 deletions(-) rename src/wifi/test/{interference-helper-tx-duration-test.cc => tx-duration-test.cc} (89%) diff --git a/CHANGES.html b/CHANGES.html index cec78f518..b0b02084c 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -83,6 +83,16 @@ objects. The implementation of int64x64_t is based on the previously-exis

Changes to existing API: