Re: [GIT] Networking

2016-05-18 Thread David Miller
From: Linus Torvalds Date: Wed, 18 May 2016 11:45:06 -0700 > David, do you happen to recall that merge conflict? I think you must > have removed that "skb_info" variable declaration and initialization > manually (due to the "unused variable" warning, which in turn

[PATCH] mwifiex: fix racing condition when downloading firmware

2016-05-18 Thread Wei-Ning Huang
The action 'check for winner' and 'download firmware' should be an atomic action. This is true for btmrvl driver but not mwmfiex, which cause firmware download to fail when the following senerio happens: 1) mwifiex check winner status: true 2) btmrvl check winner status: true, and start

Re: [PATCH] rtl8xxxu: increase polling timeout for firmware startup

2016-05-18 Thread Jes Sorensen
Dan Lenski writes: > Here is a patch to increase the polling timeout for rtl8xxxu firmware > startup. > > This patch now applies cleanly to Jes Sorensen's rtl8xxxu-devel tree > (86c89dd4782030c4f9e0c82424a8b92f9fdb35aa). > > The patch to make this a module parameter was

Re: [GIT] Networking

2016-05-18 Thread Kalle Valo
Linus Torvalds writes: > On Wed, May 18, 2016 at 11:58 AM, Kalle Valo wrote: >> >> It would be best if you could send a patch either directly to Dave or >> Linus to resolve this quickly. > > I'm committing my patch myself right now, since

Re: [GIT] Networking

2016-05-18 Thread Coelho, Luciano
On Wed, 2016-05-18 at 12:00 -0700, Linus Torvalds wrote: > On Wed, May 18, 2016 at 11:58 AM, Kalle Valo > wrote: > > > > > > It would be best if you could send a patch either directly to Dave > > or > > Linus to resolve this quickly. > I'm committing my patch myself right

Re: [GIT] Networking

2016-05-18 Thread Linus Torvalds
On Wed, May 18, 2016 at 11:58 AM, Kalle Valo wrote: > > It would be best if you could send a patch either directly to Dave or > Linus to resolve this quickly. I'm committing my patch myself right now, since this bug makes my laptop useless, and I will take credit for

[PATCH] iwlwifi: mvm: fix merge damage in tx.c

2016-05-18 Thread Luca Coelho
From: Luca Coelho During the merge in commit 909b27f70643 ("Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net"), there was a small merge damage where one instance of info was not converted into skb_info. Fix this. Signed-off-by: Luca Coelho

Re: [GIT] Networking

2016-05-18 Thread Kalle Valo
"Coelho, Luciano" writes: > Kalle, David, what is the status with the fix that is on the way via > your trees? It would be best if you could send a patch either directly to Dave or Linus to resolve this quickly. -- Kalle Valo -- To unsubscribe from this list: send

Re: [GIT] Networking

2016-05-18 Thread Linus Torvalds
On Wed, May 18, 2016 at 11:45 AM, Linus Torvalds wrote: > > From what I can tell, there's a merge bug in commit 909b27f70643, > where David seems to have lost some of the changes to > iwl_mvm_set_tx_cmd(). > > I do not know if that's the reason for the problem I

Re: [GIT] Networking

2016-05-18 Thread Coelho, Luciano
On Wed, 2016-05-18 at 11:45 -0700, Linus Torvalds wrote: > On Wed, May 18, 2016 at 7:23 AM, Coelho, Luciano > wrote: > > > > > > I can confirm that 4.6 contains the same bug.  And reverting the > > patch > > I mentioned does solve the problem... > > > > The same patch

Re: [GIT] Networking

2016-05-18 Thread Linus Torvalds
On Wed, May 18, 2016 at 7:23 AM, Coelho, Luciano wrote: > > I can confirm that 4.6 contains the same bug. And reverting the patch > I mentioned does solve the problem... > > The same patch works fine in our internal tree. I'll have to figure > out together with

