WCN3990 firmware supports htc pktlog service through which host driver gets pktlog information. Pktlog service should be connected before htc start command, hence pktlog connect is moved before htc start. WCN3990 firwmare expects pdev_id along with filter and reserved params to enable pktlog htc service. So adding pdev_id in pktlog enable comamnd params. Tested HW: WCN3990 Tested FW: WLAN.HL.3.1-00963-QCAHLSWMTPL-1 Abhishek Ambure (2): ath10k: move pktlog connect service before htc start ath10k: correct wmi_tlv command params to enable pktlog for WCN3990 drivers/net/wireless/ath/ath10k/htc.c | 16 ++++++++-------- drivers/net/wireless/ath/ath10k/wmi-tlv.c | 2 ++ drivers/net/wireless/ath/ath10k/wmi-tlv.h | 1 + 3 files changed, 11 insertions(+), 8 deletions(-) -- 1.9.1