mbox series

pull-request: mac80211 2018-03-21

Message ID 20180321120655.7354-1-johannes@sipsolutions.net
State Accepted, archived
Delegated to: David Miller
Headers show
Series pull-request: mac80211 2018-03-21 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-davem-2018-03-21

Message

Johannes Berg March 21, 2018, 12:06 p.m. UTC
Hi Dave,

Another few fixes - one for hwsim, so not really all that interesting,
and two patches to work around an ath9k_htc problem.

Note that I pulled your net tree today, so you may need to be careful
to not fast-forward if you don't merge anything else before this.

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

Thanks,
johannes



The following changes since commit 5f2fb802eee1df0810b47ea251942fe3fd36589a:

  ipv6: old_dport should be a __be16 in __ip6_datagram_connect() (2018-03-20 12:43:43 -0400)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-davem-2018-03-21

for you to fetch changes up to 60b01bcce97191f473fa869df2713143936d6ef4:

  ath9k_htc: use non-QoS NDP for AP probing (2018-03-21 13:01:55 +0100)

----------------------------------------------------------------
Two more fixes (in three patches):
 * ath9k_htc doesn't like QoS NDP frames, use regular ones
 * hwsim: set up wmediumd for radios created later

----------------------------------------------------------------
Andrew Zaborowski (1):
      mac80211_hwsim: Set wmediumd for new radios

Ben Caradoc-Davies (1):
      mac80211: add ieee80211_hw flag for QoS NDP support

Johannes Berg (1):
      ath9k_htc: use non-QoS NDP for AP probing

 drivers/net/wireless/ath/ath9k/htc_drv_init.c | 1 +
 drivers/net/wireless/mac80211_hwsim.c         | 1 +
 include/net/mac80211.h                        | 4 ++++
 net/mac80211/debugfs.c                        | 1 +
 net/mac80211/mlme.c                           | 3 ++-
 5 files changed, 9 insertions(+), 1 deletion(-)

Comments

David Miller March 22, 2018, 5:19 p.m. UTC | #1
From: Johannes Berg <johannes@sipsolutions.net>
Date: Wed, 21 Mar 2018 13:06:54 +0100

> Another few fixes - one for hwsim, so not really all that interesting,
> and two patches to work around an ath9k_htc problem.
> 
> Note that I pulled your net tree today, so you may need to be careful
> to not fast-forward if you don't merge anything else before this.
> 
> Please pull and let me know if there's any problem.

Pulled, thanks a lot Johannes.