--- a/src/devices/mesh/dot11s/peer-management-protocol-mac.h Tue Aug 18 13:31:37 2009 +0400
+++ b/src/devices/mesh/dot11s/peer-management-protocol-mac.h Thu Aug 20 18:24:23 2009 +0400
@@ -103,6 +103,9 @@
/// WifiInformationElements exist
PlinkFrameStart ParsePlinkFrame (Ptr<const Packet> packet);
///\}
+ ///// Closes link when a proper number of successive transmissions have failed
+ void TxError (WifiMacHeader const &hdr);
+ void TxOk (WifiMacHeader const &hdr);
//Keeps statistics
struct Statistics {
uint16_t txOpen;