Re: pull request: iwlwifi 2016-01-26

2016-01-27 Thread Kalle Valo
"Grumbach, Emmanuel" writes: > On 01/26/2016 04:01 PM, Johannes Berg wrote: There's a conflict due to 8f57e4d930d, how should I fix it? >> I think we can thus drop my patch - that commit fixes the issue that >> Andrew had reported as well, and that I worked

pull request: iwlwifi 2016-01-26

2016-01-26 Thread Grumbach, Emmanuel
Hi Kalle, This is the first round of fixes for 4.5. Most of them are really trivial. The TPC stats one stands out a little bit. It can fix traffic issues which are typically hard to debug. Please pull and let me know if you have issues. I also have a batch of patches for -next, but

Re: pull request: iwlwifi 2016-01-26

2016-01-26 Thread Kalle Valo
"Grumbach, Emmanuel" writes: > This is the first round of fixes for 4.5. Most of them are really > trivial. The TPC stats one stands out a little bit. It can fix traffic > issues which are typically hard to debug. Please pull and let me know > if you have issues.

Re: pull request: iwlwifi 2016-01-26

2016-01-26 Thread Grumbach, Emmanuel
Hi Kalle, On 01/26/2016 03:51 PM, Kalle Valo wrote: > "Grumbach, Emmanuel" writes: > >> This is the first round of fixes for 4.5. Most of them are really >> trivial. The TPC stats one stands out a little bit. It can fix traffic >> issues which are typically hard to

Re: pull request: iwlwifi 2016-01-26

2016-01-26 Thread Johannes Berg
> > There's a conflict due to 8f57e4d930d, how should I fix it? I think we can thus drop my patch - that commit fixes the issue that Andrew had reported as well, and that I worked around by casting the result... now that abs() has a consistent result, using s32 in both sides of the min() is

Re: pull request: iwlwifi 2016-01-26

2016-01-26 Thread Grumbach, Emmanuel
On 01/26/2016 04:01 PM, Johannes Berg wrote: >>> There's a conflict due to 8f57e4d930d, how should I fix it? > I think we can thus drop my patch - that commit fixes the issue that > Andrew had reported as well, and that I worked around by casting the > result... now that abs() has a consistent