Commit cb7b5d86 authored by Arik Nemtsov's avatar Arik Nemtsov Committed by Luciano Coelho

wl18xx: set the number of Tx descriptors

Initialize the number of Tx-descriptors for the 18xx family.
Signed-off-by: default avatarArik Nemtsov <arik@wizery.com>
Signed-off-by: default avatarLuciano Coelho <coelho@ti.com>
parent 9d1c973a
...@@ -325,6 +325,7 @@ int __devinit wl18xx_probe(struct platform_device *pdev) ...@@ -325,6 +325,7 @@ int __devinit wl18xx_probe(struct platform_device *pdev)
wl->ops = &wl18xx_ops; wl->ops = &wl18xx_ops;
wl->ptable = wl18xx_ptable; wl->ptable = wl18xx_ptable;
wl->rtable = wl18xx_rtable; wl->rtable = wl18xx_rtable;
wl->num_tx_desc = 32;
return wlcore_probe(wl, pdev); return wlcore_probe(wl, pdev);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment