Re: [PATCH v2] cfg80211/nl80211: add DFS offload flag

2018-03-01 Thread Johannes Berg
Hi, Sorry I haven't answered/applied this. I will eventually, you've convinced me with the answer. > We are about to send v3 for this feature. Could you please clarify > your preferences in terms of patchwork procedure ? Should we mark > previous patch versions as superseded for nl80211/cfg80211

Re: [PATCH v2] cfg80211/nl80211: add DFS offload flag

2018-03-01 Thread Sergey Matyukevich
Hello Johannes, > > Add wiphy EXT_FEATURE flag to indicate that HW or driver does > > all DFS actions by itself. > > User-space functionality already implemented in hostapd using > > vendor-specific (QCA) OUI to advertise DFS offload support. > > Need to introduce generic flag to inform about

Re: [PATCH v2] cfg80211/nl80211: add DFS offload flag

2018-02-23 Thread Dmitry Lebed
23.02.2018 14:32, Johannes Berg wrote: On Thu, 2018-02-22 at 12:15 +0300, Sergey Matyukevich wrote: + * @NL80211_EXT_FEATURE_DFS_OFFLOAD: HW/driver will offload DFS actions. + * Device or driver will do all DFS-related actions by itself, + * informing user-space about CAC progress,

Re: [PATCH v2] cfg80211/nl80211: add DFS offload flag

2018-02-23 Thread Johannes Berg
On Thu, 2018-02-22 at 12:15 +0300, Sergey Matyukevich wrote: > From: Dmitry Lebed > > Add wiphy EXT_FEATURE flag to indicate that HW or driver does > all DFS actions by itself. > User-space functionality already implemented in hostapd using > vendor-specific (QCA) OUI to

[PATCH v2] cfg80211/nl80211: add DFS offload flag

2018-02-22 Thread Sergey Matyukevich
From: Dmitry Lebed Add wiphy EXT_FEATURE flag to indicate that HW or driver does all DFS actions by itself. User-space functionality already implemented in hostapd using vendor-specific (QCA) OUI to advertise DFS offload support. Need to introduce generic flag to inform