src/devices/wifi/mac-low.cc
changeset 3899 804d92c1f7c3
parent 3208 1a754d09c4ba
child 3906 01acc159ffb1
equal deleted inserted replaced
3898:0d0517e7a557 3899:804d92c1f7c3
   412   /* When this method completes, we have taken ownership of the medium. */
   412   /* When this method completes, we have taken ownership of the medium. */
   413   NS_ASSERT (m_phy->IsStateTx ());  
   413   NS_ASSERT (m_phy->IsStateTx ());  
   414 }
   414 }
   415 
   415 
   416 void
   416 void
   417 MacLow::ReceiveError (Ptr<Packet> packet, double rxSnr)
   417 MacLow::ReceiveError (Ptr<const Packet> packet, double rxSnr)
   418 {
   418 {
   419   NS_LOG_FUNCTION (this << packet << rxSnr);
   419   NS_LOG_FUNCTION (this << packet << rxSnr);
   420   MY_DEBUG ("rx failed ");
   420   MY_DEBUG ("rx failed ");
   421   if (m_txParams.MustWaitFastAck ()) 
   421   if (m_txParams.MustWaitFastAck ()) 
   422     {
   422     {