Re: Issue with ATH10K driver while bringing up mesh interface

2016-08-15 Thread Horse
Hi Which firmware version are you using now? I think "RAW" mode is disabled after firmware 10.4 no matter CT firmware or official firmware. if you are using firmware 10.2, you might need to add rawmode=1 while insmod ath10k_core.ko Thanks Sridhar Kondabathini 於 2016/8/16 下午 12:06 寫道: Hi,

Re: Issue with ATH10K driver while bringing up mesh interface

2016-08-15 Thread Horse
Hi Please try "insmod ath10k_core.ko rawmode=1" Thanks Sridhar Konabathini 於 2016/8/16 下午 12:52 寫道: Hi, We are using firmware - fw 10.2.4.70.9-2. while inserting ath10k_core.ko, ath10k_pci.ko, we are getting below info.

Re: Issue with ATH10K driver while bringing up mesh interface

2016-08-15 Thread Sridhar Konabathini
Hi, We are using firmware - fw 10.2.4.70.9-2. while inserting ath10k_core.ko, ath10k_pci.ko, we are getting below info. -- root@t1024rdb:/dev/shm# insmod ath10k_core.ko root@t1024rdb:/dev/shm# insmod ath10k_pci.ko

Re: Issue with ATH10K driver while bringing up mesh interface

2016-08-15 Thread Raj Joshi
Hi Sridhar, Looking at only the error, I can say that you need to load the ath10k driver with rawmode=1 parameter. Try the following commands in sequence: (text following # are comments) sudo modprobe -r ath10k_pci # unloads ath10k_pci sudo modprobe -r ath10k_core # unloads ath10k_core sudo mod

Issue with ATH10K driver while bringing up mesh interface

2016-08-15 Thread Sridhar Kondabathini
Hi, When we are trying to bring up AP to add mesh interfaces on T1024 board with kernel-3.12; ath10k drivers backported from 4.4;hostapd 2.5 for 11AC support is used, then we are getting below error - -- T1024#

[PATCH] ath10k: fix memory leak on caldata on error exit path

2016-08-15 Thread Colin King
From: Colin Ian King caldata is not being free'd on the error exit path, causing a memory leak. kfree it to fix the leak. Signed-off-by: Colin Ian King --- drivers/net/wireless/ath/ath10k/pci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/wireless/ath/ath10k/pci.c b/drivers