summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEliad Peller <eliad@wizery.com>2012-11-22 18:06:24 +0200
committerLuciano Coelho <coelho@ti.com>2012-11-28 11:41:45 +0200
commit6507babab4f7fe6c51c20abedd66d7449b7a9aca (patch)
treee51a530fd714e4111b0c2e6b02bbd5451f035271
parent1019975640ec16d1753c06ac99207f4af6a721a2 (diff)
downloadop-kernel-dev-6507babab4f7fe6c51c20abedd66d7449b7a9aca.zip
op-kernel-dev-6507babab4f7fe6c51c20abedd66d7449b7a9aca.tar.gz
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: Eliad Peller <eliad@wizery.com> Signed-off-by: Luciano Coelho <coelho@ti.com>
-rw-r--r--drivers/net/wireless/ti/wl18xx/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/wireless/ti/wl18xx/main.c b/drivers/net/wireless/ti/wl18xx/main.c
index f1eaf9a..bb67d70 100644
--- a/drivers/net/wireless/ti/wl18xx/main.c
+++ b/drivers/net/wireless/ti/wl18xx/main.c
@@ -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;
OpenPOWER on IntegriCloud