if_iwm - Get rid of SYNC_RESP_STRUCT and SYNC_RESP_PTR macros.
commit6f1436aa1440864f30f1e4f9aaf87732d6584581
authorImre Vadász <imre@vdsz.com>
Sun, 11 Sep 2016 15:18:02 +0000 (11 17:18 +0200)
committerImre Vadász <imre@vdsz.com>
Sun, 11 Sep 2016 15:32:02 +0000 (11 17:32 +0200)
tree7e4816132063c00feb54ba8a33705fec03aaf92c
parentc4743e25ff145f8ed82215cd823ac0e59c2d8e2a
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.
sys/dev/netif/iwm/if_iwm.c