HomeSort by: relevance | last modified time | path
    Searched defs:mprot (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
if_rum.c 1127 struct mbuf *mprot; local in function:rum_tx_data
1139 mprot = ieee80211_get_rts(ic, wh, dur);
1141 mprot = ieee80211_get_cts_to_self(ic, dur);
1143 if (mprot == NULL) {
1156 m_copydata(mprot, 0, mprot->m_pkthdr.len,
1160 0, mprot->m_pkthdr.len, protrate);
1163 xferlen = RT2573_TX_DESC_SIZE + mprot->m_pkthdr.len;
1168 m_freem(mprot);
if_rum.c 1127 struct mbuf *mprot; local in function:rum_tx_data
1139 mprot = ieee80211_get_rts(ic, wh, dur);
1141 mprot = ieee80211_get_cts_to_self(ic, dur);
1143 if (mprot == NULL) {
1156 m_copydata(mprot, 0, mprot->m_pkthdr.len,
1160 0, mprot->m_pkthdr.len, protrate);
1163 xferlen = RT2573_TX_DESC_SIZE + mprot->m_pkthdr.len;
1168 m_freem(mprot);

Completed in 23 milliseconds