projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1019975
)
wl18xx: make driver operational again
author
Eliad Peller
<eliad@wizery.com>
Thu, 22 Nov 2012 16:06:24 +0000
(18:06 +0200)
committer
Luciano Coelho
<coelho@ti.com>
Wed, 28 Nov 2012 09:41:45 +0000
(11:41 +0200)
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>
drivers/net/wireless/ti/wl18xx/main.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/wireless/ti/wl18xx/main.c
b/drivers/net/wireless/ti/wl18xx/main.c
index f1eaf9aebb1efd19d8f9e2ce95efdc2fbb1ddd5f..bb67d701f8a41fcc22bcb4ab106ed10753afa350 100644
(file)
--- 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;