Re: [PATCH] Revert "ath10k: add sanity check to ie_len before parsing fw/board ie"

2018-02-07 Thread Mike Lothian
ie_id, len, ie_len); > @@ -1556,6 +1553,9 @@ int ath10k_core_fetch_firmware_api_n(struct ath10k *ar, > const char *name, > break; > } > > + /* jump over the padding */ > + ie_len = ALIGN(ie_len, 4); > + > len -= ie_len; > data += ie_len; > } > -- > 2.7.4 > Tested-by: Mike Lothian Sent at HTML the first time sorry ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: Regression in ath10k

2018-02-06 Thread Mike Lothian
On 5 February 2018 at 22:38, Mike Lothian wrote: > Hi > > Since the merge window opened I've been unable to see any wireless > networks or join my usual access point > > I bisected this to: > > 9ed4f91628737c820af6a1815b65bc06bd31518f is

Re: Bug 119151 - [regression] ath10k no longer authenitcates and freezes system

2016-06-08 Thread Mike Lothian
Hi Yes that fixes things locally Thanks Mike On 8 June 2016 at 16:52, Rajkumar Manoharan wrote: > On 2016-06-02 23:03, Mike Lothian wrote: >> >> I've just tried those two changes, the machine now locks up before X >> has even started >> > Mike, > >