|
@@ -1486,10 +1486,6 @@ void ieee80211_recalc_ps(struct ieee80211_local *local)
|
|
|
|
|
|
if (count == 1 && ieee80211_powersave_allowed(found)) {
|
|
if (count == 1 && ieee80211_powersave_allowed(found)) {
|
|
u8 dtimper = found->u.mgd.dtim_period;
|
|
u8 dtimper = found->u.mgd.dtim_period;
|
|
- s32 beaconint_us;
|
|
|
|
-
|
|
|
|
- beaconint_us = ieee80211_tu_to_usec(
|
|
|
|
- found->vif.bss_conf.beacon_int);
|
|
|
|
|
|
|
|
timeout = local->dynamic_ps_forced_timeout;
|
|
timeout = local->dynamic_ps_forced_timeout;
|
|
if (timeout < 0)
|
|
if (timeout < 0)
|