forked from Minki/linux
wl18xx: set the number of Tx descriptors
Initialize the number of Tx-descriptors for the 18xx family. Signed-off-by: Arik Nemtsov <arik@wizery.com> Signed-off-by: Luciano Coelho <coelho@ti.com>
This commit is contained in:
parent
9d1c973a7b
commit
cb7b5d86c8
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user