Deleted Added
full compact
44c44
< __FBSDID("$FreeBSD: head/sys/dev/usb/net/if_cdce.c 189275 2009-03-02 05:37:05Z thompsa $");
---
> __FBSDID("$FreeBSD: head/sys/dev/usb/net/if_cdce.c 189528 2009-03-08 06:56:13Z thompsa $");
668c668
< m = m_getcl(M_DONTWAIT, MT_DATA, M_PKTHDR);
---
> m = usb2_ether_newbuf();
672,674d671
< /* adjust for ethernet */
< m->m_len = m->m_pkthdr.len = MCLBYTES;
< m_adj(m, ETHER_ALIGN);