Re: [PATCH 08/10] mac80211: Remove WARN_ON_ONCE in ieee80211_recalc_smps

2015-11-03 Thread Johannes Berg
On Sun, 2015-10-25 at 10:59 +0200, Emmanuel Grumbach wrote: > From: Andrei Otcheretianski > > The recalc_smps work can run after the station disassociates. > At this stage we already released the channel, but the work > will be cancelled only when the interface stops. > In this scenario we can hi

[PATCH 08/10] mac80211: Remove WARN_ON_ONCE in ieee80211_recalc_smps

2015-10-25 Thread Emmanuel Grumbach
From: Andrei Otcheretianski The recalc_smps work can run after the station disassociates. At this stage we already released the channel, but the work will be cancelled only when the interface stops. In this scenario we can hit the warning in ieee80211_recalc_smps, so just remove it. Signed-off-b