summaryrefslogtreecommitdiff
path: root/uapi/linux/osapi_linux.h (unfollow)
Commit message (Collapse)Author
2018-05-03qcacld-3.0: uapi: Remove legacy markingsJeff Johnson
Per current guidance remove legacy markings. Change-id: I08b36fa23168ef514f4bd63f515ae352edc011fe CRs-Fixed: 2229655
2017-10-18qcacld-3.0: Fix checkpatch warnings (QUOTED_WHITESPACE_BEFORE_NEWLINE)Srinivas Girigowda
Fix checkpatch warnings (QUOTED_WHITESPACE_BEFORE_NEWLINE). Change-Id: I8901c49fa48c8a9c3a9c83c6be5ff003fe0eae62 CRs-Fixed: 2126814
2017-10-18qcacld-3.0: Fix checkpatch warnings (SPACING)Srinivas Girigowda
Fix checkpatch warnings (SPACING). Change-Id: I966fe641b4722cc15584defc42c90921090687fb CRs-Fixed: 2126814
2017-09-22qcacld-3.0: Prepend kernel includes with "kernel/"Dustin Brown
To avoid include conflicts, prepend all kernel includes with "kernel/" Change-Id: I8a3f037c4abf07b129875b919225825701dc1046 CRs-Fixed: 2094774
2016-10-19qcacld-3.0: Replace DEBUG macro with WLAN_DEBUGSrinivas Girigowda
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
2016-07-08qcacld-3.0: Add host changes for latest fw common changesGovind Singh
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
2016-06-14qcacld-3.0: Add INLINE macro definition in os API headerGovind Singh
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
2016-05-04qcacld-3.0: Define SLOTS_PER_DATAPATH_TX in common projectHouston Hoffman
Common project be self contained as much as possible. Change-Id: I9dd3cea3b9b2563960dd5d81a661c9ac1e61ac0d CRs-Fixed: 1009290
2016-04-17qcacld-3.0: Cleanup fastpath changesManjunathappa Prakash
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
2016-03-24qcacld-3.0: Add QDF trace API'sAnurag Chouhan
Replace CDF trace API's with QDF trace API's. Change-Id: I5b99dce73297f7de8f0755fa0b47dc3f84c78747 CRs-Fixed: 981188
2016-03-24qcacld-3.0: Add QDF osdep changesAnurag Chouhan
Replace CDF osdep with QDF osdep Change-Id: Id2ba89c75df1fb8c4973a87219785353c3c2ff3c CRs-Fixed: 981188
2016-03-24qcacld-3.0: Add QDF typesAnurag Chouhan
Replace CDF types with QDF types Change-Id: Idd6e65b148efb54f22d6951572957f1c6166465b CRs-Fixed: 981188
2016-03-03Initial host-common file folder cleanup and movesPrakash Dhavali
Initial host-common file folder cleanup and moves on top of baseline reference of MCL WLAN driver SU#5.0.0.160. Move dp, ht comm, hif, wmi and qdf folders one level up Change-Id: I2120898024b1eafd5d651c48768dbf48bf05995d
2015-11-23qcacld-3.0: Route logging through CDF_TRACEHouston Hoffman
AR_print and cdf_print macros were not logging to the driver log. Change-Id: I11bc86f6c8ee91866c8e27903eaa15966111ce62 CRs-Fixed: 940770
2015-11-22qcacld-3.0: Route logging through CDF_TRACEHouston Hoffman
AR_print and cdf_print macros were not logging to the driver log. Change-Id: I11bc86f6c8ee91866c8e27903eaa15966111ce62 CRs-Fixed: 940770
2015-11-17qcacld-3.0: Initial snapshot of ihelium wlan driverPrakash Dhavali
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