summaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAge
* qcacld-2.0: accept module name externallyYun Park2016-04-13
| | | | | | | | If module name is provided externally, override the default module name Change-Id: I985f230de601830d8f8c35f1600a09c4ccede88f CRs-Fixed: 999402
* qcacld: [HDD]: Deadlock happened duing P2P testRandy Chiu2014-08-13
| | | | | | | | | | | | | The supplicant will show timeout at the GC side while GO firstly doing group remove then GC did remove group immediately. The issue happened while doing flush_scheduled_work in function hdd_smeCloseSessionCallback. The issue will be resolved with WLAN_OPEN_SOURCE macro. Add WLAN_OPEN_SOURCE for usb case and add CONFIG_HAS_WAKELOCK to separate wake_lock related functions for compile issue on linux kernel. Change-Id: I432d7fc4b20ad8400c157f6af8e96a877bab0338 CRs-Fixed: 707406
* qcacld: build:add USB feature to qcacldRandy Chiu2014-04-15
| | | | | | | | | | | | | | | | | Current the Makefile only supports PCI as default. We export a parameter to choose which IF used. For pci IF export CONFIG_ROME_IF=pci make For usb IF export CONFIG_ROME_IF=usb make PS:fix some compile issue for ROME usb in mainline Change-Id: I1d5241dd8851429bfa67ff3f6303701f2efcac39 CRs-fixed: 607579
* qcacld: Define open source flag based on licensePrashanth Bhatta2014-02-07
| | | | | | | | | | | Kbuild file enables WLAN_OPEN_SOURCE flag based on the directory path but this doesn't work for all the platform as path may be different. This change passes the WLAN_OPEN_SOURCE flag from Android.mk or Makefile. Makefile determines whether the driver is open source or proprietary and accordingly WLAN_OPEN_SOURCE is set to 1 or 0. Change-Id: Id0149f71ceb3e94bd1a67868565cd3b8151bdd7d
* qcacld: Add modules_install support in MakefilePrashanth Bhatta2014-02-02
| | | | | | | | Adding modules_install support in Makefile so that external build entities like bitbake can call the Makefile to install the modules. Change-Id: I1956bf09a5f92616cfc12d7c3982644e8765ef9b
* qcacld: Have a single build filePrashanth Bhatta2014-01-31
| | | | | | | | | There are 2 files, Kbuild and Makefile and both have almost similar content. With this all the Makefile changes are duplicate between Kbuild and Makefile. Modified Makefile such that Kbuild will be used for building CLD module. Change-Id: I0a09919d1b788ac2d397980aa8128349332bcef7
* qcacld: Fix crypto compile errors on LE/x86 buildSrinivas Girigowda2014-01-26
| | | | | | | | | | | | | | | | | | | As a part of 11w changes, all the wcnss crypto function declarations are moved to CNSS platform driver header file and the dummy function definitions in wlan driver are removed. But LE/x86 build does not have CONFIG_CNSS set and since dummy functions are also removed, wlan driver is not compiling as it is not able to reference the wcnss crypto functions. The fix is to revert back and add wcnss dummy functions in the wlan driver so that it gets included in case of CONFIG_CNSS not defined. and if CONFIG_CNSS and PMF is defined, it references the wcnss declarations on platform driver header file. Change-Id: Id5fd48f9b97010f418f85ab1076835fe1fab597c CRs-Fixed: 601651
* wlan: Initial changes for DFS master mode support for SAP on CLDRavi Joshi2014-01-16
| | | | | | | | The DFS module is borrowed from qca_main and will be used as-is without further modifications. . Change-Id: I40f5b0eff3c64cb714ecfb4c27eb9ab54482a119 CRs-Fixed: 589876
* qcacld: Add QCA_SUPPORT_TXRX_VDEV_PAUSE_LL in MakefileYun Park2014-01-11
| | | | | | To register event handler for WMI_TX_PAUSE_EVENT from FW Change-Id: I151ab333b885e8f28ede42c32422541e794e3a7e
* qcacld: ipa: IPA interface module for CLD DriverManikandan Mohan2014-01-11
| | | | | | | | | | | | Current design uses passing all the data packets to Linux network stack for routing the packets across interfaces. By doing this host CPU is always busy in handling packet routing. With the concept of IP Accelerator (IPA) interface, the IP packets are sent to IPA for routing instead of sending to Linux Network stack. Change-Id: Ia464467eb75978dcc2a637428014a42c7af57e51 CRs-fixed: 595907
* qcacld: Enable FTM in MakefilePrashanth Bhatta2014-01-11
| | | | | | Enabling FTM support in Makefile as well similar to Kbuild. Change-Id: Icf9981668015cb22cbc345ba582669d9dc5cde66
* Rename riva to wcnss folderPrakash Dhavali2014-01-10
| | | | Rename riva to wcnss folder
* Release 4.0.0.68Prakash Dhavali2014-01-08
| | | | | Release 4.0.0.68 to override previous 4.0.0.62B as this includes switch from internal dev branch of qcacld-2.0 to qcacld-new
* Rename RIVA_INC to WCNSS_INCPrakash Dhavali2013-12-27
| | | | Rename RIVA_INC references to WCNSS_INC path that contain FW API.
* Release 4.0.0.62Prakash Dhavali2013-12-27
| | | | Release 4.0.0.62. Switch over from qcacld-2.0 to qcacld-new internally
* cld: Enable GTK offload by default in x86Sundar Subramaniyan2013-10-23
| | | | | | | | | Enable the GTK offload support in the driver by setting the CONFIG_GTK_OFFLOAD in Makefile for x86 Change-Id: I0741980a59af7aeefb00e72a291a6d136edcd285 CRs-Fixed: 562219
* cld: Enbale BUILD_DIAG_VERSION in Kbuild and Makefilevinothkumar2013-10-23
| | | | | | | | BUILD_DIAG_VERSION is enabled by default in Kbuild and Makefile of qcacld-2.0 Change-Id: I6e25c73f6543cd8887581a68b1577ed27a9a88f1 CRs-Fixed: 557694
* CLD CCX TSM data path related changesNaveen Rawat2013-10-23
| | | | | | | | | | | | | | | | What: Changes in data path taken manually from qca_main for CCX TSM. It provides conditionally-compiled code to compute the average delay of tx data frames and packets transmitted and lost. This feature is used for CCX metrics gathering. Change List from qca_main: 2200252. This also contains some additional changed to above change list. Why: for enabling TSM stats collection from data path CRs-fixed: 548540 Change-Id: Idea134035d0ee6eae416c371e16c5b0af1bb4677
* cld: Initial push of cld to opensource Code Aurora ForumMadan Mohan Koyyalamudi2013-09-28
Initial push of cld to opensource Code Aaurora Forum