A checkpatch run on the HDD component has produced numerous
warnings about improper block comments:
WARNING: Block comments use * on subsequent lines
WARNING: Block comments should align the * on each line
WARNING: Block comments use a trailing */ on a separate line
Fix all such warnings in wlan_hdd_includes.h.
Change-Id: I64688d67d58b7e62566831b5e33de76a0a99bcd0
CRs-Fixed: 1110861
A checkpatch run on the HDD component has produced numerous
warnings about improper block comments:
WARNING: Block comments use * on subsequent lines
WARNING: Block comments should align the * on each line
WARNING: Block comments use a trailing */ on a separate line
Fix all such warnings in wlan_hdd_hostapd.c.
Change-Id: Ie295f49c332120b90d6f55413447e29d40bf5e8d
CRs-Fixed: 1110861
A checkpatch run on the HDD component has produced numerous
warnings about improper block comments:
WARNING: Block comments use * on subsequent lines
WARNING: Block comments should align the * on each line
WARNING: Block comments use a trailing */ on a separate line
Fix all such warnings in wlan_hdd_host_offload.h.
Change-Id: If0eaf603f2adfe43913df7eee3de2799dc58f239
CRs-Fixed: 1110861
A checkpatch run on the HDD component has produced numerous
warnings about improper block comments:
WARNING: Block comments use * on subsequent lines
WARNING: Block comments should align the * on each line
WARNING: Block comments use a trailing */ on a separate line
Fix all such warnings in wlan_hdd_ext_scan.c.
Change-Id: I0cb6e91cca3f76a04bd67126917f20b77360dabf
CRs-Fixed: 1110861
A checkpatch run on the HDD component has produced numerous
warnings about improper block comments:
WARNING: Block comments use * on subsequent lines
WARNING: Block comments should align the * on each line
WARNING: Block comments use a trailing */ on a separate line
Fix all such warnings in wlan_hdd_ether.h.
Change-Id: Ib33cbcf1425105ecc4dcfd938589deac8d35de3c
CRs-Fixed: 1110861
A checkpatch run on the HDD component has produced numerous
warnings about improper block comments:
WARNING: Block comments use * on subsequent lines
WARNING: Block comments should align the * on each line
WARNING: Block comments use a trailing */ on a separate line
Fix all such warnings in wlan_hdd_driver_ops.h.
Change-Id: Ib3b2d1193d064e94f6deebb06acddf26ded9b468
CRs-Fixed: 1110861
A checkpatch run on the HDD component has produced numerous
warnings about improper block comments:
WARNING: Block comments use * on subsequent lines
WARNING: Block comments should align the * on each line
WARNING: Block comments use a trailing */ on a separate line
Fix all such warnings in wlan_hdd_driver_ops.c.
Change-Id: I60dcab8100e926db6ee5d096b4ee7a616e22e7d5
CRs-Fixed: 1110861
A checkpatch run on the HDD component has produced numerous
warnings about improper block comments:
WARNING: Block comments use * on subsequent lines
WARNING: Block comments should align the * on each line
WARNING: Block comments use a trailing */ on a separate line
Fix all such warnings in wlan_hdd_cfg80211.h.
Change-Id: If2e152d58da51c7cfb1e6da760c6614cfca83490
CRs-Fixed: 1110861
A checkpatch run on the HDD component has produced numerous
warnings about improper block comments:
WARNING: Block comments use * on subsequent lines
WARNING: Block comments should align the * on each line
WARNING: Block comments use a trailing */ on a separate line
Fix all such warnings in wlan_hdd_cfg80211.c.
Change-Id: I1efb67f64aeb3f8a9bf59f23593507ba02c90591
CRs-Fixed: 1110861
A checkpatch run on the HDD component has produced numerous
warnings about improper block comments:
WARNING: Block comments use * on subsequent lines
WARNING: Block comments should align the * on each line
WARNING: Block comments use a trailing */ on a separate line
Fix all such warnings in wlan_hdd_cfg.h.
Change-Id: Ibb9da8752c06ac9d380ca5eaaad8b007e630908a
CRs-Fixed: 1110861
A checkpatch run on the HDD component has produced numerous
warnings about improper block comments:
WARNING: Block comments use * on subsequent lines
WARNING: Block comments should align the * on each line
WARNING: Block comments use a trailing */ on a separate line
Fix all such warnings in wlan_hdd_cfg.c.
Change-Id: I435c49baf8e24ce56d5f2aef61f61d858a09cc8f
CRs-Fixed: 1110861
A checkpatch run on the HDD component has produced numerous
warnings about improper block comments:
WARNING: Block comments use * on subsequent lines
WARNING: Block comments should align the * on each line
WARNING: Block comments use a trailing */ on a separate line
Fix all such warnings in wlan_hdd_assoc.c.
Change-Id: I6477de171880030a5a0b8444d8ae423b2b00f828
CRs-Fixed: 1110861
Fix 4 possible NULL dereference issues in unit-test suspend/resume
logic, as identified by static analysis.
Change-Id: I605eaf659355c50aeb50d4324db4fb209aa19e70
CRs-Fixed: 1110954
WoW wakeup reason text is missing several reasons. Bulk copy reasons
from the wake reason enum to prevent missing any.
Change-Id: I64ca26307a2fc63ee7fd764ee001888999d3c6d3
CRs-Fixed: 1109808
To assist in testing scenarios, add an ioctl that prints the
suspend/resume stats since the driver was last loaded.
Change-Id: I48e60dd0420e658ea43de721e9802f999b653bd3
CRs-Fixed: 1109141
These version 2 shadow registers are filled by HIF and sent to firmware
through QMI for QCA6290 chipset.
Change-Id: I92edb4140f707a933dacbe982eb4da167841b501
CRs-fixed: 1107457
Traditionally full spectrum scan on STA/CLI is not allowed when SAP/GO is
already present on DFS channel.
With new generation of hardware, agile scan and agile DFS scan features
are supported which will allow hardware to do full spectrum scan even if
SAP/GO is present on DFS channel.
Change-Id: I7e5a21601642e0d6afef73beeecf80a3e0475909
CRs-Fixed: 1103730
This is a qcacld-2.0 to qcacld-3.0 propagation.
IPA disconnect events(WLAN_AP_DISCONNECT/WLAN_STA_DISCONNECT)
are not sent to IPA driver in case of SSR. This is resulting
in mismatch between IPA driver and HOST driver, and headers in
IPA can't be freed, which causes memory overflow after multiple
times SSR.
Change-Id: I9c84cc84d943d6e3c6604db7b859127a7af5a654
CRs-Fixed: 1069083
Propagation from qcacld-2.0 to qcacld-3.0.
Assuming gEnableModulatedDTIM=9 and gMaxLIModulatedDTIM=9,
when AP's beacon interval is 100ms, the DUT's listen
interval is 900ms, it is OK; But if AP's beacon interval
is 200ms or more, the DUT's listen interval is 1800ms
or even more. This causes large data latency.
Change-Id: I622ae9ab21aaf23c585ca67efa8452a705f8e3f0
CRs-Fixed: 1087619
Fix the way DBS capability is read from FW dev cap. Also, add HW mode
request for 2x2 DBS.
Change-Id: I935a2d0f4a7eed1517a3263fb8b29838f135f91e
CRs-Fixed: 1068000
Currently, bus bw timer is defined globally and it access the
adapter nodes.The crash can happen when the adapter is getting
deregistered in one thread and in another thread bus bw timer
handler is trying to access the same adapter.
To mitigate this issue, bus bw timer needs to directly registered
with kernel and once the timer callback is executed then it needs
to schedule a workqueue where all the processing is done.
While closing the adapter, do flush_work for this timer to
make sure that workqueue is done and then it is closing the adapter.
CRs-Fixed: 1104615
Change-Id: I81a7bfa43e3fb43488966dda702c6f394f9b40c7
Over time some checkpatch errors have crept into the HDD code, so
fix the issues that should be fixed.
Change-Id: I9287a724b856bcc62ac284ba66e68cdf12077646
CRs-Fixed: 1102140
Adapter can be NULL and accessing it result in crash
Remove NULL check for adapter to avoid crash
CRs-Fixed: 1094603
Change-Id: I1c7efdfeb7829640cef740f873cb367befd810c9
Fix the compilation error: '%llx' expects argument of type 'long long
unsigned int', but argument 4 has type 'qdf_dma_addr_t' [-Werror=format=]
Change-Id: Iccb24e7da2c665c43b7ea8c03d3a00866935658f
CRs-fixed: 1102676
Enable TSO only if both gEnableIpTcpUdpChecksumOffload and TSOEnable=1
flags are enabled in the ini file.
Change-Id: I8004c381be06fd85883e9537038d32622a7e39dc
CRs-Fixed: 1099742
There is a regulatory requirement for Specific Absorption
Rate (SAR) whereby the phone transmit power is reduced
when it is determined that the phone is in close
proximity to the body.
Implement a vendor command interface to set SAR power
limits dynamically.
Change-Id: I137ce9bde2fa05e363d5af17e155dc739d862c5f
CRs-Fixed: 1098102
Currently, on channel switch, driver is updating only channel switch
not updating the BSS database of cfg80211.
For channel switch, update the BSS with inform_bss
Change-Id: If68b8c5ee7ab5b793a819a609ce5eeb022df75b8
CRs-Fixed: 1099452
lim_update_sta_ds can free the assoc_req internally and make it NULL
but as its passed by value the modified NULL value is not seen in the
caller lim_process_assoc_req_frame and thus double free is seen.
To fix this pass assoc_req by context to the lim_update_sta_ds.
Change-Id: If4255e3096f91debf2a23688d4dd36ba90475d1b
CRs-Fixed: 1100562
In LFR3, for ccx scenario TSPEC IE are missing in
reassociation request frames initiated by FW.
Assoc IE are sent to FW via CSR Roam Scan Offload as
soon as connection is successful. Add the TSPEC IE
while sending assoc IE to FW via RSO command.
Change-Id: Ifa6145bfa209cca428321db9056c01c3a4b140de
CRs-Fixed: 1096199
Change the timeout values at HDD to match sme cmd timeout in all the
instances where HDD is sending cmd via SME command queue.
Change-Id: I00337169804b9ce71562cb114e4c2b92a7534dba
Crs-Fixed: 1100854
Host doesnt have changes to support specific BSSID vendor scan
if supplicant set specific BSSID.
Add changes to get BSSID to do specific scan if supplicant set BSSID.
Change-Id: I2b0ba590814e6c99f7003abdf855d3264b03a060
CRs-Fixed: 1099020
Presently, tx/rx histogram stats are initialized during hdd create
context, but de-initialization of histogram stats is not processed
during hdd destroy context.
De-initialize histogram stats while processing hdd destroy context.
Change-Id: Id2eff48838d34e99dfa3dd5713bca2cd5a2c774e
CRs-Fixed: 1094115
Current implementation of host driver will support fast roaming only
on a single device even in DBS mode. It is allowed on the first
STA, i.e. wlan device created in driver initialization. Dynamic roaming
disable/enable is allowed only on that device. Roaming is marked as not
allowed on other devices.
Change-Id: I3e3a72eb4d8fe81f6d3b784ab70023d2e3ac5618
CRs-Fixed: 1092386
Set the default value of adaptive_dwell_mode_enabled and
global_adapt_dwelltime_mode config parameters to enable
adaptive dwell scan by default.
Change-Id: I4353f9a9c2bdebb48649cee4a7b7a8d124039e1b
CRs-Fixed: 1100193