src/wifi/model/block-ack-agreement.h
changeset 11450 9f4ae69f12b7
parent 11174 780a43e4980c
child 11622 d0da0aa55bda
--- a/src/wifi/model/block-ack-agreement.h	Tue Jun 16 13:13:06 2015 -0700
+++ b/src/wifi/model/block-ack-agreement.h	Sun Jun 21 00:23:45 2015 +0200
@@ -17,6 +17,7 @@
  *
  * Author: Mirko Banchi <mk.banchi@gmail.com>
  */
+
 #ifndef BLOCK_ACK_AGREEMENT_H
 #define BLOCK_ACK_AGREEMENT_H
 
@@ -31,6 +32,8 @@
 class BlockAckAgreement
 {
   friend class MacLow;
+
+
 public:
   BlockAckAgreement ();
   /**
@@ -149,6 +152,7 @@
    */
   bool IsHtSupported (void) const;
 
+
 protected:
   Mac48Address m_peer;       //!< Peer address
   uint8_t m_amsduSupported;  //!< Flag whether MSDU aggregation is supported
@@ -159,9 +163,9 @@
   uint16_t m_startingSeq;    //!< Starting squence control
   uint16_t m_winEnd;         //!< Ending sequence number
   uint8_t m_htSupported;     //!< Flag whether HT is supported
-  EventId m_inactivityEvent; //!<
+  EventId m_inactivityEvent;
 };
 
-} // namespace ns3
+} //namespace ns3
 
 #endif /* BLOCK_ACK_AGREEMENT_H */