src/devices/wifi/wifi-phy.h
changeset 4645 d53223aae797
parent 4497 43c7dfd72eb1
child 4680 a52c39181dd4
child 5118 3a0893ec9819
--- a/src/devices/wifi/wifi-phy.h	Thu Jul 02 16:33:35 2009 +0200
+++ b/src/devices/wifi/wifi-phy.h	Thu Jul 02 16:38:53 2009 +0200
@@ -309,7 +309,7 @@
    * on a nearby channel.
    * @param rate the PHY data rate in units of 500kbps (i.e., the same
    * units used both for the radiotap and for the prism header) 
-   * @param isPreambleShort true if short preamble is used, false otherwise
+   * @param isShortPreamble true if short preamble is used, false otherwise
    * @param signalDbm signal power in dBm
    * @param noiseDbm  noise power in dBm
    */
@@ -331,7 +331,7 @@
    * on a nearby channel.
    * @param rate the PHY data rate in units of 500kbps (i.e., the same
    * units used both for the radiotap and for the prism header) 
-   * @param isPreambleShort true if short preamble is used, false otherwise
+   * @param isShortPreamble true if short preamble is used, false otherwise
    */
   void NotifyPromiscSniffTx (Ptr<const Packet> packet, uint16_t channelFreqMhz, uint32_t rate, bool isShortPreamble);