提交 cb7b5d86 编写于 作者: A Arik Nemtsov 提交者: Luciano Coelho

wl18xx: set the number of Tx descriptors

Initialize the number of Tx-descriptors for the 18xx family.
Signed-off-by: NArik Nemtsov <arik@wizery.com>
Signed-off-by: NLuciano Coelho <coelho@ti.com>
上级 9d1c973a
......@@ -325,6 +325,7 @@ int __devinit wl18xx_probe(struct platform_device *pdev)
wl->ops = &wl18xx_ops;
wl->ptable = wl18xx_ptable;
wl->rtable = wl18xx_rtable;
wl->num_tx_desc = 32;
return wlcore_probe(wl, pdev);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册