Re: [PATCH] cfg80211: inspect off channel operation only when off channel given

2019-08-30 Thread Johannes Berg
On Fri, 2018-07-06 at 14:31 +0200, Johannes Berg wrote: > On Tue, 2018-07-03 at 16:04 -0700, peter...@bowerswilkins.com wrote: > > From: Peter Oh > > > > NL80211_ATTR_OFFCHANNEL_TX_OK does not mean given channel is always > > off channel, but it means the channel given could be off channel. > > H

Re: [PATCH] cfg80211: inspect off channel operation only when off channel given

2018-07-06 Thread Johannes Berg
On Tue, 2018-07-03 at 16:04 -0700, peter...@bowerswilkins.com wrote: > From: Peter Oh > > NL80211_ATTR_OFFCHANNEL_TX_OK does not mean given channel is always > off channel, but it means the channel given could be off channel. > Hence it should not block the given channel to be used if given > cha

[PATCH] cfg80211: inspect off channel operation only when off channel given

2018-07-03 Thread peter . oh
From: Peter Oh NL80211_ATTR_OFFCHANNEL_TX_OK does not mean given channel is always off channel, but it means the channel given could be off channel. Hence it should not block the given channel to be used if given channel does not require off channel mgmt tx although regulatory domain is non-ETSI.