[GIT PULL] Staging driver fixes for 5.8-rc3

From: Greg KH
Date: Sat Jun 27 2020 - 07:40:59 EST


The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-5.8-rc3

for you to fetch changes up to b65a2d8c8614386f7e8d38ea150749f8a862f431:

Staging: rtl8723bs: prevent buffer overflow in update_sta_support_rate() (2020-06-16 21:25:38 +0200)

----------------------------------------------------------------
Staging driver fixes for 5.8-rc3

Here are a small number of tiny staging driver fixes for 5.8-rc3.

Not much here, but there were some reported problems to be fixed:
- 3 wfx driver fixes
- rtl8723bs driver fix

All of these have been in linux-next with no reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Dan Carpenter (1):
Staging: rtl8723bs: prevent buffer overflow in update_sta_support_rate()

Jérôme Pouiller (3):
staging: wfx: fix AC priority
staging: wfx: drop useless loop
staging: wfx: fix coherency of hif_scan() prototype

drivers/staging/rtl8723bs/core/rtw_wlan_util.c | 4 +++-
drivers/staging/wfx/hif_tx.c | 6 ++++--
drivers/staging/wfx/hif_tx.h | 2 +-
drivers/staging/wfx/queue.c | 21 +++++++++------------
drivers/staging/wfx/scan.c | 6 +++---
5 files changed, 20 insertions(+), 19 deletions(-)