summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | Merge "qcacld-2.0: add global record for sdio bus request" into ↵Linux Build Service Account2017-05-24
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | wlan-cld2.driver.lnx.1.0-dev
| | * | | | | | | | qcacld-2.0: add global record for sdio bus requestKai Liu2017-05-19
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If too many interruptions are issued in short time, alloc sdio bus request may fail, then error log will be print which cause watchdog bite. Change-Id: I723e859eef837bcaf34d73398f136a3312a39154 CRs-Fixed: 2041346
| * | | | | | | | qcacld-2.0: Disable pm qos in LL during ramdump collectinglifeng2017-05-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable the kernel panic and then trigger system crash manually, but the system still shutdown and reboot. It's caused by the pm qos mechnasim involved during ramdump collecting in the flow of pci wlan driver crash_shutdown callback. The fix is to disable the pm qos mechnasim when collecting ramdump in pci platform. Change-Id: I5af39803c335b65d79b1a0d28a121a02c7625646 CRs-Fixed: 2040230
| * | | | | | | | qcacld-2.0: Export antenna info to the userspacelifeng2017-05-18
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Discard the original wmi interface: WMI_PEER_ANTDIV_INFO_REQ_CMDID/PEER_ANTDIV_INFO_EVENTID, replace with the new one: WMI_PDEV_DIV_GET_RSSI_ANTID_CMDID/WMI_PDEV_DIV_RSSI_ANTID_EVENTID to support chain value along with corresponding antenna info. Change-Id: Ie9ea9d160e1ac1e2e65de422c85989159fb5a556 CRs-Fixed: 2005820
| * | | | | | | Merge "qcacld-2.0: Fix CPU soft lock up during workqueue cancellation" into ↵Linux Build Service Account2017-05-18
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | wlan-cld2.driver.lnx.1.0-dev
| | * | | | | | | qcacld-2.0: Fix CPU soft lock up during workqueue cancellationRaveendra Chennakesavulu2017-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ipv4 and ipv6 workqueues are initialized in open adapter for STA and P2P modes but not for AP mode. The workqueues are cancelled in stop adapter. The cancel_work_sync may be called on AP adapter workqueue also, if just in time, the AP adapter mode has changed to STA mode, for example during hostapd stop etc. This can cause the cancel_work_sync to continuously loop since INIT_WORK has not been called, finally raising CPU stuck. There is no harm in calling INIT_WORK on any workqueue since it only makes sure that in cases as above there is no undeterministic behaviour. Fix cancel_work_sync issues by initializing ipv4 and ipv6 workqueues. CRs-Fixed: 2036376 Change-Id: Ief8dd0c797dd1492fa30ca4e41da9e583548e21d
| * | | | | | | | Merge "qcacld-2.0: Validate NLA attr in ↵Linux Build Service Account2017-05-18
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hdd_extscan_passpoint_fill_network_list" into wlan-cld2.driver.lnx.1.0-dev
| | * | | | | | | | qcacld-2.0: Validate NLA attr in hdd_extscan_passpoint_fill_network_listSaidiReddy Yenuga2017-05-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qcacld-3.0 to qcacld-2.0 Propagation. NLA attribute QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_LIST_PARAM_NETWORK_ARRAY used without validation. validate NLA attribute. CRs-Fixed: 2048341 Change-Id: I141d5e6b3872df70b18797a99c943fca1cc5d31e
| * | | | | | | | | Merge "qcacld-2.0: Validate NLA attr in wlan_hdd_cfg80211_ocb_set_config ↵Linux Build Service Account2017-05-18
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | API" into wlan-cld2.driver.lnx.1.0-dev
| | * | | | | | | | qcacld-2.0: Validate NLA attr in wlan_hdd_cfg80211_ocb_set_config APISaidiReddy Yenuga2017-05-17
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qcacld-3.0 to qcacld-2.0 Propagation. NLA attributes QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_NDL_CHANNEL_ARRAY, QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_NDL_ACTIVE_STATE_ARRAY, QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_CHANNEL_ARRAY used without validation. validate NLA attributes. CRs-Fixed: 2048335 Change-Id: Ib5aae0d89b06913ec57ce446a2bd8925d125dfea
| * | | | | | | | Merge "qcacld-2.0: CL 3047304 - update fw common interface files" into ↵Linux Build Service Account2017-05-17
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wlan-cld2.driver.lnx.1.0-dev
| | * | | | | | | | qcacld-2.0: CL 3047304 - update fw common interface filesgaolez2017-05-16
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add WMI_PDEV_RSSI_ANTID_EVENTID to deliver antenna diversity info to host Change-Id: If351690e8842391b6d6a0f6768b5cfc2e48d6ffd CRs-fixed: 865207
| * | | | | | | | Merge "qcacld-2.0: Fix monitor mode fail when enable 5/10M manual switch" ↵Linux Build Service Account2017-05-17
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | | | | | | | | | into wlan-cld2.driver.lnx.1.0-dev
| | * | | | | | | qcacld-2.0: Fix monitor mode fail when enable 5/10M manual switchgaolez2017-05-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When set channel for monitor mode, the driver need validate sub20 value which stored in ini config file. The validate code will report error value if the sub20 is 6(5/10M manual switch). In this change, the sub20 value 3, 4 or 5 is invalid, and 0, 1, 2 or 6 is valid and will be used to set channel. Change-Id: I8b5cd6b1c01b71c9e9e9757b41556781ab4dbfb1 CRs-Fixed: 2046375
| * | | | | | | | Merge "qcacld-2.0: CL 3046673 - update fw common interface files" into ↵Linux Build Service Account2017-05-16
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wlan-cld2.driver.lnx.1.0-dev
| | * | | | | | | | qcacld-2.0: CL 3046673 - update fw common interface filesgaolez2017-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | extend wmi_peer_signal_stats with rx/tx per ant counts Change-Id: If5d6f2b1de790d369400af778cf8488f19024ff0 CRs-fixed: 865207
| * | | | | | | | | Merge "qcacld-2.0: CL 3044104 - update fw common interface files" into ↵Linux Build Service Account2017-05-16
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wlan-cld2.driver.lnx.1.0-dev
| | * | | | | | | | qcacld-2.0: CL 3044104 - update fw common interface filesgaolez2017-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add WMI_COEX_CONFIG_BTC_DUTYCYCLE to make WLAN pause/unpause duration configurable Change-Id: I1422141a0cc9427605b100ca1d4496b0f3bef768 CRs-fixed: 865207
| * | | | | | | | | Merge "qcacld-2.0: CL 3039633 - update fw common interface files" into ↵Linux Build Service Account2017-05-16
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wlan-cld2.driver.lnx.1.0-dev
| | * | | | | | | | qcacld-2.0: CL 3039633 - update fw common interface filesgaolez2017-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HTT stats for airtime and Thermal Wmi Defs changes Change-Id: I2505b04e2fd7b405375befcebcef2d24d42ff19f CRs-fixed: 865207
| * | | | | | | | | Merge "qcacld-2.0: CL 3033634 - update fw common interface files" into ↵Linux Build Service Account2017-05-16
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wlan-cld2.driver.lnx.1.0-dev
| | * | | | | | | | qcacld-2.0: CL 3033634 - update fw common interface filesgaolez2017-05-04
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WMI changes for additional parameters needed for 11ax TXBF Change-Id: I1c2656e375e11eec41b85da0637ff31dacb76035 CRs-fixed: 865207
| * | / / / / / / qcacld-2.0: Add ini param to control probe rsp offloadsRajeev Kumar Sirasanagandla2017-05-15
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prima to qcacld-2.0 propagation In the current implementation, in softap, there is no way to control probe response offloads from ini and no log for source mac address of received probe request frames. This change addresses the following: (1) adds ini parameter "gSapProbeRespOffload", when set to 0/1 - disables/enables offloads, by default enabled (2) logs mac address of received probe req frames Change-Id: I2b4599a337fd5e78f2d07566cd099c22419eb94c CRs-Fixed: 1035205
| * | | | | | | qcacld-2.0: Remove wow wake lock overloadingMukul Sharma2017-05-12
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, Host uses single wow_wake-lock for all wow wakeup events like (auth/assoc/deauth/disassoc etc) which raise difficulty to detect what is actual cause of holding wake lock. As a part of this fix, Add separate multiple wake locks to remove wake lock overloading. Change-Id: Iac0a6f73ac05dd3960a4ea0229190cb851808e16 CRs-Fixed: 2046511
| * | | | | | Merge "qcacld-2.0: Enable TX completion thread & TCP perf" into ↵Linux Build Service Account2017-05-09
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | wlan-cld2.driver.lnx.1.0-dev
| | * | | | | | qcacld-2.0: Enable TX completion thread & TCP perfTiger Yu2017-05-05
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enalbe the TX completion thread & TCP perf to improve the TX throughput for sdio HL solution. Change-Id: I41f682a6edb175b63ce1603ccc2328b06906b34e CRs-Fixed: 2043189
| * / / / / / qcacld-2.0: Race condition while using pkt log bufferAshish Kumar Dhanotiya2017-05-04
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There can be a race condition if two different threads use the pkt log buffer at the same time. This issue can lead to Use-After-Free of the packet log buffer. To address this issue, protect the pktlog buffer access using spinlock. Change-Id: I8098bb78a8e2462e109cee3407683c669f151fd5 CRs-Fixed: 2042676
| * | | | | Merge "qcacld-2.0: Flush scan_block_work when receive NETDEV_GOING_DOWN ↵Linux Build Service Account2017-05-02
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | notifier" into wlan-cld2.driver.lnx.1.0-dev
| | * | | | | qcacld-2.0: Flush scan_block_work when receive NETDEV_GOING_DOWN notifierHuashan Qu2017-05-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In some case, scan_block_work will be scheduled, but NETDEV_DOWN will come before scan_block_work executed, it will lead to crash. Because in this case it will call ___cfg80211_scan_done to free scan request in cfg80211_netdev_notifier_call firstly, but it will access scan request in wlan_hdd_cfg80211_scan_block_cb afterwards, so it will crash. Add flush scan_block_work process when receive NETDEV_GOING_DOWN notifier. Change-Id: Iada4b907f5fb03871406904340e21b6cdf89306f CRs-Fixed: 2034794
| * | | | | | Merge "qcacld-2.0: Add ini to configure per band mgmt rate" into ↵Linux Build Service Account2017-05-02
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | wlan-cld2.driver.lnx.1.0-dev
| | * | | | | | qcacld-2.0: Add ini to configure per band mgmt rateHong Shi2017-05-01
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current ini setting doesn't support configuring per band mgmt rate. Add ini to configure per band mgmt rate. Change-Id: I340b09324fc16b15846598b17de9976f92b93252 CRs-Fixed: 2038854
| * / / / / / qcacld-2.0: Send rx rssi in mgmt frame indyeshwanth sriram guntuka2017-05-01
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pronto to qcacld-2.0 propagation Rssi value is set to zero in mgmt frame ind sent to sme via lim_send_sme_mgmt_frame_ind in few cases. Fix is to send rx rssi normalized value. Change-Id: Ie8731dc2968fdfe4503266039f4753405db1b8ce CRs-Fixed: 2040794
| * | | | | Merge "qcacld-2.0: Fix IPv6 tx failure under 11p mode" into ↵Linux Build Service Account2017-05-01
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | wlan-cld2.driver.lnx.1.0-dev
| | * | | | | qcacld-2.0: Fix IPv6 tx failure under 11p modeFerry Zhou2017-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Under 11p OCB(Outside the Context of BSS) mode, WiFi works like ethernet that there is no need to authenticate and associate STA with the AP. It just send packet out and the peer STA can receive it when they are on the same channel. This fix makes driver send out packet directly by bypassing the check whether STA is in association with AP. It's outside the context of basic service set. Change-Id: Id4f830e027b0a09cbacb3d92e111f017db47c485 CRs-fixed: 1111683
| * | | | | | qcacld-2.0: Fix suspicious dereference of pointerNishank Aggarwal2017-04-28
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prima to qcacld-2.0 propagation Dereference of 'roamSession' pointer before NULL check in csrRoamProcessResults(). Change-Id: If9595d00387734066386dc29591aed331f46d023 CRs-Fixed: 2030051
| * | | | | qcacld-2.0: Requirement to add iwpriv command to get antenna isolationnakul kachhwaha2017-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added the code to fetch the isolation value from HW using iwpriv Change-Id: I0892b6dbbb78104172a3e95e9c862e05bd7dd037 CRs-Fixed: 1112419
| * | | | | Merge "qcacld-2.0: add device attribute 'tsf'" into wlan-cld2.driver.lnx.1.0-devLinux Build Service Account2017-04-26
| |\ \ \ \ \
| | * | | | | qcacld-2.0: add device attribute 'tsf'Yu Wang2017-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It will show the current host time and the corresponding tsf when cat '/sys/class/net/<iface_name>/tsf' in the following format: <tsf> <host time> <bssid> Change-Id: I91332da950840433cf1b7e71f4add2249c8c21c4 CRs-Fixed: 2032640
| * | | | | | Merge "qcacld-2.0: time stamp msdu with precise rx/tx time" into ↵Linux Build Service Account2017-04-25
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | wlan-cld2.driver.lnx.1.0-dev
| | * | | | | qcacld-2.0: time stamp msdu with precise rx/tx timeYu Wang2017-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get tx/rx tsf time for each msdu, and then time stamp the msdu with the corresponding host time. Change-Id: I7af80318b60c28d53e95fbe545e82da4191544b6 CRs-Fixed: 2028021
| * | | | | | Merge "qcacld-2.0: add support for time stamping netbuf" into ↵Linux Build Service Account2017-04-25
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | wlan-cld2.driver.lnx.1.0-dev
| | * | | | | qcacld-2.0: add support for time stamping netbufYu Wang2017-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Map the input target time to host time, and time stamp netbuf with this host time. Change-Id: I1fb298615267bb11c4f21cabe670fd4c3a12a759 CRs-Fixed: 2028021
| * | | | | | Merge "qcacld-2.0: add support for target-host synchronization" into ↵Linux Build Service Account2017-04-25
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | wlan-cld2.driver.lnx.1.0-dev
| | * | | | | qcacld-2.0: add support for target-host synchronizationYu Wang2017-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To map target time to host time, implement a timer to capture TSF and host time periodically. The timer will be started when connection state of sta/p2p_gc being changed from not associated to associated; and stopped when from associated to not associated. Change-Id: I697080b95f01f173beddc038ab9ad89ee394354b CRs-Fixed: 2028021
| * | | | | | Merge "qcacld-2.0: enhance the robustness of TSF capturing" into ↵Linux Build Service Account2017-04-25
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | wlan-cld2.driver.lnx.1.0-dev
| | * | | | | qcacld-2.0: enhance the robustness of TSF capturingYu Wang2017-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Failed to get TSF if issuing cap_tsf more than 1 time continuously, due to the TSF value will be reset by the following 'cap_tsf' command, however, these 'cap_tsf' won't be excuted actually, because 'get_tsf' was not received after last successful 'cap_tsf'. To fix it, do TSF reset only if 'cap_tsf' will be actually excuted. 2. Add flag 'cap_tsf_flag' to make sure cap_tsf being executed serially. 3. Add flag 'tsf_ready_flag' to indicate whether TSF feature has been initialized successfully. Add 'TSF_NOT_READY' in 'hdd_tsf_get_state' to indicate this state. Change-Id: Ib768e3d7f0b33a75e8bd838d4ed1c0b84e3aa13d CRs-Fixed: 2028021
| * | | | | | Merge changes I61c1e98f,I632fb31f,I5a213611,Ib0a7f4cd,Iaf05eb8f into ↵Linux Build Service Account2017-04-25
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wlan-cld2.driver.lnx.1.0-dev * changes: qcacld-2.0: CL 3026509 - update fw common interface files qcacld-2.0: CL 3018077 - update fw common interface files qcacld-2.0: CL 3002496 - update fw common interface files qcacld-2.0: CL 2977872 - update fw common interface files qcacld-2.0: CL 2975160 - update fw common interface files
| | * | | | | | qcacld-2.0: CL 3026509 - update fw common interface filesgaolez2017-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add WMI_VDEV_PARAM_PER_BAND_MGMT_TX_RATE for per-band specifications of rate for tx mgmt frames. Change-Id: I61c1e98fabd2fb1b338551197a742d18df2098bc CRs-fixed: 865207
| | * | | | | | qcacld-2.0: CL 3018077 - update fw common interface filesgaolez2017-04-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add WMI_PDEV_DIV_GET_RSSI_ANTID_CMDID Change-Id: I632fb31f8cf71ccc16ad62e75a075d36bf8da504 CRs-fixed: 865207
| | * | | | | | qcacld-2.0: CL 3002496 - update fw common interface filesgaolez2017-04-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update wmi_pdev_get_tpc_cmd rate_flags for Lithium Change-Id: I5a2136115268fcc26258f3ddedd2ad0ac49a53e4 CRs-fixed: 865207