Re: [PATCH v3 0/2] Add support for new channels on 60GHz band

2019-05-21 Thread Kalle Valo
Alexei Avshalom Lazar writes: > The following set of patches add support for new channels on > 60GHz band and EDMG channels: > -Nl80211 support for EDMG channels > -Wil6210 support for EDMG channels > > Alexei Avshalom Lazar (2): > nl80211: Add support for EDMG channels > wil6210: Add EDMG ch

[PATCH 1/2] mac80211: add ieee80211_get_he_iftype_cap() helper

2019-05-21 Thread John Crispin
This function is similar to ieee80211_get_he_sta_cap() but allows passing the iftype. Also make ieee80211_get_he_sta_cap() use the new helper rather than duplicating the code. Signed-off-by: Shashidhar Lakkavalli Signed-off-by: John Crispin --- include/net/cfg80211.h | 22 ++

[PATCH 2/2] mac80211: add support for the ADDBA extension element

2019-05-21 Thread John Crispin
HE allows peers to negotiate the aggregation fragmentation level to be used during transmission. The level can be 1-3. The Ext element is added behind the ADDBA request inside the action frame. The responder will then reply with the same level or a lower one if the requested one is not supported. T

Re: [PATCH 1/7] brcm80211: switch common header files to using SPDX license identifier

2019-05-21 Thread Arend Van Spriel
On 5/20/2019 6:54 PM, Kalle Valo wrote: Arend Van Spriel writes: On 5/16/2019 10:57 PM, Arend Van Spriel wrote: On 5/16/2019 2:04 PM, Arend van Spriel wrote: With ISC license text in place under the LICENSES folder switch to using the SPDX license identifier to refer to the ISC license.