mbox series

pull-request: mac80211 2020-12-04

Message ID 20201204122017.118099-1-johannes@sipsolutions.net (mailing list archive)
State Accepted
Delegated to: Netdev Maintainers
Headers show
Series pull-request: mac80211 2020-12-04 | expand

Pull-request

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

Checks

Context Check Description
netdev/tree_selection success Series ignored based on subject

Message

Johannes Berg Dec. 4, 2020, 12:20 p.m. UTC
Hi Jakub,

We've got a few more fixes for the current cycle, everything
else I have pending right now seems likely to go to 5.11 instead.

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

Thanks,
johannes



The following changes since commit bbe2ba04c5a92a49db8a42c850a5a2f6481e47eb:

  Merge tag 'net-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2020-12-03 13:10:11 -0800)

are available in the Git repository at:

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

for you to fetch changes up to bdeca45a0cc58f864f1eb2e919304203ff5c5f39:

  mac80211: set SDATA_STATE_RUNNING for monitor interfaces (2020-12-04 12:45:25 +0100)

----------------------------------------------------------------
Three small fixes:
 * initialize some data to avoid using stack garbage
 * fix 6 GHz channel selection in mac80211
 * correctly restart monitor mode interfaces in mac80211

----------------------------------------------------------------
Borwankar, Antara (1):
      mac80211: set SDATA_STATE_RUNNING for monitor interfaces

Sara Sharon (1):
      cfg80211: initialize rekey_data

Wen Gong (1):
      mac80211: fix return value of ieee80211_chandef_he_6ghz_oper

 net/mac80211/iface.c   | 2 ++
 net/mac80211/util.c    | 2 +-
 net/wireless/nl80211.c | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

Comments

Jakub Kicinski Dec. 4, 2020, 7:28 p.m. UTC | #1
On Fri,  4 Dec 2020 13:20:16 +0100 Johannes Berg wrote:
> Hi Jakub,
> 
> We've got a few more fixes for the current cycle, everything
> else I have pending right now seems likely to go to 5.11 instead.
> 
> Please pull and let me know if there's any problem.

Pulled, thanks!