This is one of the 9 drivers redefining rfc1042_header.
Signed-off-by: Pascal Terjan
---
drivers/staging/rtl8723bs/core/rtw_recv.c | 15 ++-
drivers/staging/rtl8723bs/include/rtw_recv.h | 2 --
drivers/staging/rtl8723bs/os_dep/recv_linux.c | 5 +++--
3 files changed, 9 inserti
randconfig-a002-20200521
i386 randconfig-a005-20200521
i386 randconfig-a001-20200523
i386 randconfig-a004-20200523
i386 randconfig-a003-20200523
i386 randconfig-a006-20200523
i386 randconfig-a002-20200523
i386
drivers/staging/vt6656/rxtx.c:729 vnt_beacon_xmit()
warn: struct type mismatch 'vnt_beacon_buffer vs vnt_tx_usb_header'
Since the only part of vnt_beacon_buffer is used remove and
replace it with vnt_tx_usb_header.
Fixes: 9deca1e3e2b6 ("staging: vt6656: vnt_beacon_xmit use extra_tx_headroom.")
Re
The pull request you sent on Sat, 23 May 2020 15:17:42 +0200:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
> tags/staging-5.7-rc7
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8f261041b18ee80ad8afdd1621c909c4df9f6cc3
Thank you!
--
Deet-doot-d
clear below issues reported by checkpatch.pl:
CHECK: Using comparison to false is error prone
Signed-off-by: John Oldman
---
drivers/staging/rtl8192e/rtl819x_HTProc.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/rtl8192e/rtl819x_HTProc.c
b/drivers/s
The following changes since commit 2ef96a5bb12be62ef75b5828c0aab838ebb29cb8:
Linux 5.7-rc5 (2020-05-10 15:16:58 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
tags/staging-5.7-rc7
for you to fetch changes up to bcb392871813ef
Hello Malcolm Priestley,
The patch 9deca1e3e2b6: "staging: vt6656: vnt_beacon_xmit use
extra_tx_headroom." from May 16, 2020, leads to the following static
checker warning:
drivers/staging/vt6656/rxtx.c:729 vnt_beacon_xmit()
warn: struct type mismatch 'vnt_beacon_buffer vs vnt_tx_
Resend html-format was inside email
Am 21.05.2020 um 13:17 schrieb Tobias Baumann:
Hi Martin
first of all sorry for my short english writing
Am 19.05.2020 um 22:16 schrieb Martin Blumenstingl:
Hi Tobias,
On Tue, May 19, 2020 at 8:21 AM Tobias Baumann<017623705...@o2online.de> wrote:
good