|
@@ -577,9 +577,6 @@ int wl1271_init_vif_specific(struct wl1271 *wl, struct ieee80211_vif *vif)
|
|
|
/* Configure for power according to debugfs */
|
|
|
if (sta_auth != WL1271_PSM_ILLEGAL)
|
|
|
ret = wl1271_acx_sleep_auth(wl, sta_auth);
|
|
|
- /* Configure for power always on */
|
|
|
- else if (wl->quirks & WLCORE_QUIRK_NO_ELP)
|
|
|
- ret = wl1271_acx_sleep_auth(wl, WL1271_PSM_CAM);
|
|
|
/* Configure for ELP power saving */
|
|
|
else
|
|
|
ret = wl1271_acx_sleep_auth(wl, WL1271_PSM_ELP);
|