HomeFreeBSD

[iwm] Get rid of SYNC_RESP_STRUCT and SYNC_RESP_PTR macros.

Description

[iwm] Get rid of SYNC_RESP_STRUCT and SYNC_RESP_PTR macros.

  • SYNC_RESP_STRUCT and SYNC_RESP_PTR originate from the OpenBSD version of iwm, and they weren't serving any real purpose in the FreeBSD port.
  • 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 OpenBSD iwm code.

Approved by: adrian (mentor)
Differential Revision: https://reviews.freebsd.org/D7939

Details

Provenance
ivadaszAuthored on
Differential Revision
D7939: [iwm] Get rid of SYNC_RESP_STRUCT and SYNC_RESP_PTR macros.
Parents
rS308182: Remove MATCHOUI macro, unused since r197980.
Branches
Unknown
Tags
Unknown