src/devices/wifi/wifi-phy.h
changeset 4497 43c7dfd72eb1
parent 4492 3ebeb7bf3c15
child 4645 d53223aae797
--- a/src/devices/wifi/wifi-phy.h	Wed Jun 03 17:40:03 2009 +0200
+++ b/src/devices/wifi/wifi-phy.h	Wed Jun 03 17:42:13 2009 +0200
@@ -313,7 +313,8 @@
    * @param signalDbm signal power in dBm
    * @param noiseDbm  noise power in dBm
    */
-  void NotifyPromiscSniffRx (Ptr<const Packet> packet, uint16_t channelFreqMhz, uint32_t rate, bool isShortPreamble, double signalDbm, double noiseDbm);
+  void NotifyPromiscSniffRx (Ptr<const Packet> packet, uint16_t channelFreqMhz, uint32_t rate, bool isShortPreamble, 
+                             double signalDbm, double noiseDbm);
 
   /** 
    *