Re: [PATCH 28/28] mac80211: Don't wake up from PS for offchannel TX

2018-08-31 Thread Luca Coelho
On Fri, 2018-08-31 at 11:21 -0700, Peter Oh wrote: > > On 08/31/2018 01:31 AM, Luca Coelho wrote: > > ) > > > > From: Andrei Otcheretianski > > > > Otherwise the offchannel frame might be queued due to > > IEEE80211_QUEUE_STOP_REASON_PS and later dropped (in > > ieee80211_tx_frags()). Anyway,

Re: [PATCH 28/28] mac80211: Don't wake up from PS for offchannel TX

2018-08-31 Thread Peter Oh
On 08/31/2018 01:31 AM, Luca Coelho wrote: ) From: Andrei Otcheretianski Otherwise the offchannel frame might be queued due to IEEE80211_QUEUE_STOP_REASON_PS and later dropped (in ieee80211_tx_frags()). Anyway, it doesn't make much sense to wake up the device during ROC. Signed-off-by:

[PATCH 28/28] mac80211: Don't wake up from PS for offchannel TX

2018-08-31 Thread Luca Coelho
) From: Andrei Otcheretianski Otherwise the offchannel frame might be queued due to IEEE80211_QUEUE_STOP_REASON_PS and later dropped (in ieee80211_tx_frags()). Anyway, it doesn't make much sense to wake up the device during ROC. Signed-off-by: Andrei Otcheretianski Signed-off-by: Luca Coelho