netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: David Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org, linux-wireless@vger.kernel.org
Subject: pull-request: mac80211-next 2019-08-21
Date: Wed, 21 Aug 2019 12:04:23 +0200	[thread overview]
Message-ID: <20190821100424.13682-1-johannes@sipsolutions.net> (raw)

Hi Dave,

For -next, we have more changes, but as described in the tag
they really just fall into a few groups of changes :-)

Please pull and let me know if there's any problem.

Thanks,
johannes



The following changes since commit 8c40f3b212a373be843a29db608b462af5c3ed5d:

  Merge tag 'mlx5-updates-2019-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux (2019-08-20 22:59:45 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git tags/mac80211-next-for-davem-2019-08-21

for you to fetch changes up to 48cb39522a9d4d4680865e40a88f975a1cee6abc:

  mac80211: minstrel_ht: improve rate probing for devices with static fallback (2019-08-21 11:10:13 +0200)

----------------------------------------------------------------
Here are a few groups of changes:
 * EDMG channel support (60 GHz, just a single patch)
 * initial 6/7 GHz band support (Arend)
 * association timestamp recording (Ben)
 * rate control improvements for better performance with
   the mt76 driver (Felix)
 * various fixes for previous HE support changes (John)

----------------------------------------------------------------
Alexei Avshalom Lazar (1):
      nl80211: Add support for EDMG channels

Arend van Spriel (8):
      nl80211: add 6GHz band definition to enum nl80211_band
      cfg80211: add 6GHz UNII band definitions
      cfg80211: util: add 6GHz channel to freq conversion and vice versa
      cfg80211: extend ieee80211_operating_class_to_band() for 6GHz
      cfg80211: add 6GHz in code handling array with NUM_NL80211_BANDS entries
      cfg80211: use same IR permissive rules for 6GHz band
      cfg80211: ibss: use 11a mandatory rates for 6GHz band operation
      cfg80211: apply same mandatory rate flags for 5GHz and 6GHz

Ben Greear (2):
      cfg80211: Support assoc-at timer in sta-info
      mac80211: add assoc-at support

Felix Fietkau (4):
      mac80211: minstrel_ht: fix per-group max throughput rate initialization
      mac80211: minstrel_ht: reduce unnecessary rate probing attempts
      mac80211: minstrel_ht: fix default max throughput rate indexes
      mac80211: minstrel_ht: improve rate probing for devices with static fallback

John Crispin (5):
      mac80211: fix TX legacy rate reporting when tx_status_ext is used
      mac80211: fix bad guard when reporting legacy rates
      mac80211: 80Mhz was not reported properly when using tx_status_ext
      mac80211: add missing length field increment when generating Radiotap header
      mac80211: fix possible NULL pointerderef in obss pd code

 drivers/net/wireless/ath/wil6210/cfg80211.c |   2 +-
 include/net/cfg80211.h                      |  88 ++++++++-
 include/uapi/linux/nl80211.h                |  29 +++
 net/mac80211/he.c                           |   3 +-
 net/mac80211/mlme.c                         |   2 +-
 net/mac80211/rc80211_minstrel.h             |   1 +
 net/mac80211/rc80211_minstrel_ht.c          | 277 ++++++++++++++++++++++++----
 net/mac80211/rc80211_minstrel_ht.h          |  12 ++
 net/mac80211/sta_info.c                     |   3 +
 net/mac80211/sta_info.h                     |   2 +
 net/mac80211/status.c                       |  31 ++--
 net/mac80211/tx.c                           |   1 +
 net/wireless/chan.c                         | 162 +++++++++++++++-
 net/wireless/ibss.c                         |  16 +-
 net/wireless/nl80211.c                      |  39 ++++
 net/wireless/reg.c                          |  21 ++-
 net/wireless/trace.h                        |   3 +-
 net/wireless/util.c                         |  56 +++++-
 18 files changed, 684 insertions(+), 64 deletions(-)


             reply	other threads:[~2019-08-21 10:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-21 10:04 Johannes Berg [this message]
2019-08-21 20:02 ` pull-request: mac80211-next 2019-08-21 David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190821100424.13682-1-johannes@sipsolutions.net \
    --to=johannes@sipsolutions.net \
    --cc=davem@davemloft.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).