aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorKalle Valo <kalle.valo@nokia.com>2009-06-12 07:17:12 -0400
committerJohn W. Linville <linville@tuxdriver.com>2009-07-10 14:57:49 -0400
commitc731837855a9dcc2ec0c5367b0e16ad975aaed16 (patch)
tree711170e3399d26b9f387ec7af6470d8413513bd9 /drivers
parentc5ce901b3fdb2312f896f138ac864a7ef363c02d (diff)
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)
195 wl1251_setup(wl); 195 wl1251_setup(wl);
196 196
197 break; 197 break;
198 case CHIP_ID_1271_PG10:
199 wl12xx_warning("chip id 0x%x (1271 PG10) support is obsolete",
200 wl->chip.id);
201 break;
202 case CHIP_ID_1271_PG20:
203 wl12xx_debug(DEBUG_BOOT, "chip id 0x%x (1271 PG20)",
204 wl->chip.id);
205 break;
206 case CHIP_ID_1251_PG10: 198 case CHIP_ID_1251_PG10:
207 case CHIP_ID_1251_PG11: 199 case CHIP_ID_1251_PG11:
208 default: 200 default: