[-next] WARNING at iwl_mvm_time_event_send_add+0x72/0x1b6

2015-10-26 Thread Sergey Senozhatsky
Hi, linux-next 20151022 wlp2s0: aborting authentication with 00:04:96:61:cd:e0 by local choice (Reason: 3=DEAUTH_LEAVING) [ cut here ] WARNING: CPU: 0 PID: 1006 at drivers/net/wireless/iwlwifi/mvm/time-event.c:513 iwl_mvm_time_event_send_add+0x72/0x1b6 [iwlmvm]()

Re: [PATCH v2] net: tso: add support for IPv6

2015-10-26 Thread Toshiaki Makita
On 2015/10/26 17:13, Toshiaki Makita wrote: > On 2015/10/26 16:47, Grumbach, Emmanuel wrote: >> On 10/26/2015 06:03 AM, Toshiaki Makita wrote: >>> On 2015/10/26 5:02, Emmanuel Grumbach wrote: Adding IPv6 for the TSO helper API is trivial: * Don't play with the id (which doesn't exist

Re: [PATCH] ath10k: update antenna configuration after setting in fw

2015-10-26 Thread Manikanta
On Monday 26 October 2015 03:35 PM, Albino B Neto wrote: 2015-10-26 7:22 GMT-02:00 : Signed-off-by: Manikanta Pubbisetty --- drivers/net/wireless/ath/ath10k/mac.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)

[PATCH] Minstrel_ht: use lowest rate last

2015-10-26 Thread Dmitry Ivanov
Minstrel_ht: use lowest rate last as in minstrel. It should improve robustness in environments with non-stationary noise. Signed-off-by: Dmitry Ivanov --- net/mac80211/rc80211_minstrel_ht.c | 8 +++- net/mac80211/rc80211_minstrel_ht.h | 2 ++ 2 files changed, 9 insertions(+),

Re: [PATCH] ath10k: update antenna configuration after setting in fw

2015-10-26 Thread Albino B Neto
2015-10-26 7:22 GMT-02:00 : > Signed-off-by: Manikanta Pubbisetty > --- > drivers/net/wireless/ath/ath10k/mac.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/net/wireless/ath/ath10k/mac.c >

RE: [[linux-nfc] PATCH v1.0 2/3] driver: nfc: st95hf: ST NFC Transceiver support

2015-10-26 Thread Shikha SINGH
Hi Samuel, Thanks for your review. On Sat, Sep 12, 2015 at 03:21:34AM -0400, Shikha Singh wrote: > diff --git a/drivers/nfc/st95hf/Makefile b/drivers/nfc/st95hf/Makefile > new file mode 100644 index 000..2d8f8f3 > --- /dev/null > +++ b/drivers/nfc/st95hf/Makefile > @@ -0,0 +1,6 @@

Re: [PATCH v2] net: tso: add support for IPv6

2015-10-26 Thread Grumbach, Emmanuel
On 10/26/2015 10:14 AM, Toshiaki Makita wrote: > On 2015/10/26 16:47, Grumbach, Emmanuel wrote: >> On 10/26/2015 06:03 AM, Toshiaki Makita wrote: >>> On 2015/10/26 5:02, Emmanuel Grumbach wrote: Adding IPv6 for the TSO helper API is trivial: * Don't play with the id (which doesn't

[PATCH v3] net: tso: add support for IPv6

2015-10-26 Thread Emmanuel Grumbach
Adding IPv6 for the TSO helper API is trivial: * Don't play with the id (which doesn't exist in IPv6) * Correctly update the payload_len (don't include the length of the IP header itself) Signed-off-by: Emmanuel Grumbach --- v3: use vlan_get_protocol and call it

Re: [PATCH v2] net: tso: add support for IPv6

2015-10-26 Thread Toshiaki Makita
On 2015/10/26 16:47, Grumbach, Emmanuel wrote: > On 10/26/2015 06:03 AM, Toshiaki Makita wrote: >> On 2015/10/26 5:02, Emmanuel Grumbach wrote: >>> Adding IPv6 for the TSO helper API is trivial: >>> * Don't play with the id (which doesn't exist in IPv6) >>> * Correctly update the payload_len

Re: [linuxwifi] [-next] WARNING at iwl_mvm_time_event_send_add+0x72/0x1b6

2015-10-26 Thread Grumbach, Emmanuel
Hi, On 10/26/2015 08:41 AM, Sergey Senozhatsky wrote: > Hi, > > linux-next 20151022 > > Can be reproduced reliably? Seems like a bad race between the end of session protection for the authentication and the start of the session protection for the deauth. I think I found the hole in the locks

