From: Arik Nemtsov Date: Thu, 10 May 2012 09:13:15 +0000 (+0300) Subject: wl18xx: set the number of Tx descriptors X-Git-Tag: next-20120724~65^2~554^2~8^2~120 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=cb7b5d86c8283482bbf26398e83d2cbc5e36e193;p=karo-tx-linux.git wl18xx: set the number of Tx descriptors Initialize the number of Tx-descriptors for the 18xx family. Signed-off-by: Arik Nemtsov Signed-off-by: Luciano Coelho --- diff --git a/drivers/net/wireless/ti/wl18xx/main.c b/drivers/net/wireless/ti/wl18xx/main.c index b298e0121377..68f5e09be508 100644 --- a/drivers/net/wireless/ti/wl18xx/main.c +++ b/drivers/net/wireless/ti/wl18xx/main.c @@ -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); }