On 19-09-17 10:15, Johannes Berg wrote:
On Tue, 2017-09-19 at 09:56 +0200, Arend van Spriel wrote:
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -3249,6 +3249,8 @@ struct cfg80211_ops {
* beaconing mode (AP, IBSS, Mesh, ...).
* @WIPHY_FLAG_HAS_STATIC_WEP: The device supports static WEP key
installation
* before connection.
+ * @WIPHY_FLAG_SUPPORT_TDLS_BUFFER_STA: Device support buffer STA
when TDLS is
+ * established.
If I am not mistaken no new wiphy flags are supposed to be added.
Although this might be something not reported to user-space, right?
Have a look at struct wiphy::ext_features.
I guess it should just be a HW flag in mac80211? Not sure why userspace
even needs to know.
Indeed seems specific to stack functionality in mac80211.
Regards,
Arend