--- 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);
/**
*