summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| | * | | | | | Merge "qcacld-2.0: Disable roaming for OWE" into wlan-cld2.driver.lnx.1.0CNSS_WLAN Service2019-03-11
| | |\| | | | | | | | |/ / / / | | |/| | | |
| | | * | | | qcacld-2.0: Disable roaming for OWEbings2019-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | propagation from qcacld-3.0 to qcacld-2.0 OWE is supported only for fresh connection. Hence, disable roaming for OWE. Change-Id: I234e167c11b21e800fed78218ba198b7a5acba5b CRs-Fixed: 2406067
| | * | | | | qcacld-2.0: Abort scan if connecting in progressWill Huang2019-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hdd_check_connection_status is added to check connection when doing scan but it miss checking the return value of it, hdd_isConnectionInProgress always return false when connecting in progress. It is a regression caused by commit 19537ac7bff73e669f0bfb68f2ae333228820e70 In function hdd_isConnectionInProgress() add return code if hdd_check_connection_status() return true Change-Id: I90c88e4a44584c344cf5e2b22354c1d02bd34683 CRs-Fixed: 2412295
| | * | | | | Merge "qcacld-2.0: Add support to configure tx use 2 chain" into ↵CNSS_WLAN Service2019-03-06
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | wlan-cld2.driver.lnx.1.0
| | | * | | | | qcacld-2.0: Add support to configure tx use 2 chaingaolez2019-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support to configure tx use 2 chain. If peer device support 2*2, our device can enable 2*2 tx rate with this configuration. Change-Id: Ib6d3ac7163eb36b3e091ba893819c2daf2a8267b CRs-Fixed: 2390058
| | * | | | | | Merge "qcacld-2.0: Add register key per_chain_stats" into ↵CNSS_WLAN Service2019-03-06
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | | | | | | | | wlan-cld2.driver.lnx.1.0
| | | * | | | | qcacld-2.0: Add register key per_chain_statsZhang Qian2019-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add register key per_chain_stats and disable per antenna stats by default. Change-Id: I20e713fbc7cacc0c2b424340e095a09fa1695df5 CRs-Fixed: 2407762
| | * | | | | | Merge "qcacld-2.0: Avoid buffer overflow when process SA query action frame" ↵CNSS_WLAN Service2019-03-05
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into wlan-cld2.driver.lnx.1.0
| | | * | | | | | qcacld-2.0: Avoid buffer overflow when process SA query action frameJianmin Zhu2019-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No frame length check when extract 11w transaction id from SA query request and response action frame, if frame length is shorter than expected, buffer overflow will happen Change-Id: Iddefa809023da244564cfd227ccfe8c2de5717c0 CRs-Fixed: 2406370
| | * | | | | | | Merge "qcacld-2.0: Add support to get customized wow reason"Linux Build Service Account2019-03-05
| | |\ \ \ \ \ \ \
| | | * | | | | | | qcacld-2.0: Add support to get customized wow reasonWill Huang2019-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If FEATURE_PBM_MAGIC_WOW enable, only magic or pattern match packet can wakeup host, and it is required to tell upper layer tcp/udp and ip version of this pattern match packet. Add function to parse the pattern match packet and the wow reason report from target, add iwpriv interface to query it. Change-Id: I0a558355e3a060245cacb25934ba13471429caf5 CRs-Fixed: 2406812
| | * | | | | | | | Merge "qcacld-2.0: Add regdb"Linux Build Service Account2019-03-05
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | qcacld-2.0: Add regdbtinlin2019-03-04
| | | | |_|/ / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If customers don't use CONFIG_CFG80211_INTERNAL_REGDB, CLD_REGDB is enabled so wlan driver could manage regulatory by itself. Change-Id: I142bed65e80aa9b4bb88a4e68f74235dd50e3524 CRs-Fixed: 2388365
| | * | | | | | | | Merge "qcacld-2.0: Add support for OWE" into wlan-cld2.driver.lnx.1.0CNSS_WLAN Service2019-03-04
| | |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | / / / / | | | | |_|/ / / / | | | |/| | | | |
| | | * | | | | | qcacld-2.0: Add support for OWEbings2019-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | propagation from qcacld-3.0 to qcacld-2.0 Add AKM suite changes to support Opportunistic Wireless Encryption. Also, add changes to populate OWE IE's if OWE AKM is present. Change-Id: I3cf9e5b0a5980e4f535034127dbc4c6e54764da6 CRs-Fixed: 2405955
| | * | | | | | | Merge "qcacld-2.0: Support reading GC TSF file after GC interface freed"Linux Build Service Account2019-03-04
| | |\ \ \ \ \ \ \
| | | * | | | | | | qcacld-2.0: Support reading GC TSF file after GC interface freedbings2019-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When ini gtsf_by_register is set as 1, it is required to make P2P device TSF file show the same TSF value with GO/GC. 1.Create TSF file node when open adapter. 2.Update P2P device TSF id the same with GO/GC when update GO/GC TSF id 3.Remove TSF file node when close adapter. Change-Id: Ife338327f6d60616393a1b3a3ccac96c7f443a98 CRs-Fixed: 2408724
| | * | | | | | | | Merge "qcacld-2.0: Always send assoc req/rsp" into wlan-cld2.driver.lnx.1.0CNSS_WLAN Service2019-03-04
| | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | |
| | | * | | | | | | qcacld-2.0: Always send assoc req/rspbings2019-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | propagation from qcacld-3.0 to qcacld-2.0 Currently driver sends rsn ie request and response as part of connect results update. Instead, send assoc request and assoc response always which will anyways have rsn ie request and response. Supplicant needs assoc response to proceed for OWE based connection. Change-Id: I7f022248a6ad2ad835826c94ccdfaccd5d6090bc CRs-Fixed: 2405950
| | * | | | | | | | Merge "qcacld-2.0: Fix possible OOB read in ProcDnldRsp" into ↵CNSS_WLAN Service2019-03-04
| | |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | wlan-cld2.driver.lnx.1.0
| | | * | | | | | | qcacld-2.0: Fix possible OOB read in ProcDnldRsptinlin2018-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Propagation from cld3.0 to cld2.0. _ In ProcDnldRsp, pHdr->sBufSize is coming from fw message which could not be trusted. Before its use it should ProcDnldRsp should verify it against its max allowed size (UINT_MAX). Fix is to add a sanity check for pHdr->sBufSize against UINT_MAX before its use. Change-Id: I6ec970483af860d5e42d6adac640274743f44f1a CRs-Fixed: 2366509
| | * | | | | | | | Merge "qcacld-2.0: Reset Hpcs when all params of setHpcsParams are 0" into ↵CNSS_WLAN Service2019-03-01
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wlan-cld2.driver.lnx.1.0
| | | * | | | | | | | qcacld-2.0: Reset Hpcs when all params of setHpcsParams are 0bings2019-03-01
| | | | |_|/ / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When all params of setHpcsParams are 0, wlan FW should reset Hpcs. Change-Id: I3daa227470ff348f812087ff638b590c26f718b2 CRs-Fixed: 2382532
| | * | | | | | | | Merge "qcacld-2.0: Add smart antenna APIs" into wlan-cld2.driver.lnx.1.0CNSS_WLAN Service2019-03-01
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | qcacld-2.0: Add smart antenna APIsQian Zhang2019-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add APIs for smart antenna algorithm module. Change-Id: I85ac116885a9e4320f4e4fd3e602f341e7c5e766 CRs-Fixed: 2407824
| | * | | | | | | | | qcacld-2.0: Fix loading failure on 32bit platformZhang Qian2019-03-01
| | | |/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix unknown symbol __aeabi_uldivmod (err 0) which is causing driver not to load on 32bit platform. Change-Id: I27e12e3cd939f1ecd9331138add133d591ad7b41 CRs-Fixed: 2407638
| | * | | | | | | | Merge changes ↵CNSS_WLAN Service2019-02-28
| | |\ \ \ \ \ \ \ \ | | | | |_|/ / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ie113f84d,I53a03a3e,Id8f48a18,I474cfe9e,I65f0cb01,I0b28b755,I6807f49a,Ia87088dc into wlan-cld2.driver.lnx.1.0 * changes: qcacld-2.0: Trigger/handle SAE using cfg80211 qcacld-2.0: Disable roaming for SAE qcacld-2.0: Changes to support PMK caching for SAE qcacld-2.0: Add changes to handle SAE status qcacld-2.0: Add SAE auth timer qcacld-2.0: Add changes to send SAE auth frame to user space qcacld-2.0: Add changes for auth in send mgmt path qcacld-2.0: Add changes to trigger SAE in supplicant
| | | * | | | | | | qcacld-2.0: Trigger/handle SAE using cfg80211bings2019-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | propagation from qcacld-3.0 to qcacld-2.0 Add changes to trigger SAE using cfg80211 API's. Also, add changes to handle SAE status that comes via cfg80211 ops Change-Id: Ie113f84d4fdc927fff26b13b0e0551b92b22fd5d CRs-Fixed: 2405939
| | | * | | | | | | qcacld-2.0: Disable roaming for SAEbings2019-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | propagation from qcacld-3.0 to qcacld-2.0 SAE is supported only for fresh connection. Hence, disable roaming for SAE. Change-Id: I53a03a3ea2955a7a8e67105f24e01e19a72be72c CRs-Fixed: 2405936
| | | * | | | | | | qcacld-2.0: Changes to support PMK caching for SAEbings2019-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | propagation from qcacld-3.0 to qcacld-2.0 Add changes to support PMK caching for SAE authentication Change-Id: Id8f48a184fe40d1327b65235156d3798cfda585f CRs-Fixed: 2405418
| | | * | | | | | | qcacld-2.0: Add changes to handle SAE statusbings2019-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | propagation from qcacld-3.0 to qcacld-2.0 After SAE auth completion, supplicant informs status to driver. Add changes to handle SAE status that comes through vendor command QCA_NL80211_VENDOR_SUBCMD_EXTERNAL_AUTH using attribute QCA_ATTR_EXTERNAL_AUTH_STATUS. Change-Id: I474cfe9ea049e684837133479f8b6697fef1f189 CRs-Fixed: 2405385
| | | * | | | | | | qcacld-2.0: Add SAE auth timerbings2019-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | propagation from qcacld-3.0 to qcacld-2.0 Add changes related to SAE auth timer to handle SAE authentication. Start SAE auth timer of duration LIM_AUTH_SAE_TIMER_MS when driver wants to trigger SAE authentication. If SAE authentication is not completed in LIM_AUTH_SAE_TIMER_MS, then report failure to supplicant. Change-Id: I65f0cb01faa1194c133013eaea4a5d8554a045d2 CRs-Fixed: 2405337
| | | * | | | | | | qcacld-2.0: Add changes to send SAE auth frame to user spacebings2019-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | propagation from qcacld-3.0 to qcacld-2.0 Add changes to send authentication response frame to user space when authentication type is SAE. Change-Id: I0b28b7550d629d6fe9f5661538ea71687f5dd989 CRs-Fixed: 2405316
| | | * | | | | | | qcacld-2.0: Add changes for auth in send mgmt pathbings2019-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | propagation from qcacld-3.0 to qcacld-2.0 Add changes to support authentication in send mgmt path. With these changes, supplicant/upper layer can send authentication frame for station mode. Change-Id: I6807f49acc9284e69c6362e07a583ff26f15edca CRs-Fixed: 2405297
| | | * | | | | | | qcacld-2.0: Add changes to trigger SAE in supplicantbings2019-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | propagation from qcacld-3.0 to qcacld-2.0 Add following changes as part of this 1. Add framework to trigger SAE using cfg80211 2. Add changes to send sae info from LIM to HDD layer. Change-Id: Ia87088dc46ea3f75d05f42e20594dd79a97aff11 CRs-Fixed: 2405182
| | * | | | | | | | Merge "qcacld-2.0: Add SAE related ini and cap exchange changes"Linux Build Service Account2019-02-28
| | |\| | | | | | |
| | | * | | | | | | qcacld-2.0: Add SAE related ini and cap exchange changesbings2019-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | propagation from qcacld-3.0 to qcacld-2.0 Add ini changes related to SAE and also changes related to capability exchange with supplicant. Change-Id: I8deaa124fe0c604e8777c4bffa064a2d8173661b CRs-Fixed: 2404436
| | * | | | | | | | Merge "qcacld-2.0: Add support for SAE AKM suites"Linux Build Service Account2019-02-28
| | |\| | | | | | |
| | | * | | | | | | qcacld-2.0: Add support for SAE AKM suitesbings2019-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | propagation from qcacld-3.0 to qcacld-2.0 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: 2404400
| | * | | | | | | | Merge "qcacld-2.0: Fix possible OOB in limProcessAssocReqFrame" into ↵CNSS_WLAN Service2019-02-28
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wlan-cld2.driver.lnx.1.0
| | | * | | | | | | | qcacld-2.0: Fix possible OOB in limProcessAssocReqFramehqu2019-02-27
| | | | |_|_|/ / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | propagation from qcacld-3.0 to qcacld-2.0 In the function limProcessAssocReqFrame, if wpa IE is present, then dot11fUnpackIeWPA is called to copy the wpa IE to destination buffer. pAssocReq->wpa.length is passed as the length to copy the IE. As this length includes 4 bytes of the OUI fields also, this could result in OOB read. Change the length passed to the dot11fUnpackIeWPA as (pAssocReq->wpa.length - 4), so that the additional 4 bytes of the OUI fields are excluded. Change-Id: If972b3a19d239bb955c7b4d4c7d94e25aa878f21 CRs-Fixed: 2406159
| | * | | | | | | | Merge "qcacld-2.0: Compare the length of command in hdd_driver_command"Linux Build Service Account2019-02-27
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | | * | | | | | | qcacld-2.0: Compare the length of command in hdd_driver_commandbings2019-02-26
| | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compare the length of command in hdd_driver_command, otherwise command "RXFILTER-START" also calls "RXFILTER" case. Change-Id: I6bec36ea1dbf89188fee8ee1a7bbbd56f68a3579 CRs-Fixed: 2404571
| | * | | | | | | Merge "qcacld-2.0: oob_irq_handler should be called if oob gpio is low" into ↵CNSS_WLAN Service2019-02-26
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wlan-cld2.driver.lnx.1.0
| | | * | | | | | | qcacld-2.0: oob_irq_handler should be called if oob gpio is lowbings2019-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | oob_irq_handler should be called when gpio_get_value(oob_gpio_num) returns low, otherwise driver loading fails Change-Id: Ibe7e0f3238f9ceb9cc68f942d58685d17aedfb6e CRs-Fixed: 2399566
| * | | | | | | | | Merge 9e58e91cb1ec9a6a4683253c426c40632ad1860b on remote branchLinux Build Service Account2019-03-07
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I822397e6dbe52d54f009d4a54a5a7ec9780be65f
| | * | | | | | | | Merge "qcacld-2.0: Correct cb mode in vht40/80 channel switch" into ↵CNSS_WLAN Service2019-02-26
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wlan-cld2.driver.lnx.1.0
| | | * | | | | | | | qcacld-2.0: Correct cb mode in vht40/80 channel switchlifeng2019-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct cb mode in vht40/80 channel switch to avoid wrong centre channel setting in vdev restart. Change-Id: I575faa1733fb63f57e163e969c53ce131dadf85d CRs-Fixed: 2404383
| | * | | | | | | | | qcacld-2.0: Add check for bss_list size in wma_group_num_bss_to_scan_idhqu2019-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | propagation from qcacld-3.0 to qcacld-2.0 In wma_group_num_bss_to_scan_id(), bssid_list may get accessed outside of the available buffer size. Fix the possible out of boundary access by adding a check. Change-Id: I5e278bd96b8f57c96f53d7c3cd8f4f3e5a67fc6c CRs-Fixed: 2403589
| | * | | | | | | | | qcacld-2.0: Add support for customized firmware pathLihua Liu2019-02-24
| | | |_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new interface customized_request_firmware instead of request_firmware to support customized path of firmware. Change-Id: I33f58966de58660afc9ddaeb49ac261ac9dc3540 CRs-Fixed: 2384905