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 2018-02-22
Date: Thu, 22 Feb 2018 21:16:18 +0100 [thread overview]
Message-ID: <20180222201619.30037-1-johannes@sipsolutions.net> (raw)
Hi Dave,
Wireless is slow ... but we're preparing for HE (802.11ax),
so I guess soon we'll have a big chunk of work coming :-)
Please pull and let me know if there's any problem.
Thanks,
johannes
The following changes since commit 91e6dd8284256ef62b43b78da6e7684e4f06ac2f:
ipmr: Fix ptrdiff_t print formatting (2018-01-30 09:20:25 -0500)
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-2018-02-22
for you to fetch changes up to 94ba92713f8329c96e0a8e2880b3c1a785d1c95c:
mac80211: Call mgd_prep_tx before transmitting deauthentication (2018-02-22 21:13:04 +0100)
----------------------------------------------------------------
Various updates across wireless.
One thing to note: I've included a new ethertype
that wireless uses (ETH_P_PREAUTH) in if_ether.h.
----------------------------------------------------------------
Ben Greear (1):
mac80211: Add txq flags to debugfs
Benjamin Beichler (3):
mac80211_hwsim: add permanent mac address option for new radios
mac80211_hwsim: add nl_err_msg in hwsim_new_radio in netlink case
mac80211_hwsim: add generation count for netlink dump operation
Colin Ian King (1):
mac80211: remove redundant initialization to pointer 'hdr'
Denis Kenzior (1):
uapi: Add 802.11 Preauthentication to if_ether
Ilan Peer (1):
mac80211: Call mgd_prep_tx before transmitting deauthentication
Johannes Berg (2):
nl80211: remove unnecessary genlmsg_cancel() calls
mac80211: support reporting A-MPDU EOF bit value/known
Sara Sharon (1):
mac80211: add get TID helper
Srinivas Dasari (4):
cfg80211/nl80211: Optional authentication offload to userspace
nl80211: Allow SAE Authentication for NL80211_CMD_CONNECT
nl80211: Fix external_auth check for offloaded authentication
ieee80211: Increase PMK maximum length to 64 bytes
Sunil Dutt (1):
nl80211: Introduce scan flags to emphasize requested scan behavior
Venkateswara Naralasetty (2):
cfg80211: send ack_signal to user in probe client response
mac80211: Add tx ack signal support in sta info
tamizhr@codeaurora.org (2):
cfg80211: Add support to notify station's opmode change to userspace
mac80211: Add support to notify ht/vht opmode modification.
drivers/net/wireless/ath/wil6210/cfg80211.c | 3 +-
drivers/net/wireless/mac80211_hwsim.c | 81 ++++++++---
drivers/net/wireless/mac80211_hwsim.h | 9 +-
include/linux/ieee80211.h | 14 +-
include/net/cfg80211.h | 104 +++++++++++++-
include/net/ieee80211_radiotap.h | 2 +
include/net/mac80211.h | 19 +++
include/uapi/linux/if_ether.h | 1 +
include/uapi/linux/nl80211.h | 90 +++++++++++-
net/mac80211/debugfs.c | 1 +
net/mac80211/debugfs_sta.c | 10 +-
net/mac80211/iface.c | 3 +-
net/mac80211/michael.c | 2 +-
net/mac80211/mlme.c | 18 ++-
net/mac80211/rc80211_minstrel_ht.c | 2 +-
net/mac80211/rx.c | 24 +++-
net/mac80211/sta_info.c | 6 +
net/mac80211/sta_info.h | 2 +
net/mac80211/status.c | 11 +-
net/mac80211/tx.c | 11 +-
net/mac80211/vht.c | 9 ++
net/mac80211/wpa.c | 8 +-
net/wireless/nl80211.c | 203 +++++++++++++++++++++++-----
net/wireless/rdev-ops.h | 15 ++
net/wireless/trace.h | 23 ++++
25 files changed, 584 insertions(+), 87 deletions(-)
next reply other threads:[~2018-02-22 20:16 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-22 20:16 Johannes Berg [this message]
2018-02-22 20:19 ` pull-request: mac80211-next 2018-02-22 David Miller
2018-02-22 20:22 ` Johannes Berg
2018-02-23 11:29 ` Johannes Berg
2018-02-23 15:28 ` 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=20180222201619.30037-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).