- Mar 07, 2019
-
-
Qun Zhang authored
Add the support to allow user space applications through cfg80211 vendor command to check if wlan firmware is alive or not. Change-Id: I96bb16e01974f7689493577741a36e3832963996 CRs-Fixed: 2399508
-
- Dec 03, 2018
-
-
Tiger Yu authored
Change the policy & priority of RX thread to improve the RX throughput for Specified platform. Change-Id: Ie9df5de6f34d75264c4f3b7bdcb59ab92845a128 CRs-Fixed: 2354502
-
- Aug 24, 2018
-
-
bings authored
Enable dfs false detection duration check for 8996AU, because lots of radar false detection are found when other wifi devices are trying to connect to 8996AU. Change-Id: I6ec81b580f428799fef0fc8b8e5f26a5e6cd8f80 CRs-Fixed: 2269306
-
- Jul 18, 2018
-
-
wadesong authored
Turn off the leak detection by default and only enable it when there is an explicit requirement to turn it on in a debugging environment. Change-Id: Ibc9fcfc01f8e5e0784de5342c5a10a4db4f16db3 CRs-Fixed: 2279125
-
- Jul 12, 2018
-
-
Zhu Jianmin authored
Serialization component's APIs may get called by various component owners through different thread contexts. This makes lock a mandatory requirement in order to prevent any shared data corruption. Change-Id: I708e67d37b9ceb30b14afa1754cc99fce899ad69 CRs-Fixed: 2272624
-
- Jun 27, 2018
-
-
Manikandan Mohan authored
Qcacld supports multiple driver modules instance generation with different file names and Kbuild options. Fix driver load time and compilation errors on this feature. Change-Id: Ib405e6c475bace31933a28dc64082f2b6c046da9 CRs-fixed: 2197749
-
- Jun 25, 2018
-
-
Tang Yingying authored
Add QDF log level compilation flags for 8996AU Change-Id: I2df20a01ee51a5be67e1ba2953815f3452df63b6 CRs-Fixed: 2264962
-
- Jun 05, 2018
-
-
Arif Hussain authored
Separate macros for dfs offload and non offload to reduce the code size. Change-Id: I909ed6502530988cc584690cb434ba2600bbccaa CRs-Fixed: 2206653
-
Vignesh Viswanathan authored
Add new CONFIG_WLAN_OBJMGR_DEBUG flag in qcacld Kbuild for ObjMgr Debug enhancements and use the flag to enable the existing WLAN_OBJMGR_DEBUG CFlag. Change-Id: I295c9b6822ab0c1396368ecc719b2ba1c8c834dd CRs-Fixed: 2184785
-
- Jun 01, 2018
-
-
Wu Gao authored
Enable QDF ID allocation API in Kbuild. Change-Id: Id43b16175e59f40ad111b03439f34d63ea14c627 CRs-Fixed: 2242753
-
- May 16, 2018
-
-
Paul Zhang authored
Currently, CONFIG_MCL_REGDB does not define for MCL, then the driver uses the g_all_countries[] which is for WIN. Change-Id: If1b5873b65005381eabca95f530504d599a38e3b CRs-Fixed: 2210854
-
- May 11, 2018
-
-
Sravan Kumar Kairam authored
For IPA enum QDF abstraction add qdf ipa file to Kbuild. Change-Id: Ib8c46badff3667ed1755eadd1cd13a3e8b78890c CRs-Fixed: 2201474
-
- May 09, 2018
-
-
Sravan Kumar Kairam authored
IPA module has been moved to CLD component under the converged driver model. Move the legacy IPA stats and debug info APIs to the IPA component. Change-Id: Ieb68a1579986c835f66c84e5e3b7aa2a4004383d CRs-Fixed: 2177925
-
Sravan Kumar Kairam authored
IPA module has been moved to CLD component under the converged driver model. Move the legacy IPA RM APIs to the IPA component. Change-Id: Iaff12ae3cec9ee6ff20543579692385c9a555613 CRs-Fixed: 2177925
-
Sravan Kumar Kairam authored
IPA module has been moved to CLD component under the converged driver model. Move the legacy IPA setup and initialization code to the IPA component. Change-Id: I63717eb2601c569131c6642f7330e4182e604424 CRs-Fixed: 2177925
-
- May 08, 2018
-
-
Sravan Kumar Kairam authored
As part of converged driver model remove IPA from HDD and create a new IPA CLD component. Add files for IPA core, dispatcher and target_if. Define IPA related public and private structures. Change-Id: I8848331edc7dd878f9fc51ef9f5e311ad91ed70b CRs-Fixed: 2177925
-
- Feb 28, 2018
-
-
Nirav Shah authored
Add support for QCA9379 chip on x86 platform for USB and SDIO attach. Change-Id: I2de81794cd16521097ffa6956a18b4b0fe981d36 CRs-Fixed: 2196757
-
- Feb 26, 2018
-
-
Rajeev Kumar authored
Add Kbuild changes to compile qdf_util.c Change-Id: I94bfaa13512c1287ff02f890348d44034b8d106e CRs-Fixed: 2195161
-
Mahesh Kumar Kalikot Veetil authored
BUILD_TAG changes in each build, which makes all files to recompile. Notify build system that BULD_TAG is only used in wlan_hdd_main.c. This reduces the recompile time significantly. Change-Id: I40952e75eeb951ce8a693c8130dbc55a4a92eff5 CRs-Fixed: 2195100
-
- Feb 15, 2018
-
-
Yun Park authored
Support for WDI2 in the Unified IPA WDI APIs. Change-Id: Ife42a6a96ce80070de51f994e29ded252b3dd980 CRs-Fixed: 2183498
-
- Feb 10, 2018
-
-
Dustin Brown authored
Include the recently added qdf_file and qdf_parse files to the Kbuild. Change-Id: Ibe0dd7f2338196aefd93c6550ec2a808b5249cf2 CRs-Fixed: 2184476
-
Dustin Brown authored
Include the recently added qdf_str files to the Kbuild. Change-Id: Id6753691e950ac06114de95d71068f45c48003a5 CRs-Fixed: 2184473
-
- Feb 09, 2018
-
-
Dustin Brown authored
PANIC_ON_BUG is currently enabled for all WLAN builds. While a customer can, and should, disable PANIC_ON_BUG for end user builds, this can be easily overlooked. Disable PANIC_ON_BUG by default on pure performance builds, to avoid accidentally crashing end user devices. Customers can opt-in to PANIC_ON_BUG as needed for validation on performance builds. Change-Id: I79371206b20b978f4e61954c2f49bbb7b07ba95e CRs-Fixed: 2186099
-
Sandeep Puligilla authored
HDD changes to support general netlink sockets for spectral scan feature. Change-Id: Ie8f262ef77b42c69ac5e25e9a2d0cc099b66b1dd CRs-Fixed: 2183863
-
Paul Zhang authored
Currently driver created reg database instead of db.txt for reg no-offload case. Change-Id: Ia7853679532ad7536d34b4a4040feffb8566e907 CRs-Fixed: 2174245
-
- Feb 03, 2018
-
-
Arunk Khandavalli authored
Initial changes for the init deinit convergence wherein service ready, extended service ready and init cmd are converged. Change-Id: I1c1fd50f51362f4f09561c259961e6761429fcd0 CRs-Fixed: 2178590
-
- Jan 30, 2018
-
-
Zhang Qian authored
Add UCFG interface and public structures for OCB feature. CRs-Fixed: 2177578 Change-Id: Id74df706e658568a0f50a8d953eca3993451f41a
-
- Jan 22, 2018
-
-
Dustin Brown authored
A new, OS agnostic qdf_types.c file has been added. Include it in the Kbuild. Change-Id: I8d0b47bfd6973fb1ca3122f46dca8512422d7e33 CRs-Fixed: 2176464
-
- Jan 19, 2018
-
-
Padma, Santhosh Kumar authored
Add support for SAE AKM suites in CSR and also add support for SAE in HDD. Also, add CONFIG_WLAN_FEATURE_SAE flag to enable/disable SAE in Kbuild. When this is enabled, WLAN_FEATURE_SAE is used as a feature flag for SAE. Change-Id: I6254991afa0fd048d4f0b6f435ff630f1db04077 CRs-Fixed: 2029357
-
- Jan 17, 2018
-
-
Ryan Hsu authored
- replace the ftm command/event handle with common interfaces - remove the event register from wma - reconfigure the target_if_handle for FTM mode - separate change will be raised to cleanup legacy code Change-Id: If8e2dfc4c6bb400406be5d0d3fa53422db5c6fb5 CRs-fixed: 2162168
-
- Jan 12, 2018
-
-
Himanshu Agarwal authored
Add support for Green AP UMAC componentization. Change-Id: I4e41ee6c5dfd055c273096c56de4fa253727b429 CRs-Fixed: 2166756
-
- Jan 09, 2018
-
-
Nachiket Kukade authored
Create a skeleton for the DISA component. This is a CLD component. Add files for disa core, dispatcher and target_if. Define DISA related public structures and objmgr objects. Add API's as stubs. Change-Id: I63b32a0e7da0283d091815aaccea6b8703f5184c CRs-Fixed: 2159579
-
- Dec 29, 2017
-
-
Sandeep Puligilla authored
Add HDD support to spectral scan vendor commands Change-Id: Ie58fabfca07077fd1b886eeb63c1a9361030035f CRs-Fixed: 2165256
-
- Dec 28, 2017
-
-
Hanumanth Reddy Pothula authored
qcacld-2.0 to qcacld-3.0 propagation FW memory dump feature is no longer used. Hence remove FW memory dump feature code changes. Change-Id: Ida655f83630c369df746e7c0c9d61a8fee2932a2 CRs-Fixed: 2140261
-
- Dec 27, 2017
-
-
Sandeep Puligilla authored
Add Kbuild changes to build the spectral scan files Change-Id: Ieeccb322a34ca27642016fec3dc0d7232c7dcf59 CRs-Fixed: 2163445
-
- Dec 20, 2017
-
-
Amar Singhal authored
User-space needs sysfs interface for retrieving version information for both firmware and driver. Add this new sysfs interface. Change-Id: I666aff1868f4d1d954773fae1ae85c1ebd0fdc87 CRs-Fixed: 2153885
-
- Dec 16, 2017
-
-
Yuanyuan Liu authored
Enable CONFIG_BYPASS_QMI and disable ADRASTEA_SHADOW_REGISTERS when there's no QMI support in kernel, as shadow registers are configured by WLAN FW and the configurations are passed through QMI framework. CRs-Fixed: 2159269 Change-Id: Iaf5b82e37f3983fc18edbcf093b3ebf74d576f71
-
- Dec 12, 2017
-
-
Srinivas Girigowda authored
make clean is not removing the object files in qca-wifi-host-cmn folder. CRs-Fixed: 2151813 Change-Id: I56904cdf2154d6bd80aea7fd1bba8d28bd5fe21d
-
- Dec 11, 2017
-
-
psimha authored
Add a new CONFIG_QCA6290_11AX flag to track & enable all 11ax related header changes. Change-Id: I265364eafb05c34eea18235a15c5e317716f6ecf CRs-Fixed: 2124274
-
- Dec 10, 2017
-
-
Venkata Sharath Chandra Manchala authored
Add ATH_PKTLOG_LITE_T2H and ATH_PKTLOG_LITE_RX support for Napier. Change-Id: I6e2833e2f7e1a4c68c51f7ae83d0ae76f63c9b0f CRs-Fixed: 2133558
-