Re: [v3] ath10k: cache calibration data when the core is stopped

2016-10-13 Thread Kalle Valo
Kalle Valo wrote: > From: Marty Faltesek > > Commit 0b8e3c4ca29f ("ath10k: move cal data len to hw_params") broke > retrieving > the calibration data from cal_data debugfs file. The length of file was always > zero. The reason is: > > static

Re: [v3] ath10k: cache calibration data when the core is stopped

2016-10-11 Thread Kalle Valo
Kalle Valo wrote: > From: Marty Faltesek > > Commit 0b8e3c4ca29f ("ath10k: move cal data len to hw_params") broke > retrieving > the calibration data from cal_data debugfs file. The length of file was always > zero. The reason is: > > static

[PATCH v3] ath10k: cache calibration data when the core is stopped

2016-10-10 Thread Kalle Valo
From: Marty Faltesek Commit 0b8e3c4ca29f ("ath10k: move cal data len to hw_params") broke retrieving the calibration data from cal_data debugfs file. The length of file was always zero. The reason is: static ssize_t ath10k_debug_cal_data_read(struct file *file,