Home
last modified time | relevance | path

Searched refs:mprot (Results 1 – 1 of 1) sorted by relevance

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