pull-request: mac80211-next 2018-02-22

5 messages, 2 authors, 2018-02-23 · open the first message on its own page

pull-request: mac80211-next 2018-02-22

From: Johannes Berg <johannes@sipsolutions.net>
Date: 2018-02-22 20:16:24

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(-)

Re: pull-request: mac80211-next 2018-02-22

From: David Miller <davem@davemloft.net>
Date: 2018-02-22 20:19:03

From: Johannes Berg <johannes@sipsolutions.net>
Date: Thu, 22 Feb 2018 21:16:18 +0100
Wireless is slow ... but we're preparing for HE (802.11ax),
so I guess soon we'll have a big chunk of work coming :-)
I wondered where you guys have been hiding :-)
Please pull and let me know if there's any problem.
Pulled, thank you!

Re: pull-request: mac80211-next 2018-02-22

From: Johannes Berg <johannes@sipsolutions.net>
Date: 2018-02-22 20:22:08

On Thu, 2018-02-22 at 15:19 -0500, David Miller wrote:
From: Johannes Berg <johannes@sipsolutions.net>
Date: Thu, 22 Feb 2018 21:16:18 +0100
quoted
Wireless is slow ... but we're preparing for HE (802.11ax),
so I guess soon we'll have a big chunk of work coming :-)
I wondered where you guys have been hiding :-)
Yeah, I don't like this development model much, but the spec isn't
finished yet and every time I look at an area I end up changing it
*again* which isn't fun to do upstream :-)

(Was just doing the HE sniffer stuff in radiotap these days ... uh,
yeah, I've more or less rewritten it twice already - hopefully no more)

johannes

Re: pull-request: mac80211-next 2018-02-22

From: Johannes Berg <johannes@sipsolutions.net>
Date: 2018-02-23 11:29:43

On Thu, 2018-02-22 at 15:19 -0500, David Miller wrote:
Pulled, thank you!
Thanks. I just realized that I have a patch pending for -next that
depends another commit in net/mac80211 (or would otherwise conflict
badly while applying, and again while merging later), could I ask you
to pull net into net-next at some point now?

Thanks,
johannes

Re: pull-request: mac80211-next 2018-02-22

From: David Miller <davem@davemloft.net>
Date: 2018-02-23 15:28:58

From: Johannes Berg <johannes@sipsolutions.net>
Date: Fri, 23 Feb 2018 12:29:39 +0100
On Thu, 2018-02-22 at 15:19 -0500, David Miller wrote:
quoted
Pulled, thank you!
Thanks. I just realized that I have a patch pending for -next that
depends another commit in net/mac80211 (or would otherwise conflict
badly while applying, and again while merging later), could I ask you
to pull net into net-next at some point now?
I'll get that to happen in the next day or two.  Pablo asked for this
as well.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help