From: Arik Nemtsov Date: Thu, 10 May 2012 09:13:15 +0000 (+0300) Subject: wl18xx: set the number of Tx descriptors X-Git-Tag: v3.6-rc1~125^2~559^2~8^2~120 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=cb7b5d86c8283482bbf26398e83d2cbc5e36e193;p=~emulex%2Finfiniband.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 b298e012137..68f5e09be50 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); }