Hi Jakub,

So, getting late, but we have two more fixes - the staging
one (acked by Greg) is for a recent regression I had through
my tree, and the rate tables one is kind of important for
(some) drivers to get proper rate scaling going.

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

Thanks,
johannes



The following changes since commit eb4e8fac00d1e01ada5e57c05d24739156086677:

  neighbour: Prevent a dead entry from updating gc_list (2021-01-30 11:09:07 
-0800)

are available in the Git repository at:

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

for you to fetch changes up to 50af06d43eab6b09afc37aa7c8bbf69b14a3b2f7:

  staging: rtl8723bs: Move wiphy setup to after reading the regulatory settings 
from the chip (2021-02-01 19:26:10 +0100)

----------------------------------------------------------------
Two fixes:
 - station rate tables were not updated correctly
   after association, leading to bad configuration
 - rtl8723bs (staging) was initializing data incorrectly
   after the previous fix and needed to move the init
   later

----------------------------------------------------------------
Felix Fietkau (1):
      mac80211: fix station rate table updates on assoc

Hans de Goede (1):
      staging: rtl8723bs: Move wiphy setup to after reading the regulatory 
settings from the chip

 drivers/staging/rtl8723bs/os_dep/sdio_intf.c | 4 ++--
 net/mac80211/driver-ops.c                    | 5 ++++-
 net/mac80211/rate.c                          | 3 ++-
 3 files changed, 8 insertions(+), 4 deletions(-)

Reply via email to