Re: [PATCH 2/3] nl80211: Add support for EDMG channels

2019-05-13 Thread Alexei Avshalom Lazar
On 8/28/2018 12:33 PM, Johannes Berg wrote: On Mon, 2018-08-13 at 15:33 +0300, Alexei Avshalom Lazar wrote: Hi Johannes The implementation has been updated according to the latest spec draft, Draft P802.11ay_D3.0 Most of the code that you commented has been updated in the new patch and

Re: [PATCH 2/3] nl80211: Add support for EDMG channels

2018-08-28 Thread Johannes Berg
On Mon, 2018-08-13 at 15:33 +0300, Alexei Avshalom Lazar wrote: > > /** > + * struct ieee80211_sta_edmg_cap - EDMG capabilities > + * > + * This structure describes most essential parameters needed > + * to describe 802.11ay EDMG capabilities > + * > + * @supported: is EDMG supported, Device may

[PATCH 2/3] nl80211: Add support for EDMG channels

2018-08-13 Thread Alexei Avshalom Lazar
802.11ay specification defines Enhanced Directional Multi-Gigabit (EDMG) STA and SAP which allow channel bonding of 2 channels and more. Introduce NL80211_BAND_ATTR_EDMG, NL80211_BAND_ATTR_EDMG_SUPPORTED_CHAN, NL80211_ATTR_WIPHY_EDMG, NL80211_ATTR_WIPHY_EDMG_CHANNEL and RATE_INFO_FLAGS_EDMG that ne