Commit c7318378 authored by Kalle Valo's avatar Kalle Valo Committed by John W. Linville

wl1251: remove wl1271_setup()

We don't want to have any 1271 code in wl1251.
Signed-off-by: default avatarKalle Valo <kalle.valo@nokia.com>
Reviewed-by: default avatarLuciano Coelho <luciano.coelho@nokia.com>
Reviewed-by: default avatarVidhya Govindan <vidhya.govindan@nokia.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent c5ce901b
...@@ -195,14 +195,6 @@ static int wl12xx_chip_wakeup(struct wl12xx *wl) ...@@ -195,14 +195,6 @@ static int wl12xx_chip_wakeup(struct wl12xx *wl)
wl1251_setup(wl); wl1251_setup(wl);
break; 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_PG10:
case CHIP_ID_1251_PG11: case CHIP_ID_1251_PG11:
default: default:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment