Re: [PATCH 2/2] ath10k: Add board data download from target

2016-06-06 Thread Sven Eckelmann
On Saturday 04 June 2016 13:26:39 you wrote: [...] > Looking at this again I noticed that we issue this warning even if > EEPROM is not supported, which I think is wrong. I fixed this in the > pending branch, the diff is below. > > I also renamed target_board_data to cal_eeprom because, at least

Re: [PATCH 2/2] ath10k: Add board data download from target

2016-06-04 Thread Valo, Kalle
Sven Eckelmann writes: > The QCA9887 stores its calibration data (board.bin) inside the EEPROM of > the target. This has to be downloaded manually to allow the device to > initialize correctly. > > Signed-off-by: Sven Eckelmann [...]

[PATCH 2/2] ath10k: Add board data download from target

2016-05-20 Thread Sven Eckelmann
The QCA9887 stores its calibration data (board.bin) inside the EEPROM of the target. This has to be downloaded manually to allow the device to initialize correctly. Signed-off-by: Sven Eckelmann --- drivers/net/wireless/ath/ath10k/core.c | 41 +-