aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mwl/if_mwl_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/mwl/if_mwl_pci.c')
-rw-r--r--sys/dev/mwl/if_mwl_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mwl/if_mwl_pci.c b/sys/dev/mwl/if_mwl_pci.c
index 2fb09227d0bd..33666d40f12d 100644
--- a/sys/dev/mwl/if_mwl_pci.c
+++ b/sys/dev/mwl/if_mwl_pci.c
@@ -204,7 +204,7 @@ mwl_pci_attach(device_t dev)
BUS_SPACE_MAXADDR, /* maxsize */
MWL_TXDESC, /* nsegments */
BUS_SPACE_MAXADDR, /* maxsegsize */
- BUS_DMA_ALLOCNOW, /* flags */
+ 0, /* flags */
NULL, /* lockfunc */
NULL, /* lockarg */
&sc->sc_dmat)) {