Re: odd msg using kvalo firmware-5.bin w/ KillerAC 1535(QCA6174)

2017-04-19 Thread Kalle Valo
(please don't top post) "Mohammed Shafi Shajakhan (Mohammed Shafi)" writes: > my quick analysis suggests this belongs to > 'WMI_TLV_GRP_STATS' > > WMI_TLV_STATS_EXT_EVENTID = WMI_TLV_EV(WMI_TLV_GRP_STATS), equals to 90112 > (0x16000) > WMI_TLV_IFACE_LINK_STATS_EVENTID, 90113 >

Re: ath10k otp.bin board.bin firmware.bin art.bin?

2017-04-19 Thread Kalle Valo
孙建希 writes: > The driver terminates execution in the function > 'ath10k_download_cal_data`. `ath10k_download_cal_data` try load the > ` pre_cal_file` and `cal_file` files via hif. Since these two files > are not provided , then try to get from `dt, eeprom, otp`. > > `pre-cal.bin, cal.bin and o

Re: odd msg using kvalo firmware-5.bin w/ KillerAC 1535(QCA6174)

2017-04-19 Thread Adrian Chadd
does the newer firmware expect something ath10k isn't supplying? I found (when porting ath10k to freebsd) that rome is pickier when it comes to commands being sent and requires commands that 10.2 on peregrine was less picky about. -adrian On 19 April 2017 at 20:50, Mohammed Shafi Shajakhan (Mo

Re: odd msg using kvalo firmware-5.bin w/ KillerAC 1535(QCA6174)

2017-04-19 Thread Mohammed Shafi Shajakhan (Mohammed Shafi)
Hi, my quick analysis suggests this belongs to 'WMI_TLV_GRP_STATS' WMI_TLV_STATS_EXT_EVENTID = WMI_TLV_EV(WMI_TLV_GRP_STATS), equals to 90112 (0x16000) WMI_TLV_IFACE_LINK_STATS_EVENTID, 90113 WMI_TLV_PEER_LINK_STATS_EVENTID, 90114 WMI_TLV_RADIO_LINK_STATS_EVENTID, 90015

odd msg using kvalo firmware-5.bin w/ KillerAC 1535(QCA6174)

2017-04-19 Thread Michael Scott
I am currently testing a QCA6174-based M.2/NGFF card (KillerAC 1535) w/ linux-next kernel. When I use the firmware-5.bin from Kalle Valo's github: https://github.com/kvalo/ath10k-firmware, I see the following message occasionally in dmesg: ath10k_pci :01:00.0: Unknown eventid: 90118 If I

Re: ath10k otp.bin board.bin firmware.bin art.bin?

2017-04-19 Thread 孙建希
The driver terminates execution in the function 'ath10k_download_cal_data`. `ath10k_download_cal_data` try load the ` pre_cal_file` and `cal_file` files via hif. Since these two files are not provided , then try to get from `dt, eeprom, otp`. `pre-cal.bin, cal.bin and otp` are used to calibrate

Re: ath: Fix updating radar flags for coutry code India

2017-04-19 Thread Kalle Valo
Mohammed Shafi Shajakhan wrote: > From: Mohammed Shafi Shajakhan > > As per latest regulatory update for India, channel 52, 56, 60, 64 > is no longer restricted to DFS. Enabling DFS/no infra flags in driver > results in applying all DFS related restrictions (like doing CAC etc > before this chan

Re: [v2,3/3] ath9k: add noise floor override option

2017-04-19 Thread Kalle Valo
Simon Wunderlich wrote: > Introduce a debugfs option to manually override the noise floor, > ignoring the automatically tuned noise floor of the driver/hw. > > In my tests with a AR9580 based module and a tx99 5 MHz interferer, > I could tune the noisefloor to -95 dBm or above to allow communicat

Re: ath10k: ath10k: bump up FW API to 6

2017-04-19 Thread Kalle Valo
ryan...@qti.qualcomm.com wrote: > From: Ryan Hsu > > For QCA6174 hw3.0, since WLAN.RM.4.4-00022-QCARMSWPZ-2, it starts to > support the board ID information from otp, with some devices released on > the market that didn't calibrated with OTP, will have 0 for board ID > information, which cause th

Re: [v2] ath10k: Fix spectral scan for QCA99X0 family of chipsets

2017-04-19 Thread Kalle Valo
Mohammed Shafi Shajakhan wrote: > From: Mohammed Shafi Shajakhan > > spectral_bin length (number of bins per fft sample) is usually > a value where (2^n = value), n is an integer. All of the QCA99X0 > family of chipsets seems to report a spectral_bin length of > 2^n + 'm' bytes, where m = 4, 12

Re: ath10k otp.bin board.bin firmware.bin art.bin?

2017-04-19 Thread Kalle Valo
孙建希 writes: > I am debugging ath10k QCA986x 5g WNIC. And installed the firmware. But > the card did not rise. Did you also install the board.bin? https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/ath10k/QCA988X/hw2.0/board.bin > The kernel log is as follows: > >