summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorKalle Valo2009-06-12 13:17:12 +0200
committerJohn W. Linville2009-07-10 20:57:49 +0200
commitc731837855a9dcc2ec0c5367b0e16ad975aaed16 (patch)
tree711170e3399d26b9f387ec7af6470d8413513bd9 /drivers
parentwl12xx: rename driver to wl1251 (diff)
downloadkernel-qcow2-linux-c731837855a9dcc2ec0c5367b0e16ad975aaed16.tar.gz
kernel-qcow2-linux-c731837855a9dcc2ec0c5367b0e16ad975aaed16.tar.xz
kernel-qcow2-linux-c731837855a9dcc2ec0c5367b0e16ad975aaed16.zip
wl1251: remove wl1271_setup()
We don't want to have any 1271 code in wl1251. Signed-off-by: Kalle Valo <kalle.valo@nokia.com> Reviewed-by: Luciano Coelho <luciano.coelho@nokia.com> Reviewed-by: Vidhya Govindan <vidhya.govindan@nokia.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/wireless/wl12xx/main.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/net/wireless/wl12xx/main.c b/drivers/net/wireless/wl12xx/main.c
index 3fc48c7c28c9..dd75d3d2efa6 100644
--- 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: