summaryrefslogtreecommitdiff
path: root/uapi/linux (follow)
Commit message (Collapse)AuthorAge
* qcacld-3.0: Set bit to indicate size of ath_pktlog_hdrHimanshu Agarwal2016-12-09
| | | | | | | | Set 15th bit of flags field of ath_pktlog_hdr to indicate whether the pktlog hdr size if 12 bytes or 16 bytes. Change-Id: I58027053c67e749c79f6cec77da1519a9f28a2d2 CRs-Fixed: 1097280
* Revert "Revert "qcacld-3.0: Dump Tx/Rx packets during connection""Himanshu Agarwal2016-12-09
| | | | | | | | | | | This reverts Change-Id I2aec7253511d2ca7b08ca77d858a46f9c01d4e9d Adding support for dumping 32 tx/rx packets during connection by reverting above change as "exceeding skb buffer size and leading to crash" issue is resolved with this change. Change-Id: I951355776461706bb52eeee0527819377e7b7857 CRs-Fixed: 1097280
* qcacld-3.0: Add support for multiple instances of the host driverSamuel Ahn2016-11-18
| | | | | | | | | | | | | | Propagation from qcacld-2.0 to qcacld-3.0. If the module name is changed to something other than wlan in Makefile or Kbuild, then MULTI_IF_NAME is defined to be the module name. When MULTI_IF_NAME is defined, the names for the config files, log files, and firmware files are prepended or appended with MULTI_IF_NAME. This prevents file name collisions allowing multiple instances of this driver to be loaded with different module names. Change-Id: Id880c5fe423eb0b2a2c01677d8fa7c4a784c74df CRs-Fixed: 946520
* Revert "qcacld-3.0: Dump Tx/Rx packets during connection"Manjunathappa Prakash2016-11-08
| | | | | | | | | | This reverts Change-Id Icd08475c3f81aa182c902b8e8defbdb904c5509d Above change was exceeding skb buffer size and leading to crash. For now removing the support for dump Tx/Rx packets during connection. Change-Id: I2aec7253511d2ca7b08ca77d858a46f9c01d4e9d CRs-Fixed: 1083912
* qcacld-3.0: Dump Tx/Rx packets during connectionHimanshu Agarwal2016-10-28
| | | | | | | | | | | Propagation from qcacld-2.0 to qcacld-3.0. Add changes to send 32 tx/rx packets to HAL layer during connection. This can help in debugging connection related issues. Change-Id: Icd08475c3f81aa182c902b8e8defbdb904c5509d CRs-Fixed: 959645 (cherry picked from commit 45416eeee7dde24f1456e0c2b667e8147742f054)
* qcacld-3.0: Replace DEBUG macro with WLAN_DEBUGSrinivas Girigowda2016-10-19
| | | | | | | | | | | | | | This is a qcacld-2.0 to qcacld-3.0 propagation. pr_debug() should not appear by default in kernel log (kmsg). DEBUG is a kernel macro, since host driver is using the same name macro, pr_debug log statements are appearing in kmsg. Fix this by moving the code under DEBUG to WLAN_DEBUG and remove DEBUG macro from Kbuild. Change-Id: I5bb385f91f9b6ba15629a5878625fefc21d4a7e1 CRs-Fixed: 1003261
* qcacld-3.0: Changes to support WDI_EVENT_SW_EVENT for packetlogNirav Shah2016-08-20
| | | | | | | Changes in host to support WDI_EVENT_SW_EVENT for packetlog. Change-Id: I8936a408a7da21ad293b6da7af146298c049052d CRs-fixed: 1047382
* qcacld-3.0: Changes to update mac_id in packetlogNirav Shah2016-08-18
| | | | | | | | Changes to update mac_id in packetlog header for DBS. Change-Id: I602d399e1ef34077b5d7bfc867fb60678ed8612c CRs-fixed: 1047382
* qcacld-3.0: Add host changes for latest fw common changesGovind Singh2016-07-08
| | | | | | | | | FW common files needs to be in sync with host and fw. Add changes to compile successfully with latest version of FW interface file. Change-Id: I487a18185c406da5c2fb07e2a95cafe4793578aa CRs-Fixed: 1012542
* qcacld-3.0: Add INLINE macro definition in os API headerGovind Singh2016-06-14
| | | | | | | | | | | | FW common files needs to be in sync with host and fw. Latest version of FW interface file uses INLINE macro and INLINE macro definition is not exposed by fw interface files as it has different definition of INLINE for different toolchains/compilers. Abstract INLINE macro definition in os API header file. Change-Id: I431b12ce7f880e2f0e8db244f230c64f59e12e42 CRs-Fixed: 1012542
* qcacld-3.0: Define SLOTS_PER_DATAPATH_TX in common projectHouston Hoffman2016-05-04
| | | | | | | Common project be self contained as much as possible. Change-Id: I9dd3cea3b9b2563960dd5d81a661c9ac1e61ac0d CRs-Fixed: 1009290
* qcacld-3.0: Cleanup fastpath changesManjunathappa Prakash2016-04-17
| | | | | | | | | | | | Do following cleanup on fastpath code changes: 1) Remove reaping of Tx HIF buffers in Rx handling, instead handle reaping in Tx fastpath itself. 2) In ce_per_engine_service_fast check for more Rx packets after packet processing. 3) Make stub functions as static inline for non-fastpath enabled case. Change-Id: If07c4344a424ce13b94128bf28931a24255b661a CRs-Fixed: 987182
* qcacld-3.0: Add QDF trace API'sAnurag Chouhan2016-03-24
| | | | | | | Replace CDF trace API's with QDF trace API's. Change-Id: I5b99dce73297f7de8f0755fa0b47dc3f84c78747 CRs-Fixed: 981188
* qcacld-3.0: Add QDF osdep changesAnurag Chouhan2016-03-24
| | | | | | | Replace CDF osdep with QDF osdep Change-Id: Id2ba89c75df1fb8c4973a87219785353c3c2ff3c CRs-Fixed: 981188
* qcacld-3.0: Add QDF typesAnurag Chouhan2016-03-24
| | | | | | | Replace CDF types with QDF types Change-Id: Idd6e65b148efb54f22d6951572957f1c6166465b CRs-Fixed: 981188
* qcacld-3.0: Route logging through CDF_TRACEHouston Hoffman2015-11-23
| | | | | | | AR_print and cdf_print macros were not logging to the driver log. Change-Id: I11bc86f6c8ee91866c8e27903eaa15966111ce62 CRs-Fixed: 940770
* qcacld-3.0: Initial snapshot of ihelium wlan driverPrakash Dhavali2015-11-17
qcacld-3.0: Initial snapshot of ihelium wlan driver to match code-scanned SU Release 5.0.0.139. This is open-source version of wlan for next Android release. Change-Id: Icf598ca97da74f84bea607e4e902d1889806f507