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

(-)a/src/devices/wifi/wifi-mac-queue.cc (+1 lines)
 Lines 256-261    Link Here 
256
      if (it->packet == packet)
256
      if (it->packet == packet)
257
        {
257
        {
258
          m_queue.erase (it);
258
          m_queue.erase (it);
259
          m_size--;
259
          return true;
260
          return true;
260
        }
261
        }
261
    }
262
    }

Return to bug 873