equal
deleted
inserted
replaced
907 { |
907 { |
908 /* send this packet directly. No RTS is needed. */ |
908 /* send this packet directly. No RTS is needed. */ |
909 StartDataTxTimers (); |
909 StartDataTxTimers (); |
910 |
910 |
911 WifiMode dataTxMode = GetDataTxMode (m_currentHdr.GetAddr1 (), GetCurrentSize ()); |
911 WifiMode dataTxMode = GetDataTxMode (m_currentHdr.GetAddr1 (), GetCurrentSize ()); |
912 Time duration = Seconds (0); |
912 Time duration = Seconds (0.0); |
913 if (m_txParams.HasDurationId ()) |
913 if (m_txParams.HasDurationId ()) |
914 { |
914 { |
915 duration += m_txParams.GetDurationId (); |
915 duration += m_txParams.GetDurationId (); |
916 } |
916 } |
917 else |
917 else |