* pull-request: mac80211-next 2018-02-22
@ 2018-02-22 20:16 Johannes Berg
2018-02-22 20:19 ` David Miller
0 siblings, 1 reply; 5+ messages in thread
From: Johannes Berg @ 2018-02-22 20:16 UTC (permalink / raw)
To: David Miller; +Cc: netdev, linux-wireless
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(-)
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: pull-request: mac80211-next 2018-02-22
2018-02-22 20:16 pull-request: mac80211-next 2018-02-22 Johannes Berg
@ 2018-02-22 20:19 ` David Miller
2018-02-22 20:22 ` Johannes Berg
2018-02-23 11:29 ` Johannes Berg
0 siblings, 2 replies; 5+ messages in thread
From: David Miller @ 2018-02-22 20:19 UTC (permalink / raw)
To: johannes; +Cc: netdev, linux-wireless
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!
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: pull-request: mac80211-next 2018-02-22
2018-02-22 20:19 ` David Miller
@ 2018-02-22 20:22 ` Johannes Berg
2018-02-23 11:29 ` Johannes Berg
1 sibling, 0 replies; 5+ messages in thread
From: Johannes Berg @ 2018-02-22 20:22 UTC (permalink / raw)
To: David Miller; +Cc: netdev, linux-wireless
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
>
> > 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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: pull-request: mac80211-next 2018-02-22
2018-02-22 20:19 ` David Miller
2018-02-22 20:22 ` Johannes Berg
@ 2018-02-23 11:29 ` Johannes Berg
2018-02-23 15:28 ` David Miller
1 sibling, 1 reply; 5+ messages in thread
From: Johannes Berg @ 2018-02-23 11:29 UTC (permalink / raw)
To: David Miller; +Cc: netdev, linux-wireless
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: pull-request: mac80211-next 2018-02-22
2018-02-23 11:29 ` Johannes Berg
@ 2018-02-23 15:28 ` David Miller
0 siblings, 0 replies; 5+ messages in thread
From: David Miller @ 2018-02-23 15:28 UTC (permalink / raw)
To: johannes; +Cc: netdev, linux-wireless
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:
>>
>> 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.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-02-23 15:28 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-22 20:16 pull-request: mac80211-next 2018-02-22 Johannes Berg
2018-02-22 20:19 ` David Miller
2018-02-22 20:22 ` Johannes Berg
2018-02-23 11:29 ` Johannes Berg
2018-02-23 15:28 ` David Miller
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).