diff options
author | Navdeep Parhar <np@FreeBSD.org> | 2017-01-10 18:39:53 +0000 |
---|---|---|
committer | Navdeep Parhar <np@FreeBSD.org> | 2017-01-10 18:39:53 +0000 |
commit | c70c4d71dec943ff4af7bd9b0ae924985b8d3a9a (patch) | |
tree | c1c74dea570177012904a3cc4ebf77fe9aed7b03 /sys/dev/cxgb | |
parent | e7bfd34bdf8fd0f38f652234801f6639692a7c64 (diff) | |
download | src-c70c4d71dec943ff4af7bd9b0ae924985b8d3a9a.tar.gz src-c70c4d71dec943ff4af7bd9b0ae924985b8d3a9a.zip |
Notes
Diffstat (limited to 'sys/dev/cxgb')
-rw-r--r-- | sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_provider.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_provider.c b/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_provider.c index 448b99348fb2..c2b508039a47 100644 --- a/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_provider.c +++ b/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_provider.c @@ -1094,7 +1094,7 @@ int iwch_register_device(struct iwch_dev *dev) memcpy(dev->ibdev.node_desc, IWCH_NODE_DESC, sizeof(IWCH_NODE_DESC)); dev->ibdev.phys_port_cnt = sc->params.nports; dev->ibdev.num_comp_vectors = 1; - dev->ibdev.dma_device = dev->rdev.adap->dev; + dev->ibdev.dma_device = NULL; dev->ibdev.query_device = iwch_query_device; dev->ibdev.query_port = iwch_query_port; dev->ibdev.modify_port = iwch_modify_port; |