All of lore.kernel.org
 help / color / mirror / Atom feed
* pull-request: mac80211 2020-02-14
@ 2020-02-14  9:19 Johannes Berg
  2020-02-14 15:16 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Johannes Berg @ 2020-02-14  9:19 UTC (permalink / raw)
  To: netdev; +Cc: linux-wireless

Hi,

Here's a new pull request, long delayed unfortunately, but it
wasn't that many fixes and some are pretty recent too. See the
description below, it's really various things all over that we
discovered.

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

Thanks,
johannes



The following changes since commit df373702bc0f8f2d83980ea441e71639fc1efcf8:

  net: dsa: b53: Always use dev->vlan_enabled in b53_configure_vlan() (2020-02-07 11:25:09 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-net-2020-02-14

for you to fetch changes up to 33181ea7f5a62a17fbe55f0f73428ecb5e686be8:

  mac80211: fix wrong 160/80+80 MHz setting (2020-02-14 09:54:12 +0100)

----------------------------------------------------------------
Just a few fixes:
 * avoid running out of tracking space for frames that need
   to be reported to userspace by using more bits
 * fix beacon handling suppression by adding some relevant
   elements to the CRC calculation
 * fix quiet mode in action frames
 * fix crash in ethtool for virt_wifi and similar
 * add a missing policy entry
 * fix 160 & 80+80 bandwidth to take local capabilities into
   account

----------------------------------------------------------------
Johannes Berg (2):
      mac80211: use more bits for ack_frame_id
      mac80211: consider more elements in parsing CRC

Sara Sharon (1):
      mac80211: fix quiet mode activation in action frames

Sergey Matyukevich (2):
      cfg80211: check wiphy driver existence for drvinfo report
      cfg80211: add missing policy for NL80211_ATTR_STATUS_CODE

Shay Bar (1):
      mac80211: fix wrong 160/80+80 MHz setting

 include/net/mac80211.h | 11 +++++------
 net/mac80211/cfg.c     |  2 +-
 net/mac80211/mlme.c    |  8 ++++----
 net/mac80211/tx.c      |  2 +-
 net/mac80211/util.c    | 34 ++++++++++++++++++++++++++--------
 net/wireless/ethtool.c |  8 ++++++--
 net/wireless/nl80211.c |  1 +
 7 files changed, 44 insertions(+), 22 deletions(-)


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: pull-request: mac80211 2020-02-14
  2020-02-14  9:19 pull-request: mac80211 2020-02-14 Johannes Berg
@ 2020-02-14 15:16 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2020-02-14 15:16 UTC (permalink / raw)
  To: johannes; +Cc: netdev, linux-wireless

From: Johannes Berg <johannes@sipsolutions.net>
Date: Fri, 14 Feb 2020 10:19:10 +0100

> Here's a new pull request, long delayed unfortunately, but it
> wasn't that many fixes and some are pretty recent too. See the
> description below, it's really various things all over that we
> discovered.
> 
> Please pull and let me know if there's any problem.

Pulled, thanks Johannes.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-14 15:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-14  9:19 pull-request: mac80211 2020-02-14 Johannes Berg
2020-02-14 15:16 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.