netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull-request: mac80211-next 2020-10-08
@ 2020-10-08 10:42 Johannes Berg
  2020-10-10 16:36 ` Jakub Kicinski
  0 siblings, 1 reply; 2+ messages in thread
From: Johannes Berg @ 2020-10-08 10:42 UTC (permalink / raw)
  To: netdev; +Cc: linux-wireless

Hi Dave,

And also a few more patches for net-next, mostly fixes
for the work that recently landed there.

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

Thanks,
johannes



The following changes since commit 9faebeb2d80065926dfbc09cb73b1bb7779a89cd:

  Merge branch 'ethtool-allow-dumping-policies-to-user-space' (2020-10-06 06:25:56 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git tags/mac80211-next-for-net-next-2020-10-08

for you to fetch changes up to ba6ff70a3bb76c1ff440d3a0044b82e97abb648f:

  mac80211: copy configured beacon tx rate to driver (2020-10-08 12:26:35 +0200)

----------------------------------------------------------------
A handful of changes:
 * fixes for the recent S1G work
 * a docbook build time improvement
 * API to pass beacon rate to lower-level driver

----------------------------------------------------------------
Mauro Carvalho Chehab (1):
      docs: net: 80211: reduce docs build time

Rajkumar Manoharan (1):
      mac80211: copy configured beacon tx rate to driver

Thomas Pedersen (3):
      mac80211: handle lack of sband->bitrates in rates
      mac80211: initialize last_rate for S1G STAs
      cfg80211: only allow S1G channels on S1G band

 Documentation/driver-api/80211/cfg80211.rst        | 392 ++++++---------------
 .../driver-api/80211/mac80211-advanced.rst         | 151 +++-----
 Documentation/driver-api/80211/mac80211.rst        | 148 +++-----
 include/net/mac80211.h                             |   3 +
 net/mac80211/Makefile                              |   1 +
 net/mac80211/cfg.c                                 |   6 +-
 net/mac80211/ieee80211_i.h                         |   3 +
 net/mac80211/mlme.c                                |   4 +-
 net/mac80211/rate.c                                |   1 +
 net/mac80211/s1g.c                                 |  16 +
 net/mac80211/sta_info.c                            |   4 +
 net/mac80211/sta_info.h                            |   1 +
 net/wireless/chan.c                                |   5 +-
 13 files changed, 240 insertions(+), 495 deletions(-)
 create mode 100644 net/mac80211/s1g.c


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

* Re: pull-request: mac80211-next 2020-10-08
  2020-10-08 10:42 pull-request: mac80211-next 2020-10-08 Johannes Berg
@ 2020-10-10 16:36 ` Jakub Kicinski
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Kicinski @ 2020-10-10 16:36 UTC (permalink / raw)
  To: Johannes Berg; +Cc: netdev, linux-wireless

On Thu,  8 Oct 2020 12:42:03 +0200 Johannes Berg wrote:
> Hi Dave,
> 
> And also a few more patches for net-next, mostly fixes
> for the work that recently landed there.
> 
> Please pull and let me know if there's any problem.

.. aand pulled, thanks!

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

end of thread, other threads:[~2020-10-10 23:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-08 10:42 pull-request: mac80211-next 2020-10-08 Johannes Berg
2020-10-10 16:36 ` Jakub Kicinski

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