commit 6f1436aa1440864f30f1e4f9aaf87732d6584581
Author: Imre Vadász <[email protected]>
Date: Sun Sep 11 17:18:02 2016 +0200
if_iwm - Get rid of SYNC_RESP_STRUCT and SYNC_RESP_PTR macros.
* Not needed, because we just do a single bus_dmamap_sync for syncing the
complete received frame, instead of explicitly bus_dmamap_sync-ing
subranges of the frame like in the original OpenBSD code.
Summary of changes:
sys/dev/netif/iwm/if_iwm.c | 50 +++++++++++++++++-----------------------------
1 file changed, 18 insertions(+), 32 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6f1436aa1440864f30f1e4f9aaf87732d6584581
--
DragonFly BSD source repository