mbox series

pull-request: mac80211-next next-2019-11-08

Message ID 20191108123738.17359-1-johannes@sipsolutions.net (mailing list archive)
State Not Applicable
Headers show
Series pull-request: mac80211-next next-2019-11-08 | expand

Pull-request

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

Message

Johannes Berg Nov. 8, 2019, 12:37 p.m. UTC
Hi Dave,

Here are a couple of more things for net-next. Nothing
really that relevant, but I figured I'd flush my queue
now and get some preparatory patches in for 5.5 still.

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

Thanks,
johannes



The following changes since commit 5b7fe93db008ff013db24239136a25f3ac5142ac:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next (2019-10-26 22:57:27 -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-net-next-2019-11-08

for you to fetch changes up to 14f34e36b36ceede9877ca422a62fcac17b52023:

  cfg80211: VLAN offload support for set_key and set_sta_vlan (2019-11-08 11:19:19 +0100)

----------------------------------------------------------------
Some relatively small changes:
 * typo fixes in docs
 * APIs for station separation using VLAN tags rather
   than separate wifi netdevs
 * some preparations for upcoming features (802.3 offload
   and airtime queue limits (AQL)
 * stack reduction in ieee80211_assoc_success()
 * use DEFINE_DEBUGFS_ATTRIBUTE in hwsim

----------------------------------------------------------------
Chris Packham (1):
      mac80211: typo fixes in kerneldoc comments

Gurumoorthi Gnanasambandhan (1):
      cfg80211: VLAN offload support for set_key and set_sta_vlan

Joe Perches (1):
      mac80211: fix a typo of "function"

Johannes Berg (1):
      mac80211: don't re-parse elems in ieee80211_assoc_success()

John Crispin (1):
      mac80211: move store skb ack code to its own function

Toke Høiland-Jørgensen (1):
      mac80211: Shrink the size of ack_frame_id to make room for tx_time_est

zhong jiang (1):
      mac80211_hwsim: use DEFINE_DEBUGFS_ATTRIBUTE to define debugfs fops

 drivers/net/wireless/mac80211_hwsim.c |  14 ++---
 include/net/cfg80211.h                |   4 ++
 include/net/mac80211.h                |  22 ++++----
 include/uapi/linux/nl80211.h          |  26 +++++++++
 net/mac80211/cfg.c                    |   2 +-
 net/mac80211/mlme.c                   | 103 ++++++++++++++++------------------
 net/mac80211/tx.c                     |  49 +++++++++-------
 net/wireless/nl80211.c                |  11 ++++
 8 files changed, 139 insertions(+), 92 deletions(-)

Comments

David Miller Nov. 8, 2019, 7:37 p.m. UTC | #1
From: Johannes Berg <johannes@sipsolutions.net>
Date: Fri,  8 Nov 2019 13:37:36 +0100

> Here are a couple of more things for net-next. Nothing
> really that relevant, but I figured I'd flush my queue
> now and get some preparatory patches in for 5.5 still.
> 
> Please pull and let me know if there's any problem.

Pulled, thanks Johannes.