src/wifi/model/mac-low.h
changeset 11683 dad754e84171
parent 11628 243b71de25a0
child 11684 f3fd4725ae30
--- a/src/wifi/model/mac-low.h	Mon Sep 28 20:23:11 2015 -0700
+++ b/src/wifi/model/mac-low.h	Sat Oct 10 11:01:44 2015 +0200
@@ -892,9 +892,8 @@
    * \param txVector
    * \param preamble
    * \param packetType
-   * \param mpduReferenceNumber
    */
-  void SendPacket (Ptr<const Packet> packet, WifiTxVector txVector, WifiPreamble preamble, uint8_t packetType, uint32_t mpduReferenceNumber);
+  void SendPacket (Ptr<const Packet> packet, WifiTxVector txVector, WifiPreamble preamble, uint8_t packetType);
   /**
    * Return a TXVECTOR for the RTS frame given the destination.
    * The function consults WifiRemoteStationManager, which controls the rate
@@ -1373,7 +1372,6 @@
   WifiTxVector m_currentTxVector;     //!< TXVECTOR used for the current packet transmission
   bool m_receivedAtLeastOneMpdu;      //!< Flag whether an MPDU has already been successfully received while receiving an A-MPDU
   std::vector<Item> m_txPackets;      //!< Contain temporary items to be sent with the next A-MPDU transmission, once RTS/CTS exchange has succeeded. It is not used in other cases.
-  uint32_t m_mpduReferenceNumber;       //!< A-MPDU reference number to identify all subframes belonging to the same A-MPDU
 };
 
 } //namespace ns3