| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
| |
If module name is provided externally, override the default
module name
Change-Id: I985f230de601830d8f8c35f1600a09c4ccede88f
CRs-Fixed: 999402
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
Adding modules_install support in Makefile so that external build
entities like bitbake can call the Makefile to install the
modules.
Change-Id: I1956bf09a5f92616cfc12d7c3982644e8765ef9b
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
The DFS module is borrowed from qca_main and will be used as-is
without further modifications.
.
Change-Id: I40f5b0eff3c64cb714ecfb4c27eb9ab54482a119
CRs-Fixed: 589876
|
| |
|
|
|
|
| |
To register event handler for WMI_TX_PAUSE_EVENT from FW
Change-Id: I151ab333b885e8f28ede42c32422541e794e3a7e
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Enabling FTM support in Makefile as well similar to Kbuild.
Change-Id: Icf9981668015cb22cbc345ba582669d9dc5cde66
|
| |
|
|
| |
Rename riva to wcnss folder
|
| |
|
|
|
| |
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 references to WCNSS_INC path that contain FW API.
|
| |
|
|
| |
Release 4.0.0.62. Switch over from qcacld-2.0 to qcacld-new internally
|
| |
|
|
|
|
|
|
|
| |
Enable the GTK offload support in the driver
by setting the CONFIG_GTK_OFFLOAD in Makefile
for x86
Change-Id: I0741980a59af7aeefb00e72a291a6d136edcd285
CRs-Fixed: 562219
|
| |
|
|
|
|
|
|
| |
BUILD_DIAG_VERSION is enabled by default in Kbuild
and Makefile of qcacld-2.0
Change-Id: I6e25c73f6543cd8887581a68b1577ed27a9a88f1
CRs-Fixed: 557694
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
Initial push of cld to opensource Code Aaurora Forum
|