src/wifi/helper/yans-wifi-helper.cc
changeset 10139 17a71cd49da3
parent 9005 245e1d5c2777
child 10968 2d29fee2b7b8
--- a/src/wifi/helper/yans-wifi-helper.cc	Tue Aug 13 10:37:49 2013 -0700
+++ b/src/wifi/helper/yans-wifi-helper.cc	Tue Aug 13 22:05:25 2013 -0700
@@ -252,7 +252,8 @@
   uint16_t            channelFreqMhz,
   uint16_t            channelNumber,
   uint32_t            rate,
-  bool                isShortPreamble)
+  bool                isShortPreamble,
+  uint8_t             txPower)
 {
   uint32_t dlt = file->GetDataLinkType ();
 
@@ -309,6 +310,7 @@
           }
 
         header.SetChannelFrequencyAndFlags (channelFreqMhz, channelFlags);
+        
 
         p->AddHeader (header);
         file->Write (Simulator::Now (), p);