View | Details | Raw Unified | Return to bug 2313
Collapse All | Expand All

(-)a/src/wifi/model/edca-txop-n.cc (-1 / +1 lines)
 Lines 644-650   EdcaTxopN::GotCts (double snr, WifiMode txMode) Link Here 
644
}
644
}
645
645
646
uint8_t
646
uint8_t
647
EdcaTxopN::GetCurrentTid ()
647
EdcaTxopN::GetCurrentTid () const
648
{
648
{
649
  if (m_currentHdr.IsQosData ())
649
  if (m_currentHdr.IsQosData ())
650
    {
650
    {
(-)a/src/wifi/model/edca-txop-n.h (-2 / +1 lines)
 Lines 526-532   private: Link Here 
526
  /**
526
  /**
527
   * Get Traffic ID of the current packet.
527
   * Get Traffic ID of the current packet.
528
   */
528
   */
529
  uint8_t GetCurrentTid ();
529
  uint8_t GetCurrentTid () const;
530
530
531
  AcIndex m_ac;
531
  AcIndex m_ac;
532
  class Dcf;
532
  class Dcf;
533
- 

Return to bug 2313