Commit 6507baba authored by Eliad Peller's avatar Eliad Peller Committed by Luciano Coelho

wl18xx: make driver operational again

we have done updating the driver to the new fw
api, so make the driver operational again.
Signed-off-by: default avatarEliad Peller <eliad@wizery.com>
Signed-off-by: default avatarLuciano Coelho <coelho@ti.com>
parent 10199756
......@@ -1415,10 +1415,6 @@ static int wl18xx_setup(struct wl1271 *wl)
struct wl18xx_priv *priv = wl->priv;
int ret;
wl1271_error("driver is in transitional commit (due to fw api"
"change) and can't be booted!");
return -EINVAL;
wl->rtable = wl18xx_rtable;
wl->num_tx_desc = WL18XX_NUM_TX_DESCRIPTORS;
wl->num_rx_desc = WL18XX_NUM_TX_DESCRIPTORS;
......
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