Re: [PATCH 2/2] nfc: st95hf: drop another illegal kfree_skb()

2018-07-17 Thread Daniel Mack
Hi, I'll resend the two patches in this series as part of a bigger series soon, please ignore them for now. Thanks, Daniel On Friday, June 29, 2018 02:47 PM, Daniel Mack wrote: In the error path of the IRQ handler, don't free the skb in flight. The callback in the digital core will do

Re: IBSS timeouts

2018-07-17 Thread Ben Greear
On 07/17/2018 12:57 AM, Nicolas Cavallari wrote: On 16/07/2018 21:31, James Prestwood wrote: Hello, I am a developer for IWD and trying to implement IBSS networks. The initial IBSS_JOIN, 4-way, and setting the keys all works and I am able to connect two stations. The problem is that I am

Re: IBSS timeouts

2018-07-17 Thread Nicolas Cavallari
On 17/07/2018 17:02, Ben Greear wrote: > On 07/17/2018 12:57 AM, Nicolas Cavallari wrote: >> In IBSS mode, all stations are required to send beacons. The protocol >> is a bit >> complex to arrange that, every 102.4ms, a station is chosen to emit >> the beacon. > > I'm not sure this part is

Re: IBSS timeouts

2018-07-17 Thread James Prestwood
On Tue, 2018-07-17 at 09:57 +0200, Nicolas Cavallari wrote: > On 16/07/2018 21:31, James Prestwood wrote: > > > > Hello, > > > > I am a developer for IWD and trying to implement IBSS networks. The > > initial IBSS_JOIN, 4-way, and setting the keys all works and I am > > able > > to connect two

Re: IBSS timeouts

2018-07-17 Thread Nicolas Cavallari
On 17/07/2018 18:19, James Prestwood wrote: > On Tue, 2018-07-17 at 09:57 +0200, Nicolas Cavallari wrote: >> This is not normal, but it isn't your fault. It's more a problem with >> your card >> firmware/driver. What card/driver do you have ? > > One side has an Intel 7260 and the other has an

Re: IBSS timeouts

2018-07-17 Thread Ben Greear
On 07/17/2018 10:44 AM, Nicolas Cavallari wrote: On 17/07/2018 17:02, Ben Greear wrote: On 07/17/2018 12:57 AM, Nicolas Cavallari wrote: In IBSS mode, all stations are required to send beacons. The protocol is a bit complex to arrange that, every 102.4ms, a station is chosen to emit the

Re: IBSS timeouts

2018-07-17 Thread Nicolas Cavallari
On 16/07/2018 21:31, James Prestwood wrote: > Hello, > > I am a developer for IWD and trying to implement IBSS networks. The > initial IBSS_JOIN, 4-way, and setting the keys all works and I am able > to connect two stations. The problem is that I am hitting a timeout in > the kernel once the

[PATCH] iwlwifi: add more card IDs for 9000 series

2018-07-17 Thread Emmanuel Grumbach
Add new device IDs for the 9000 series. Cc: sta...@vger.kernel.org [4.14+] Signed-off-by: Emmanuel Grumbach --- Hi Kalle, Luca is on vacation and customers need those device IDs. Can you please apply this on wireless-drivers.git? Thank you --- drivers/net/wireless/intel/iwlwifi/cfg/9000.c |