linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/5] initial S1G defines
@ 2020-04-30 17:25 Thomas Pedersen
  2020-04-30 17:25 ` [PATCH v4 1/5] cfg80211: add KHz variants of frame RX API Thomas Pedersen
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Thomas Pedersen @ 2020-04-30 17:25 UTC (permalink / raw)
  To: Johannes Berg; +Cc: linux-wireless, Thomas Pedersen

This patchset finishes the work to make channels work on a KHz offset,
and includes the initial definitions for S1G (802.11ah).

These patches on top of wt-2020-04-29 with hostap c54a5e96b505 gives the
following hwsim test results:

Failed even on retry:
fst_dynamic_iface_attach wpas_config_file proxyarp_open_ebtables
TOTAL=3532 PASS=3265 FAIL=13 SKIP=251

Which is what we currently expect of HEAD.

Changes from v4:

- don't use float to print khz frequency
- zero out center_freq1_offset if not supplied with center_freq1

Thomas Pedersen (5):
  cfg80211: add KHz variants of frame RX API
  nl80211: add KHz frequency offset for most wifi commands
  nl80211: support scan frequencies in KHz
  ieee80211: S1G defines
  nl80211: S1G band and channel definitions

 include/linux/ieee80211.h    | 223 +++++++++++++++++++++++++++++++++++
 include/net/cfg80211.h       |  71 ++++++++++-
 include/uapi/linux/nl80211.h |  77 +++++++++---
 net/mac80211/chan.c          |   7 +-
 net/mac80211/main.c          |   2 +
 net/mac80211/rx.c            |   8 +-
 net/mac80211/scan.c          |   1 +
 net/mac80211/tx.c            |   5 +
 net/mac80211/util.c          |   5 +
 net/wireless/chan.c          |  29 +++++
 net/wireless/core.c          |   5 +-
 net/wireless/mlme.c          |   8 +-
 net/wireless/nl80211.c       | 140 ++++++++++++++++------
 net/wireless/trace.h         |  12 +-
 net/wireless/util.c          |   8 ++
 15 files changed, 526 insertions(+), 75 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-06-01 17:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-30 17:25 [PATCH v4 0/5] initial S1G defines Thomas Pedersen
2020-04-30 17:25 ` [PATCH v4 1/5] cfg80211: add KHz variants of frame RX API Thomas Pedersen
2020-04-30 17:25 ` [PATCH v4 2/5] nl80211: add KHz frequency offset for most wifi commands Thomas Pedersen
2020-04-30 17:25 ` [PATCH v4 3/5] nl80211: support scan frequencies in KHz Thomas Pedersen
2020-04-30 17:25 ` [PATCH v4 4/5] ieee80211: S1G defines Thomas Pedersen
2020-04-30 17:25 ` [PATCH v4 5/5] nl80211: S1G band and channel definitions Thomas Pedersen
2020-05-26 13:01   ` Johannes Berg
2020-06-01 17:16     ` Thomas Pedersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).