User Tools

Site Tools


en:users:drivers:ath6kl

Differences

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

Link to this comparison view

en:users:drivers:ath6kl [2015/01/26 09:49]
127.0.0.1 external edit
en:users:drivers:ath6kl [2016/07/31 09:16]
Kalle Valo Update the location of ath.git tree
Line 44: Line 44:
 ===== Hacking on ath6kl ===== ===== Hacking on ath6kl =====
  
-ath6kl is now part of wireless kernel trees. All the development happens ​in github ​[[https://github.com/kvalo/ath|github'​s ​ath6kl project]]. To clone the tree: +ath6kl is now part of wireless kernel trees. All the development happens ​on [[https://git.kernel.org/​cgit/​linux/​kernel/​git/kvalo/ath.git/|Kalle Valo'​s ​ath.git tree]]. To clone the tree: 
  
 +<​code>​git clone git://​git.kernel.org/​pub/​scm/​linux/​kernel/​git/​kvalo/​ath.git
 +</​code>​
  
-<​code>​git clone git://​github.com/​kvalo/​ath.git</​code>​ 
 The driver is located in drivers/​net/​wireless/​ath/​ath6kl. To compile the driver enable CONFIG_ATH6KL which is found under Device Drivers/​Network device support/​Wireless LAN/Atheros Wireless Cards/​Atheros ath6kl support. Also enable CONFIG_ATH6KL_DEBUG to include all debugging code.  The driver is located in drivers/​net/​wireless/​ath/​ath6kl. To compile the driver enable CONFIG_ATH6KL which is found under Device Drivers/​Network device support/​Wireless LAN/Atheros Wireless Cards/​Atheros ath6kl support. Also enable CONFIG_ATH6KL_DEBUG to include all debugging code. 
  
Line 97: Line 98:
   *           * [[en/​users/​Drivers/​ath6kl/​Debug|debugging help and tips]] ​   *           * [[en/​users/​Drivers/​ath6kl/​Debug|debugging help and tips]] ​
   *           * [[en/​users/​Drivers/​ath6kl/​CodingStyle|ath6kl coding style]] ​   *           * [[en/​users/​Drivers/​ath6kl/​CodingStyle|ath6kl coding style]] ​
- 
en/users/drivers/ath6kl.txt ยท Last modified: 2016/07/31 09:16 by Kalle Valo