User Tools

Site Tools


en:users:drivers:ath10k:backports

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:users:drivers:ath10k:backports [2015/10/25 11:06]
Kalle Valo Formatting fixes
en:users:drivers:ath10k:backports [2017/04/03 06:28]
Janusz Dziedzic [Compiling custom ath10k backports]
Line 39: Line 39:
 For developers wanting to make changes to ath10k it's possible to create backports releases on your own:  For developers wanting to make changes to ath10k it's possible to create backports releases on your own: 
   - Clone the backports tree: <​code>​git clone git://​git.kernel.org/​pub/​scm/​linux/​kernel/​git/​backports/​backports.git</​code>​   - Clone the backports tree: <​code>​git clone git://​git.kernel.org/​pub/​scm/​linux/​kernel/​git/​backports/​backports.git</​code>​
-  - Clone the ath.git containing latest ath10k: <​code>​git clone https://github.com/​kvalo/​ath.git</​code>​+  - Clone the ath.git containing latest ath10k: <​code>​git clone git://git.kernel.org/​pub/​scm/​linux/​kernel/​git/​kvalo/​ath.git 
 +</​code>​
   - Go to the backports tree: <​code>​cd backports</​code>​   - Go to the backports tree: <​code>​cd backports</​code>​
   - create file copy-list.ath with this content: <​code>​COPYING   - create file copy-list.ath with this content: <​code>​COPYING
 MAINTAINERS MAINTAINERS
 +
 +# This just defines some macros, simply take it
 +include/​linux/​bitfield.h
 +include/​linux/​average.h
  
 drivers/​net/​wireless/​Kconfig drivers/​net/​wireless/​Kconfig
Line 58: Line 63:
 include/​net/​mac80211.h include/​net/​mac80211.h
 include/​net/​regulatory.h include/​net/​regulatory.h
 +include/​net/​codel.h
 +include/​net/​codel_impl.h
 +include/​net/​codel_qdisc.h
 +include/​net/​fq.h
 +include/​net/​fq_impl.h
  
 net/​Makefile net/​Makefile
en/users/drivers/ath10k/backports.txt · Last modified: 2017/04/03 06:28 by Janusz Dziedzic