All of lore.kernel.org
 help / color / mirror / Atom feed
* Stand-alone ath10k-ct driver.
@ 2016-06-20 21:52 ` Ben Greear
  0 siblings, 0 replies; 4+ messages in thread
From: Ben Greear @ 2016-06-20 21:52 UTC (permalink / raw)
  To: ath10k, linux-wireless@vger.kernel.org

Hello!

I have made an attempt to provide a stand-alone ath10k driver that should compile
and work against stock 4.7 kernels.  This should provide better support for CT ath10k
firmware without having to apply large numbers of patches.  My 4.7 kernel has only been very lightly tested
to date, and the stand-alone driver is only compile tested.  I will update the
ath-ct repo often as testing progresses on 4.7.

If there are brave souls that want to try it out, I'd appreciate any feedback.

https://github.com/greearb/ath-ct

See the README.txt for some details.  This will require at least some familiarity
with building kernels since I do not have any nice automation to compile against
the current running kernel yet, for instance.

Thanks,
Ben

-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com


_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Stand-alone ath10k-ct driver.
@ 2016-06-20 21:52 ` Ben Greear
  0 siblings, 0 replies; 4+ messages in thread
From: Ben Greear @ 2016-06-20 21:52 UTC (permalink / raw)
  To: ath10k, linux-wireless@vger.kernel.org

Hello!

I have made an attempt to provide a stand-alone ath10k driver that should compile
and work against stock 4.7 kernels.  This should provide better support for CT ath10k
firmware without having to apply large numbers of patches.  My 4.7 kernel has only been very lightly tested
to date, and the stand-alone driver is only compile tested.  I will update the
ath-ct repo often as testing progresses on 4.7.

If there are brave souls that want to try it out, I'd appreciate any feedback.

https://github.com/greearb/ath-ct

See the README.txt for some details.  This will require at least some familiarity
with building kernels since I do not have any nice automation to compile against
the current running kernel yet, for instance.

Thanks,
Ben

-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Stand-alone ath10k-ct driver.
  2016-06-20 21:52 ` Ben Greear
  (?)
@ 2016-06-20 23:11 ` Sebastian Gottschall
  2016-06-20 23:19   ` Ben Greear
  -1 siblings, 1 reply; 4+ messages in thread
From: Sebastian Gottschall @ 2016-06-20 23:11 UTC (permalink / raw)
  To: ath10k

Am 20.06.2016 um 23:52 schrieb Ben Greear:
> Hello!
>
> I have made an attempt to provide a stand-alone ath10k driver that 
> should compile
> and work against stock 4.7 kernels.  This should provide better 
> support for CT ath10k
> firmware without having to apply large numbers of patches.  My 4.7 
> kernel has only been very lightly tested
> to date, and the stand-alone driver is only compile tested.  I will 
> update the
> ath-ct repo often as testing progresses on 4.7.
>
> If there are brave souls that want to try it out, I'd appreciate any 
> feedback.
>
> https://github.com/greearb/ath-ct
>
> See the README.txt for some details.  This will require at least some 
> familiarity
> with building kernels since I do not have any nice automation to 
> compile against
> the current running kernel yet, for instance.
>
why dont you use compat-wireless / backports as base?
so you can use your driver in any kernel version
> Thanks,
> Ben
>


-- 
Mit freundlichen Grüssen / Regards

Sebastian Gottschall / CTO

NewMedia-NET GmbH - DD-WRT
Firmensitz:  Berliner Ring 101, 64625 Bensheim
Registergericht: Amtsgericht Darmstadt, HRB 25473
Geschäftsführer: Peter Steinhäuser, Christian Scheele
http://www.dd-wrt.com
email: s.gottschall@dd-wrt.com
Tel.: +496251-582650 / Fax: +496251-5826565


_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Stand-alone ath10k-ct driver.
  2016-06-20 23:11 ` Sebastian Gottschall
@ 2016-06-20 23:19   ` Ben Greear
  0 siblings, 0 replies; 4+ messages in thread
From: Ben Greear @ 2016-06-20 23:19 UTC (permalink / raw)
  To: Sebastian Gottschall, ath10k

On 06/20/2016 04:11 PM, Sebastian Gottschall wrote:
> Am 20.06.2016 um 23:52 schrieb Ben Greear:
>> Hello!
>>
>> I have made an attempt to provide a stand-alone ath10k driver that should compile
>> and work against stock 4.7 kernels.  This should provide better support for CT ath10k
>> firmware without having to apply large numbers of patches.  My 4.7 kernel has only been very lightly tested
>> to date, and the stand-alone driver is only compile tested.  I will update the
>> ath-ct repo often as testing progresses on 4.7.
>>
>> If there are brave souls that want to try it out, I'd appreciate any feedback.
>>
>> https://github.com/greearb/ath-ct
>>
>> See the README.txt for some details.  This will require at least some familiarity
>> with building kernels since I do not have any nice automation to compile against
>> the current running kernel yet, for instance.
>>
> why dont you use compat-wireless / backports as base?
> so you can use your driver in any kernel version

Just no time to deal with backports, and if I have just a stand-alone driver,
then it is easier for folks to use it in whatever kernel they already happen
to be using.  Hopefully some project that is already using a 4.7-ish backport
can compile my driver against that and have it just work, for instance.

Since I'm finding so many regressions when I rebase, and rebasing makes it almost
impossible to bisect between kernels, then maybe it would just be better if
I maintained a parallel drivers/net/wireless/ath/ath10k-ct/, and just applied
patches from ../ath10k/ manually on top of my own stuff.  At least that way
I could bisect regressions....

Thanks,
Ben

-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com


_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-06-20 23:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-20 21:52 Stand-alone ath10k-ct driver Ben Greear
2016-06-20 21:52 ` Ben Greear
2016-06-20 23:11 ` Sebastian Gottschall
2016-06-20 23:19   ` Ben Greear

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.