Re: RTL8723BS driver doesn't work for,me but I can help testing

2020-05-18 Thread Tobias Baumann
good morning i got the new image from oleg(balbes150) 20200518 RC5  and some more feedback with my patch and oleg RC5 hotstart(shutdown now)  do not work with my box ( wlan goes back to sleep mode always) with my patch chance  1 of 5 till 1 of 3 that my wlan is up and not sleep from cold

[PATCH] staging: vchiq_arm: cast with __force as needed

2020-05-18 Thread Mitchell Tasman
In several cases where a pointer marked as __user is (intentionally) assigned or passed to a non-marked target, cast to the target pointer type with a __force directive to quiet warnings from sparse. Signed-off-by: Mitchell Tasman --- .../vc04_services/interface/vchiq_arm/vchiq_2835_arm.c |

Re: [PATCH 2/4] staging: vt6656: vnt_beacon_xmit use extra_tx_headroom.

2020-05-18 Thread Malcolm Priestley
On 18/05/2020 13:39, Dan Carpenter wrote: On Sat, May 16, 2020 at 11:39:34AM +0100, Malcolm Priestley wrote: Create room for vnt_tx_short_buf_head in sk_buff and vnt_tx_usb_header. The struct ieee80211_mgmt is not longer in the header and is at the initial skb->data point. I feel like the

Re: RTL8723BS driver doesn't work for,me but I can help testing

2020-05-18 Thread Martin Blumenstingl
Hi Tobias, On Mon, May 18, 2020 at 7:59 AM Tobias Baumann <017623705...@o2online.de> wrote: > > hi martin > > i activate your patch ; wlan works ; also with only edit GPIOX_11 wlan > works > > its now GPIO-402 out high ACTIVE_LOW ( 3.3V on pin12) great, thank you for doing the research! did yo

Re: [PATCH] staging: rtl8192u: Merge almost duplicate code

2020-05-18 Thread Dan Carpenter
On Sun, May 17, 2020 at 09:25:05PM +0100, Pascal Terjan wrote: > On Sun, 17 May 2020 at 17:58, Pascal Terjan wrote: > > > > This causes a change in behaviour: > > - stats also get updated when reordering, this seems like it should be > > the case but those lines were commented out. > > - sub_skb

[PATCH v3] drivers: most: add USB adapter driver

2020-05-18 Thread Christian Gromm
This patch adds the usb driver source file most_usb.c and modifies the Makefile and Kconfig accordingly. Signed-off-by: Christian Gromm --- v2: Reported-by: Greg Kroah-Hartman - don't remove usb driver from staging area - don't touch staging/most/Kconfig - remove subdirec

Re: [PATCH 2/4] staging: vt6656: vnt_beacon_xmit use extra_tx_headroom.

2020-05-18 Thread Dan Carpenter
On Sat, May 16, 2020 at 11:39:34AM +0100, Malcolm Priestley wrote: > Create room for vnt_tx_short_buf_head in sk_buff and vnt_tx_usb_header. > > The struct ieee80211_mgmt is not longer in the header and is at > the initial skb->data point. I feel like the SubmittingPatches guidelines on verb tens

Re: [RFC PATCH] staging: rtl8192u: indicate_packets() can be static

2020-05-18 Thread Dan Carpenter
On Sun, May 17, 2020 at 01:49:50PM -0700, Joe Perches wrote: > On Mon, 2020-05-18 at 04:22 +0800, kbuild test robot wrote: > > Signed-off-by: kbuild test robot > > --- > > This doesn't apply on Linus' tree or -next so perhaps the > robot should put what tree and branch patches like these > are me