diff options
author | Arik Nemtsov <arik@wizery.com> | 2012-05-10 12:13:15 +0300 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2012-06-05 15:54:49 +0300 |
commit | cb7b5d86c8283482bbf26398e83d2cbc5e36e193 (patch) | |
tree | 98d48b674bb2c92609b7bd1f7620044801fc5193 /drivers/net/wireless/ti | |
parent | 9d1c973a7b569652cea0ea00dc7ac409b08a8381 (diff) | |
download | blackbird-obmc-linux-cb7b5d86c8283482bbf26398e83d2cbc5e36e193.tar.gz blackbird-obmc-linux-cb7b5d86c8283482bbf26398e83d2cbc5e36e193.zip |
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>
Diffstat (limited to 'drivers/net/wireless/ti')
-rw-r--r-- | drivers/net/wireless/ti/wl18xx/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |