Re: [TDLS PATCH V3 1/5] mac80211: Enable TDLS peer buffer STA feature

2017-09-19 Thread Arend van Spriel
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 su

Re: [TDLS PATCH V3 1/5] mac80211: Enable TDLS peer buffer STA feature

2017-09-19 Thread Johannes Berg
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 k

Re: [TDLS PATCH V3 1/5] mac80211: Enable TDLS peer buffer STA feature

2017-09-19 Thread Arend van Spriel
On 19-09-17 05:15, yint...@qti.qualcomm.com wrote: From: Yingying Tang Enable TDLS peer buffer STA feature. Set extended capability bit to enable buffer STA when driver support it. Signed-off-by: Yingying Tang --- include/net/cfg80211.h |3 +++ net/mac80211/tdls.c|5 - 2 f

[TDLS PATCH V3 1/5] mac80211: Enable TDLS peer buffer STA feature

2017-09-18 Thread yintang
From: Yingying Tang Enable TDLS peer buffer STA feature. Set extended capability bit to enable buffer STA when driver support it. Signed-off-by: Yingying Tang --- include/net/cfg80211.h |3 +++ net/mac80211/tdls.c|5 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git