Since the BCDC header has a variable data offset, so the ethernet packet
authorpatrick <patrick@openbsd.org>
Sun, 11 Feb 2018 05:13:07 +0000 (05:13 +0000)
committerpatrick <patrick@openbsd.org>
Sun, 11 Feb 2018 05:13:07 +0000 (05:13 +0000)
commit8878a15e44c310f3824a86725a44126da66dbffc
treee00d67f54089b0122b425e7fe957235b768f100f
parent0e3bc952488c90106419a9fc05540ce11efc8f3d
Since the BCDC header has a variable data offset, so the ethernet packet
alignment can be variable, it's better to move taking care of alignment
into the BCDC receive code.
sys/dev/ic/bwfm.c
sys/dev/sdmmc/if_bwfm_sdio.c
sys/dev/usb/if_bwfm_usb.c