Skip to content

Commit

Permalink
wl18xx: make driver operational again
Browse files Browse the repository at this point in the history
we have done updating the driver to the new fw
api, so make the driver operational again.

Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
  • Loading branch information
Eliad Peller authored and Luciano Coelho committed Nov 28, 2012
1 parent 1019975 commit 6507bab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/net/wireless/ti/wl18xx/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6507bab

Please sign in to comment.