All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: How to integrate the latest ath10k driver into an older kernel release ?
@ 2017-03-24 11:25 Wu Chung-I
  2017-03-25 11:14 ` K.Mani
  2017-03-28 10:20 ` Janusz Dziedzic
  0 siblings, 2 replies; 7+ messages in thread
From: Wu Chung-I @ 2017-03-24 11:25 UTC (permalink / raw)
  To: ath10k

Hi Janusz:
I follow your procedure (include patched your attachment).
I can generate but failing compile.
Any advise?
My environment is Ubuntu 16.04 (same with you), git the backports and 
checkout to master.

Log of make:
make[5]: 'conf' is up to date.
#
# configuration written to .config
#
Building backport-include/backport/autoconf.h ... done.
   CC [M]  /home/chungyi/backports-output/compat/main.o
   CC [M]  /home/chungyi/backports-output/compat/backport-4.5.o
   CC [M]  /home/chungyi/backports-output/compat/backport-4.6.o
   CC [M]  /home/chungyi/backports-output/compat/backport-4.7.o
   CC [M]  /home/chungyi/backports-output/compat/backport-4.8.o
   CC [M]  /home/chungyi/backports-output/compat/lib-rhashtable.o
scripts/Makefile.build:258: recipe for target 
'/home/chungyi/backports-output/compat/lib-rhashtable.o' failed
scripts/Makefile.build:403: recipe for target 
'/home/chungyi/backports-output/compat' failed
Makefile:1418: recipe for target 
'_module_/home/chungyi/backports-output' failed
Makefile.build:6: recipe for target 'modules' failed
Makefile.real:88: recipe for target 'modules' failed
Makefile:40: recipe for target 'modules' failed
Makefile:30: recipe for target 'default' failed
   CC [M]  /home/chungyi/backports-output/compat/lib-rhashtable.o
scripts/Makefile.build:258: recipe for target 
'/home/chungyi/backports-output/compat/lib-rhashtable.o' failed
scripts/Makefile.build:403: recipe for target 
'/home/chungyi/backports-output/compat' failed
Makefile:1418: recipe for target 
'_module_/home/chungyi/backports-output' failed
Makefile.build:6: recipe for target 'modules' failed
Makefile.real:88: recipe for target 'modules' failed
Makefile:40: recipe for target 'modules' failed
Makefile:30: recipe for target 'default' failed


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

^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re: How to integrate the latest ath10k driver into an older kernel release ?
@ 2017-03-10 14:06 Chris Price
  2017-03-13  9:42 ` Janusz Dziedzic
  0 siblings, 1 reply; 7+ messages in thread
From: Chris Price @ 2017-03-10 14:06 UTC (permalink / raw)
  To: ath10k

I had similar problems doing the same thing with a 4.1 kernel. I'm not
sure if you are having the same problem without seeing the compilation
errors, but here is what worked for me:

- Used linux-stable repo
- Used the copy-list.ath file from
https://wireless.wiki.kernel.org/en/users/drivers/ath10k/backports
- Added the following files to copy-list.ath: include/net/codel.h,
include/net/codel_impl.h, include/net/fq.h, include/net/fq_impl.h
- Ensure you compile using the same compiler as was used to compile
your kernel. Otherwise, I couldn't compile one of the arch modules and
the 'mcount' symbol couldn't be found.

YMMV

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

^ permalink raw reply	[flat|nested] 7+ messages in thread
[parent not found: <F3E5DE47-C5E5-46B5-8E19-DF0DD43DBC9C@picocela.com>]

end of thread, other threads:[~2017-03-29  8:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-24 11:25 How to integrate the latest ath10k driver into an older kernel release ? Wu Chung-I
2017-03-25 11:14 ` K.Mani
2017-03-28 10:20 ` Janusz Dziedzic
2017-03-29  8:53   ` 吳重毅
  -- strict thread matches above, loose matches on Subject: below --
2017-03-10 14:06 Chris Price
2017-03-13  9:42 ` Janusz Dziedzic
     [not found] <F3E5DE47-C5E5-46B5-8E19-DF0DD43DBC9C@picocela.com>
2017-03-10 12:57 ` Jean-Luc Kalmus

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.