[PATCH] rtl8xxxu: increase polling timeout for firmware startup

2016-05-18 Thread Dan Lenski
Here is a patch to increase the polling timeout for rtl8xxxu firmware startup. This patch now applies cleanly to Jes Sorensen's rtl8xxxu-devel tree (86c89dd4782030c4f9e0c82424a8b92f9fdb35aa). The patch to make this a module parameter was removed. Dan Lenski (1): rtl8xxxu: Increase default

[PATCH] rtl8xxxu: Increase default polling timeout for firmware startup

2016-05-18 Thread Dan Lenski
This patch increases the default value for the maximum number of polling loops to wait for the rtl8xxxu MCU to start after the firmware is loaded (from 1000 to 5000). With RTL8723AU chipset, I frequently encounter "Firmware failed to start" errors from rtl8xxxu after a cold boot. It appears that

Re: [PATCH] iw: Fix -Wabsolute-value compiler warning in iw.c

2016-05-18 Thread Aurimas Liutikas
Hey there! Any thoughts on this patch? Aurimas On Thu, May 12, 2016 at 9:16 AM, Aurimas Liutikas wrote: > Signed-off-by: Aurimas Liutikas > > diff --git a/iw.c b/iw.c > index 2aabddb..a6efe5b 100644 > --- a/iw.c > +++ b/iw.c > @@ -516,7 +516,7 @@ int

Re: [PATCH] Make firmware startup polling timeout configurable, and increase default

2016-05-18 Thread Jes Sorensen
Daniel Lenski writes: > Jes Sorensen writes: >> >> Dan Lenski writes: >> > >> > This issue seems to occur because RTL8XXXU_FIRMWARE_POLL_MAX (1000) is >> > too short, and the MCU fails to start up as quickly as expected. >> > >> >

Re: [PATCH 1/2] rtl8xxxu: Increase default polling timeout for firmware startup

2016-05-18 Thread Jes Sorensen
Daniel Lenski writes: > On Tue, May 17, 2016 at 8:35 PM, Jes Sorensen wrote: >> Dan Lenski writes: >>> diff --git a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h >>> b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h >>> index

Re: [GIT] Networking

2016-05-18 Thread Coelho, Luciano
On Wed, 2016-05-18 at 06:51 -0600, Reinoud Koornstra wrote: > On Wed, May 18, 2016 at 6:41 AM, Coelho, Luciano > wrote: > > > > On Wed, 2016-05-18 at 06:20 -0600, Reinoud Koornstra wrote: > > > > > > On Wed, May 18, 2016 at 4:51 AM, Coelho, Luciano > > >

Re: next wireless workshop - poll

2016-05-18 Thread Jes Sorensen
Johannes Berg writes: > On Thu, 2016-04-28 at 15:26 +0200, Johannes Berg wrote: >> Hi, >> >> Since I've been getting questions about the next possible workshop >> and >> its organisation, I decided to make a poll about it: >> >> http://goo.gl/forms/iMcE8b4TYU >> >>

Re: [GIT] Networking

2016-05-18 Thread Reinoud Koornstra
On Wed, May 18, 2016 at 6:41 AM, Coelho, Luciano wrote: > On Wed, 2016-05-18 at 06:20 -0600, Reinoud Koornstra wrote: >> On Wed, May 18, 2016 at 4:51 AM, Coelho, Luciano >> wrote: >> > >> > Hi Emmanuel, Linus, >> > >> > >> > On Wed, 2016-05-18

Re: [GIT] Networking

2016-05-18 Thread Coelho, Luciano
On Wed, 2016-05-18 at 06:20 -0600, Reinoud Koornstra wrote: > On Wed, May 18, 2016 at 4:51 AM, Coelho, Luciano > wrote: > > > > Hi Emmanuel, Linus, > > > > > > On Wed, 2016-05-18 at 06:37 +0300, Emmanuel Grumbach wrote: > > > > > > On Wed, May 18, 2016 at 4:00 AM,

