rtl8188eu: Remove CONFIG_LPS

This parameter is defined.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-19 21:25:11 -05:00
parent 5fc5fdc06a
commit 167e245287
13 changed files with 3 additions and 60 deletions

View file

@ -2565,11 +2565,8 @@ static int cfg80211_rtw_set_power_mgmt(struct wiphy *wiphy,
rtw_wdev_priv->power_mgmt = enabled;
#ifdef CONFIG_LPS
if (!enabled)
LPS_Leave(padapter);
#endif
return 0;
}