Re: [PATCH v2] ath10k: Retry pci probe on failure.

2017-10-17 Thread Ben Greear
On 10/17/2017 01:45 AM, Kalle Valo wrote: Ben Greear writes: On 10/13/2017 08:50 AM, Adrian Chadd wrote: On 13 October 2017 at 05:41, Kalle Valo wrote: gree...@candelatech.com writes: From: Ben Greear This works

Re: [PATCH v2] ath10k: Retry pci probe on failure.

2017-10-17 Thread Kalle Valo
Ben Greear writes: > On 10/13/2017 08:50 AM, Adrian Chadd wrote: >> On 13 October 2017 at 05:41, Kalle Valo wrote: >>> gree...@candelatech.com writes: >>> From: Ben Greear This works around a problem we

Re: [PATCH v2] ath10k: Retry pci probe on failure.

2017-10-13 Thread Adrian Chadd
[snip] * WMI setup stuff fails locally because of memory fragmentation when you reload the driver. Heh. Sigh. * I also see the PCI wakeup failures, so I'm going to go poke that soon and see what I find. -adrian ___ ath10k mailing list

Re: [PATCH v2] ath10k: Retry pci probe on failure.

2017-10-13 Thread Ben Greear
On 10/13/2017 08:50 AM, Adrian Chadd wrote: On 13 October 2017 at 05:41, Kalle Valo wrote: gree...@candelatech.com writes: From: Ben Greear This works around a problem we see when sometimes the wifi NIC does not respond the first time. This

Re: [PATCH v2] ath10k: Retry pci probe on failure.

2017-10-13 Thread Adrian Chadd
On 13 October 2017 at 05:41, Kalle Valo wrote: > gree...@candelatech.com writes: > >> From: Ben Greear >> >> This works around a problem we see when sometimes the wifi NIC does >> not respond the first time. This seems to happen especially often

Re: [PATCH v2] ath10k: Retry pci probe on failure.

2017-10-13 Thread Kalle Valo
gree...@candelatech.com writes: > From: Ben Greear > > This works around a problem we see when sometimes the wifi NIC does > not respond the first time. This seems to happen especially often on > some of the 9984 NICs in mid-range platforms. > > Signed-off-by: Ben

[PATCH v2] ath10k: Retry pci probe on failure.

2017-10-03 Thread greearb
From: Ben Greear This works around a problem we see when sometimes the wifi NIC does not respond the first time. This seems to happen especially often on some of the 9984 NICs in mid-range platforms. Signed-off-by: Ben Greear --- v2: Change