src/wifi/model/wifi-phy.h
changeset 7600 57ba46094a0d
parent 7385 10beb0e53130
child 8867 743aeb2fef78
--- a/src/wifi/model/wifi-phy.h	Sat Nov 26 20:33:45 2011 -0800
+++ b/src/wifi/model/wifi-phy.h	Sat Nov 26 21:13:46 2011 -0800
@@ -252,11 +252,9 @@
    */
   static WifiMode GetPlcpHeaderMode (WifiMode payloadMode, WifiPreamble preamble);
 
-  /** 
-   * 
-   * 
+  /**
    * \param payloadMode the WifiMode use for the transmission of the payload
-   * \param preamble the type of preamble 
+   * \param preamble the type of preamble
    * 
    * \return the duration of the PLCP header in microseconds
    */
@@ -271,8 +269,8 @@
   static uint32_t GetPlcpPreambleDurationMicroSeconds (WifiMode payloadMode, WifiPreamble preamble);
 
   /** 
+   * \param size the number of bytes in the packet to send
    * \param payloadMode the WifiMode use for the transmission of the payload
-   * \param preamble the type of preamble 
    * 
    * \return the duration of the payload in microseconds
    */