Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/kmod/mem.c
Original file line number Diff line number Diff line change
Expand Up @@ -338,5 +338,7 @@ struct dma_map_ops usiw_dma_generic_ops = {
#ifdef HAVE_DMA_MAP_OPS_SET_DMA_MASK
.set_dma_mask = siw_dma_generic_set_mask,
#endif
#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 18, 0)
.is_phys = 1
#endif
};