mbox series

[v4,0/2] Add support for new channels on 60GHz band

Message ID 1562508727-17082-1-git-send-email-ailizaro@codeaurora.org (mailing list archive)
Headers show
Series Add support for new channels on 60GHz band | expand

Message

Alexei Avshalom Lazar July 7, 2019, 2:12 p.m. UTC
The following set of patches add support for new channels on
60GHz band and EDMG channels:
Changelog:
V4:
- Addressed to comments from the community
- Updated comments and variable name
V3:
- Addressed to comments from the community
- Added 60G check for verifying some EDMG cases are relevant
- Used the ieee80211_sta_edmg_cap struct as the edmg channel configuration
- Updated nla_policy to NLA_POLICY_RANGE()
V2
- Addressed to comments from the community
- Align to latest Spec release

Alexei Avshalom Lazar (2):
  nl80211: Add support for EDMG channels
  wil6210: Add EDMG channel support

 drivers/net/wireless/ath/wil6210/cfg80211.c  | 205 +++++++++++++++++++++++++--
 drivers/net/wireless/ath/wil6210/txrx_edma.c |   2 +
 drivers/net/wireless/ath/wil6210/txrx_edma.h |   6 +
 drivers/net/wireless/ath/wil6210/wil6210.h   |   8 +-
 drivers/net/wireless/ath/wil6210/wmi.c       |   5 +-
 drivers/net/wireless/ath/wil6210/wmi.h       |  30 +++-
 include/net/cfg80211.h                       |  37 ++++-
 include/uapi/linux/nl80211.h                 |  22 +++
 net/wireless/chan.c                          | 158 ++++++++++++++++++++-
 net/wireless/nl80211.c                       |  35 +++++
 net/wireless/util.c                          |  42 +++++-
 11 files changed, 530 insertions(+), 20 deletions(-)