Re: [GIT] Networking

2016-05-18 Thread Reinoud Koornstra
On Wed, May 18, 2016 at 4:51 AM, Coelho, Luciano wrote: > Hi Emmanuel, Linus, > > > On Wed, 2016-05-18 at 06:37 +0300, Emmanuel Grumbach wrote: >> On Wed, May 18, 2016 at 4:00 AM, Linus Torvalds >> wrote: >> > >> > On Tue, May 17, 2016 at

Re: [PATCH 1/1] rtlwifi: rtl8723be: avoid undefined behavior

2016-05-18 Thread Larry Finger
On 05/17/2016 05:46 PM, Heinrich Schuchardt wrote: Do not return undefined value for transmission power if the rate is invalid. Signed-off-by: Heinrich Schuchardt --- drivers/net/wireless/realtek/rtlwifi/rtl8723be/phy.c | 2 +- 1 file changed, 1 insertion(+), 1

Re: [PATCH 1/1] rtlwifi: rtl8192ee: simplify coding

2016-05-18 Thread Larry Finger
On 05/17/2016 07:43 PM, Heinrich Schuchardt wrote: Simplify _rtl92ee_phy_path_adda_on. Signed-off-by: Heinrich Schuchardt --- drivers/net/wireless/realtek/rtlwifi/rtl8192ee/phy.c | 13 ++--- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git

[PATCH] iw: Change socket configuration to avoid buffer allocation error

2016-05-18 Thread Tribush, Gil
Move nl_socket_set_buffer_size() to be called after genl_connect(), otherwise nl_socket_set_buffer_size() always returns an NLE_BAD_SOCK error because sk->s_fd is equal to -1 at that stage. Signed-off-by: Gil Treibush --- iw.c | 4 ++-- 1 file changed, 2 insertions(+), 2

Re: [GIT] Networking

2016-05-18 Thread Coelho, Luciano
Hi Emmanuel, Linus, On Wed, 2016-05-18 at 06:37 +0300, Emmanuel Grumbach wrote: > On Wed, May 18, 2016 at 4:00 AM, Linus Torvalds > wrote: > > > > On Tue, May 17, 2016 at 12:11 PM, David Miller > > wrote: > > > > > > > > > Highlights: > >

Re: next wireless workshop - poll

2016-05-18 Thread Johannes Berg
On Thu, 2016-04-28 at 15:26 +0200, Johannes Berg wrote: > Hi, > > Since I've been getting questions about the next possible workshop > and > its organisation, I decided to make a poll about it: > > http://goo.gl/forms/iMcE8b4TYU > > Please reply by > > May 16th > > so I can

Re: wifi driver crashes openwrt device

2016-05-18 Thread Sven Eckelmann
On Monday 16 May 2016 14:46:07 Kalle Valo wrote: [...] > Didn't openwrt have a some sort ramoops facility to collect the last > kernel logs before a crash? I don't recall the name right now but I'm > pretty sure I used it with one of our APs few years back. That might > help (or not). He can just

Re: [PATCH 1/1] brcm80211: simplify assignment

2016-05-18 Thread Arend Van Spriel
On 18-5-2016 2:57, Heinrich Schuchardt wrote: > Simplify assignment in wlc_phy_rxcal_gainctrl_nphy_rev5. Acked-by: Arend van Spriel > Signed-off-by: Heinrich Schuchardt > --- > drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c | 2 +-

Re: [RESEND] Re: updating carl9170-1.fw in linux-firmware.git

2016-05-18 Thread Lauri Kasanen
On Tue, 03 May 2016 15:09:39 +0200 Christian Lamparter wrote: > On Thursday, April 21, 2016 03:22:15 PM Kalle Valo wrote: > > Christian Lamparter writes: > > > > > Maintainers. So for those people reading the fw list: > > > > > > What would it