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);
|