Re: [PATCH 02/28] staging: wicl1000: isr_uh_routine: use netdev private wilc

2015-10-26 Thread glen lee
On 2015년 10월 26일 17:23, Greg KH wrote: On Mon, Oct 26, 2015 at 11:08:43AM +0900, glen lee wrote: On 2015년 10월 25일 10:29, Greg KH wrote: On Fri, Oct 23, 2015 at 02:28:18PM +0900, Glen Lee wrote: Use netdev private member wilc instead of g_linux_wlan and Change argument wilc with dev in the

Re: [PATCH v2] net: tso: add support for IPv6

2015-10-26 Thread Grumbach, Emmanuel
On 10/26/2015 06:03 AM, Toshiaki Makita wrote: > On 2015/10/26 5:02, Emmanuel Grumbach wrote: >> Adding IPv6 for the TSO helper API is trivial: >> * Don't play with the id (which doesn't exist in IPv6) >> * Correctly update the payload_len (don't include the >> length of the IP header itself)

Re: [linuxwifi] [-next] WARNING at iwl_mvm_time_event_send_add+0x72/0x1b6

2015-10-26 Thread Grumbach, Emmanuel
On 10/26/2015 10:30 AM, Sergey Senozhatsky wrote: > On (10/26/15 07:51), Grumbach, Emmanuel wrote: >>> On 10/26/2015 08:41 AM, Sergey Senozhatsky wrote: Hi, linux-next 20151022 >>> >>> Can be reproduced reliably? >>> Seems like a bad race between the end of session

Re: [PATCH 02/28] staging: wicl1000: isr_uh_routine: use netdev private wilc

2015-10-26 Thread Greg KH
On Mon, Oct 26, 2015 at 11:08:43AM +0900, glen lee wrote: > > > On 2015년 10월 25일 10:29, Greg KH wrote: > >On Fri, Oct 23, 2015 at 02:28:18PM +0900, Glen Lee wrote: > >>Use netdev private member wilc instead of g_linux_wlan and Change argument > >>wilc > >>with dev in the function

[PATCH] Staging: rtl8723: Fixed a few whitespace related coding style errors

2015-10-26 Thread Ewoud Van Craeynest
Signed-off-by: Ewoud Van Craeynest --- This is my first patch. I followed the kernel newbie's guide --- drivers/staging/rtl8723au/core/rtw_wlan_util.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git

Re: [linuxwifi] [-next] WARNING at iwl_mvm_time_event_send_add+0x72/0x1b6

2015-10-26 Thread Grumbach, Emmanuel
On 10/26/2015 09:23 AM, Grumbach, Emmanuel wrote: > Hi, > > On 10/26/2015 08:41 AM, Sergey Senozhatsky wrote: >> Hi, >> >> linux-next 20151022 >> >> > > Can be reproduced reliably? > Seems like a bad race between the end of session protection for the > authentication and the start of the

Re: [linuxwifi] [-next] WARNING at iwl_mvm_time_event_send_add+0x72/0x1b6

2015-10-26 Thread Sergey Senozhatsky
On (10/26/15 07:51), Grumbach, Emmanuel wrote: > > On 10/26/2015 08:41 AM, Sergey Senozhatsky wrote: > >> Hi, > >> > >> linux-next 20151022 > >> > >> > > > > Can be reproduced reliably? > > Seems like a bad race between the end of session protection for the > > authentication and the start of the

Re: [PATCH v4 14/15] net: wireless: ath: Remove unneeded variable ret returning 0

2015-10-26 Thread punit vara
On Fri, Oct 23, 2015 at 12:26 AM, Sergei Shtylyov wrote: > On 10/22/2015 09:47 PM, Punit Vara wrote: > >> Remove black line suggested by Sergei > > >Such kind of comments should be under the --- tear line. > >> >> This patch is to the ath5k/eeprom.c that

[PATCH] Staging: wilc1000: Fix warning prefer eth_broadcast_addr over memset()

2015-10-26 Thread Punit Vara
This patch is to the host_interface.c that fixes up following warning by checkpatch.pl: -Prefer eth_broadcast_addr() over memset() Signed-off-by: Punit Vara --- drivers/staging/wilc1000/host_interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: mwifiex problem: incompatible network settings

2015-10-26 Thread Julien Cubizolles
Dan Williams writes: > On Mon, 2015-10-26 at 16:51 +0100, Julien Cubizolles wrote: >> I can't connect anymore to my home wifi since upgrading my machine from >> Ubuntu 15.04 to Ubuntuy 15.10. I was previously running kernel 4.3.0-rc2 >> from kernel.org without any problem. After

Re: [PATCH] wcn36xx: Remove warning message when dev is NULL for arm64 dma_alloc.

2015-10-26 Thread yfw
On 2015/10/27 2:24, Bjorn Andersson wrote: On Sun, Oct 25, 2015 at 7:36 PM, Yin, Fengwei wrote: arm64 has requirement that all the dma operations have actual device. Otherwise, following warnning message shown and dma allocation fails: WARNING: CPU: 0 PID: 954 at

Re: [PATCH v3] net: tso: add support for IPv6

2015-10-26 Thread David Miller
From: Emmanuel Grumbach Date: Mon, 26 Oct 2015 10:31:29 +0200 > Adding IPv6 for the TSO helper API is trivial: > * Don't play with the id (which doesn't exist in IPv6) > * Correctly update the payload_len (don't include the > length of the IP header itself) > >

Re: [PATCH] Staging: wilc1000: Fix warning prefer eth_broadcast_addr over memset()

2015-10-26 Thread Greg KH
On Tue, Oct 27, 2015 at 01:21:46AM +0530, Punit Vara wrote: > This patch is to the host_interface.c that fixes up following > warning by checkpatch.pl: > > -Prefer eth_broadcast_addr() over memset() > > Signed-off-by: Punit Vara > --- >

Re: [PATCH v3] net: tso: add support for IPv6

2015-10-26 Thread Eric Dumazet
On Mon, 2015-10-26 at 10:31 +0200, Emmanuel Grumbach wrote: > Adding IPv6 for the TSO helper API is trivial: > * Don't play with the id (which doesn't exist in IPv6) > * Correctly update the payload_len (don't include the > length of the IP header itself) > > Signed-off-by: Emmanuel Grumbach

Re: [PATCH] ath10k: update antenna configuration after setting in fw

2015-10-26 Thread Ben Greear
On 10/26/2015 03:11 AM, Manikanta wrote: On Monday 26 October 2015 03:35 PM, Albino B Neto wrote: 2015-10-26 7:22 GMT-02:00 : Signed-off-by: Manikanta Pubbisetty --- drivers/net/wireless/ath/ath10k/mac.c | 6 +++--- 1 file

[PATCH] nfc: nci: non-static functions can not be inline

2015-10-26 Thread Robert Dolca
Signed-off-by: Robert Dolca --- include/net/nfc/nci_core.h | 8 net/nfc/nci/core.c | 16 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/include/net/nfc/nci_core.h b/include/net/nfc/nci_core.h index 530df66..1e3db2b

mwifiex problem: incompatible network settings

2015-10-26 Thread Julien Cubizolles
I can't connect anymore to my home wifi since upgrading my machine from Ubuntu 15.04 to Ubuntuy 15.10. I was previously running kernel 4.3.0-rc2 from kernel.org without any problem. After the upgrade, and with the same kernel, I couldn't connect anymore. I built 4.3.0-rc7, and the problem remains.

Re: mwifiex problem: incompatible network settings

2015-10-26 Thread Dan Williams
On Mon, 2015-10-26 at 16:51 +0100, Julien Cubizolles wrote: > I can't connect anymore to my home wifi since upgrading my machine from > Ubuntu 15.04 to Ubuntuy 15.10. I was previously running kernel 4.3.0-rc2 > from kernel.org without any problem. After the upgrade, and with the > same kernel, I

Re: [RFC 08/16] rtl8xxxu: Extract TX power fields from struct rtl8xxu_priv

2015-10-26 Thread Jes Sorensen
Jakub Sitnicki writes: > On Wed, Oct 21, 2015 at 03:58 AM CEST, Jes Sorensen > wrote: >> Jakub Sitnicki writes: >>> Signed-off-by: Jakub Sitnicki >>> --- >>>

Re: [RFC 16/16] rtl8xxxu: rtl8188eu: Implement parse_efuse()

2015-10-26 Thread Jes Sorensen
Jakub Sitnicki writes: > On Wed, Oct 21, 2015 at 04:15 AM CEST, Jes Sorensen > wrote: >> Jakub Sitnicki writes: >>> diff --git a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h >>>

Re: [PATCH] wcn36xx: Remove warning message when dev is NULL for arm64 dma_alloc.

2015-10-26 Thread Bjorn Andersson
On Sun, Oct 25, 2015 at 7:36 PM, Yin, Fengwei wrote: > arm64 has requirement that all the dma operations have actual device. > Otherwise, following warnning message shown and dma allocation fails: > > WARNING: CPU: 0 PID: 954 at arch/arm64/mm/dma-mapping.c:106 >