User Tools

Site Tools


en:users:drivers:ath10k:debug

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
Next revision Both sides next revision
en:users:drivers:ath10k:debug [2015/04/24 14:15]
Kalle Valo bitrates: move the description before the example
en:users:drivers:ath10k:debug [2016/02/19 09:41]
Kalle Valo Add new debug levels
Line 26: Line 26:
         ATH10K_DBG_BMI ​         = 0x00000400,         ATH10K_DBG_BMI ​         = 0x00000400,
         ATH10K_DBG_REGULATORY ​  = 0x00000800,         ATH10K_DBG_REGULATORY ​  = 0x00000800,
 +        ATH10K_DBG_TESTMODE = 0x00001000,
 +        ATH10K_DBG_WMI_PRINT = 0x00002000,
 +        ATH10K_DBG_PCI_PS = 0x00004000,
 +        ATH10K_DBG_AHB = 0x00008000,
         ATH10K_DBG_ANY ​         = 0xffffffff,         ATH10K_DBG_ANY ​         = 0xffffffff,
 };</​code>​ };</​code>​
Line 182: Line 186:
  
 <​code>​iw wlan0 set bitrates legacy-5 ht-mcs-5 vht-mcs-5 2:9 force-sgi</​code>​ <​code>​iw wlan0 set bitrates legacy-5 ht-mcs-5 vht-mcs-5 2:9 force-sgi</​code>​
 +
 +Few more complicated examples, only supported since 4.2 kernel:
 +
 +<​code>​
 +iw wlan0 set bitrates legacy-5 6 12 ht-mcs-5 1 2 3
 +iw wlan0 set bitrates legacy-5 ht-mcs-5 7 8 9
 +iw wlan0 set bitrates legacy-5 24 ht-mcs-5 vht-mcs-5 1:0-9
 +</​code>​
  
 ==== Simulating firmware crashes ==== ==== Simulating firmware crashes ====
en/users/drivers/ath10k/debug.txt ยท Last modified: 2017/03/29 14:32 by Kalle Valo