projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5ce901
)
wl1251: remove wl1271_setup()
author
Kalle Valo
<
[email protected]
>
Fri, 12 Jun 2009 11:17:12 +0000
(14:17 +0300)
committer
John W. Linville
<
[email protected]
>
Fri, 10 Jul 2009 18:57:49 +0000
(14:57 -0400)
We don't want to have any 1271 code in wl1251.
Signed-off-by: Kalle Valo <
[email protected]
>
Reviewed-by: Luciano Coelho <
[email protected]
>
Reviewed-by: Vidhya Govindan <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/wl12xx/main.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/wl12xx/main.c
b/drivers/net/wireless/wl12xx/main.c
index 3fc48c7c28c9cf024180e765565c9cc11954263c..dd75d3d2efa659848e92a245d17797ccb2f05b3a 100644
(file)
--- a/
drivers/net/wireless/wl12xx/main.c
+++ b/
drivers/net/wireless/wl12xx/main.c
@@
-195,14
+195,6
@@
static int wl12xx_chip_wakeup(struct wl12xx *wl)
wl1251_setup(wl);
break;
- case CHIP_ID_1271_PG10:
- wl12xx_warning("chip id 0x%x (1271 PG10) support is obsolete",
- wl->chip.id);
- break;
- case CHIP_ID_1271_PG20:
- wl12xx_debug(DEBUG_BOOT, "chip id 0x%x (1271 PG20)",
- wl->chip.id);
- break;
case CHIP_ID_1251_PG10:
case CHIP_ID_1251_PG11:
default: