Commit Graph

11923 Commits

Author SHA1 Message Date
Arif Hussain
88d1fddd0b qcacld-3.0: Refactor CFG_ENABLE_DFS_MASTER_CAPABILITY cfg
Refactor CFG_ENABLE_DFS_MASTER_CAPABILITY cfg item.

Change-Id: I19b52c6848bd04feca4213aad64138d5c55b9a1f
CRs-Fixed: 2327917
2018-10-04 22:52:51 -07:00
Dundi Raviteja
c5a9556365 qcacld-3.0: Get schedule scan params using cfg_get
Get schedule scan param values using cfg_get

Change-Id: I62543f87dceeb1698f912a7bb65d1850fc3d541e
CRs-Fixed: 2324157
2018-10-04 22:52:47 -07:00
Dundi Raviteja
8e33828530 qcacld-3.0: Relocate HDD ini items
Relocate below HDD ini items as per converged infrastructure.
1. private_wext_control
2. gInterfaceChangeWait
3. gTimerMultiplier
4. g_bug_on_reinit_failure
5. gEnableDumpCollect
6. gMulticastHostFwMsgs
7. wlanLoggingEnable
8. wlanLoggingToConsole
9. gWlanAutoShutdown
10. gEnablefwprint
11. gEnablefwlog
12. gEnablePacketLog

Change-Id: I913bbbcfd94eba609836afdcc134c3ccd7a8f46b
CRs-Fixed: 2322112
2018-10-04 22:52:43 -07:00
CNSS_WLAN Service
c37fd415c2 Merge "Release 5.2.0.100A" into wlan-cld3.driver.lnx.2.0 2018-10-04 21:10:53 -07:00
CNSS_WLAN Service
991c3fff9d Merge "qcacld-3.0: move wlan_mac.bin to /mnt/vendor/persist" into wlan-cld3.driver.lnx.2.0 2018-10-04 21:10:51 -07:00
CNSS_WLAN Service
e508b7e820 Merge "Release 5.2.0.100" into wlan-cld3.driver.lnx.2.0 2018-10-04 21:10:50 -07:00
CNSS_WLAN Service
8159bf6865 Merge "qcacld-3.0: Adjust calling ucfg_reg_program_default_cc" into wlan-cld3.driver.lnx.2.0 2018-10-04 21:10:47 -07:00
CNSS_WLAN Service
0b0e3d5f13 Merge "Release 5.2.0.99Z" into wlan-cld3.driver.lnx.2.0 2018-10-04 21:10:45 -07:00
CNSS_WLAN Service
5f1f667da2 Merge "qcacld-3.0: Add MLME CFG items and APIs for VHT" into wlan-cld3.driver.lnx.2.0 2018-10-04 21:10:43 -07:00
CNSS_WLAN Service
e8b1143884 Merge "Release 5.2.0.99Y" into wlan-cld3.driver.lnx.2.0 2018-10-04 21:10:42 -07:00
CNSS_WLAN Service
8a72cafe37 Merge "qcacld-3.0: Check for null before taking the DSC lock" into wlan-cld3.driver.lnx.2.0 2018-10-04 21:10:40 -07:00
CNSS_WLAN Service
19c739130e Merge "qcacld-3.0: Call close_adapter from close_all_adapters" into wlan-cld3.driver.lnx.2.0 2018-10-04 21:10:38 -07:00
nshrivas
ba50e85caa Release 5.2.0.100A
Release 5.2.0.100A

Change-Id: I9296539a0fc5c3b4ab7b6fa7b6b3d0f1659b0a60
CRs-Fixed: 774533
2018-10-04 20:12:46 -07:00
Yuanyuan Liu
1ee6cd32ff qcacld-3.0: move wlan_mac.bin to /mnt/vendor/persist
Move wlan_mac.bin symlink from /persist to /mnt/vendor/persist as
/persist doesn't exist in the filesystem anymore.

Change-Id: Ibb4b7f133222bf5431f754ef5fbf3b3db1ef8729
CRs-Fixed: 2327274
2018-10-04 20:12:46 -07:00
nshrivas
22ddbe7fd9 Release 5.2.0.100
Release 5.2.0.100

Change-Id: Id2206cdea862072ae67b768d43d19f9763054415
CRs-Fixed: 774533
2018-10-04 18:21:32 -07:00
Paul Zhang
02526cd6ce qcacld-3.0: Adjust calling ucfg_reg_program_default_cc
With commit I4ec1268eb491fec04a78b90e51c6e616d95e019e,
the function wlan_reg_get_channel_list_with_power sets
num20MHzChannelsFound to 0 because the current channel
list has not initialized yet for regulatory non-offload
case.

Change-Id: I6a055534f2b9a763a8cbba8fef3062ed6ea424cd
CRs-Fixed: 2319332
2018-10-04 18:21:31 -07:00
nshrivas
c294ed04c9 Release 5.2.0.99Z
Release 5.2.0.99Z

Change-Id: I48cfdd23cfa37b2b261a10b500f10ace4aa49dd1
CRs-Fixed: 774533
2018-10-04 15:52:41 -07:00
Abhinav Kumar
988be080ce qcacld-3.0: Add MLME CFG items and APIs for VHT
Add the basic infra for MLME CFG items and the APIs to be used from
other components for VHT - Part-2

Change-Id: I8f9c8286861c5a7b17d0261cad6c51b431e86f4a
CRs-Fixed: 2322302
2018-10-04 15:52:41 -07:00
nshrivas
101794c271 Release 5.2.0.99Y
Release 5.2.0.99Y

Change-Id: I5984edab7e5867ddae74ffe299e58da84339a9f7
CRs-Fixed: 774533
2018-10-04 14:05:32 -07:00
Dustin Brown
627c43b823 qcacld-3.0: Check for null before taking the DSC lock
Ic3121092c71d5c46e8521a775281ad2c45e3fe7d changed the driver-level DSC
context allocation method from static to dynamic. As a side effect, the
DSC driver lock needed a driver instance pointer instead of grabbing the
global context. However, many of the lock calls were updated to use the
input context pointer before it was validated.

Ensure the input context pointers are validated before using them to
grab the DSC driver lock.

Change-Id: Ifce2d603f3e9b7b7c0869a40f8632988a9509809
CRs-Fixed: 2327110
2018-10-04 14:05:31 -07:00
Dustin Brown
728d65a2de qcacld-3.0: Call close_adapter from close_all_adapters
hdd_close_all_adapters() does not call hdd_close_adapter(), which has
lead to a divergence between the logic contained within. Update
hdd_close_all_adapters() and hdd_close_adapter() to leverage shared
logic to bring them back in sync, and prevent them from diverging again
in the future.

Change-Id: Ic2fe0908a48927a6fc403ca0f4c21275659908b3
CRs-Fixed: 2326433
2018-10-04 14:05:28 -07:00
Sravan Kumar Kairam
eab90a0de5 qcacld-3.0: Mem zero ipa wdi initialization structures
At ipa wdi initialization host needs to fill structure
ipa_wdi_init_in_params and pass to IPA driver. Currently
host is filling the local stack structure with out zeroing
out the memory and passed to IPA driver. This will lead to
invalid assignment of struct variables to IPA driver copy
for which host did not fill. So before using the ipa wdi
initialization structure mem zero it.

Change-Id: If054c2175741e6f23ebbf2165761aee8e2f8e2f0
CRs-Fixed: 2322734
2018-10-04 09:56:31 -07:00
nshrivas
ee17177cbc Release 5.2.0.99X
Release 5.2.0.99X

Change-Id: Icf9eaa331e634606c7f3676eeee895b6230f2867
CRs-Fixed: 774533
2018-10-04 08:13:13 -07:00
Dundi Raviteja
f99ce0933b qcacld-3.0: Relocate gEnableDebugLog ini to mlme component
Relocate gEnableDebugLog ini parameter to mlme component.

Change-Id: I5e021095c0acd65af47fb0dd3325200054888412
CRs-Fixed: 2324488
2018-10-04 08:13:13 -07:00
jitiphil
0e3b592aed qcacld-3.0: Handle FW rejuvenate scenario
Upon driver reinitialize after a FW rejuvenate,
data packets are not going through IPA path.

Check for FW rejuvenate scenario during driver
recovery and send appropriate message to IPA
driver.

Change-Id: I8c1d7ba78227684cd5653a5927aa4d4c2ce5d354
Crs-Fixed: 2287293
2018-10-04 08:13:09 -07:00
nshrivas
c52f4733a9 Release 5.2.0.99W
Release 5.2.0.99W

Change-Id: I64cadd381e63ef73b00f59e228d722d28550151f
CRs-Fixed: 774533
2018-10-04 06:19:29 -07:00
Vignesh Viswanathan
a851d75505 qcacld-3.0: Update multiple generic INI items using MLME CFG [Part 1]
Replace usage of the below INI Items using MLME CFG instead of HDD config.

gPreventLinkDown
gSelect5GHzMargin
gEnableMemDeepSleep
gEnableCckTxFirOverride
gEnableForceTargetAssert
gEnableLpassSupport

Change-Id: Ib89272c7898db8d0c70a60640e00ca9364a9db74
CRs-Fixed: 2327025
2018-10-04 06:19:29 -07:00
Vignesh Viswanathan
f97cc11a70 qcacld-3.0: Update band_capability INI usage with MLME CFG
Replace all usage of band_capability INI from HDD config to MLME CFG

Change-Id: I406a8fb9965fe98a47cc6309d31f5bced529577b
CRs-Fixed: 2327023
2018-10-04 06:19:24 -07:00
nshrivas
c87c925a4e Release 5.2.0.99V
Release 5.2.0.99V

Change-Id: I1e19b80c7979dd63d7539909b291999f51c50aea
CRs-Fixed: 774533
2018-10-04 03:36:46 -07:00
Sourav Mohapatra
0f3b857e8c qcacld-3.0: Add FW offload INI items (2)
Add the following fw param ini items to the fw offload component

CFG_ENABLE_SMART_CHAINMASK - gEnableSmartChainmask
CFG_ENABLE_FW_RTS_PROFILE - gEnableRTSProfiles
CFG_ENABLE_FW_DEBUG_LOG_LEVEL - gFwDebugLogLevel
CFG_ENABLE_FW_LOG_TYPE - gFwDebugLogType
CFG_RA_FILTER_ENABLE - gRAFilterEnable
CFG_SET_TSF_GPIO_PIN - gtsf_gpio_pin
CFG_DHCP_SERVER_OFFLOAD_SUPPORT - gEnableDeauthToDisassocMap
CFG_DHCP_SERVER_OFFLOAD_NUM_CLIENT - gDHCPMaxNumClients

Change-Id: I296e095cf2a7b83856e1ab777c7dbdcc005ee96a
CRs-Fixed: 2316269
2018-10-04 03:36:45 -07:00
Alok Kumar
a8331e06b2 qcacld-3.0: Enabling METERING Feature for Talos
Enable CONFIG_QCACLD_FEATURE_METERING Feature for Talos
in default_defconfig

Change-Id: Ia67b60efdde435b7d5b2e96e95aa53a2191f9aca
CRs-Fixed: 2326805
2018-10-04 03:36:41 -07:00
nshrivas
2d3a49df2e Release 5.2.0.99U
Release 5.2.0.99U

Change-Id: I91ba7f20727174d2f3dc1f2a6667d10c0cbdb00b
CRs-Fixed: 774533
2018-10-04 01:51:49 -07:00
Alok Kumar
b027702ffe qcacld-3.0: Remove excessive logging during NUD Tracking
Remove excessive logging during NUD Tracking in soft_irq context.

Change-Id: I2dd56ee6356bdcabf3e54facf378699d0d842cee
CRs-Fixed: 2326807
2018-10-04 01:51:49 -07:00
nshrivas
f7d7c9e4e4 Release 5.2.0.99T
Release 5.2.0.99T

Change-Id: I06d1e2f5a1428e2946df05e74595ab5a6efd6ab8
CRs-Fixed: 774533
2018-10-03 23:58:01 -07:00
Abhinav Kumar
18b45cd8f3 qcacld-3.0: ADD MLME INI items of WMM AC_VO
Add the following WMM AC VO ini configs to MLME cfg:
1. CFG_QOS_WMM_INFRA_DIR_AC_VO_NAME
2. CFG_QOS_WMM_INFRA_NOM_MSDU_SIZE_AC_VO_NAME
3. CFG_QOS_WMM_INFRA_MEAN_DATA_RATE_AC_VO_NAME
4. CFG_QOS_WMM_INFRA_MIN_PHY_RATE_AC_VO_NAME
5. CFG_QOS_WMM_INFRA_SBA_AC_VO_NAME
6. CFG_QOS_WMM_INFRA_UAPSD_VO_SRV_INTV_NAME
7. CFG_QOS_WMM_INFRA_UAPSD_VO_SUS_INTV_NAME

Introduce the basic infra APIs related to these configs
from mlme.

Change-Id: I402ff46aad528d7c4bbaa794b6fba498439f8e97
CRs-Fixed: 2327048
2018-10-03 23:58:00 -07:00
Pragaspathi Thilagaraj
ec7dc2502a qcacld-3.0: ADD MLME CFG items of WMM CFG Items
Add the following WMM CFG items to MLME cfg Items:
1. WNI_CFG_QOS_ENABLED
2. WNI_CFG_WME_ENABLED
3. WNI_CFG_MAX_SP_LENGTH
4. WNI_CFG_WSM_ENABLED
5. WNI_CFG_EDCA_PROFILE

Deleted following WMM CFG Items:
1. WNI_CFG_ADMIT_POLICY
2. WNI_CFG_ADMIT_BWFACTOR

Change-Id: I16f9c5a71d1e8fe7cb1b029e3ec7ec2159bdd5b4
CRs-Fixed: 2304998
2018-10-03 23:57:57 -07:00
nshrivas
e03a1e0c7f Release 5.2.0.99S
Release 5.2.0.99S

Change-Id: I5c4dd40d64df1c51b64599860e9ab19028d1e398
CRs-Fixed: 774533
2018-10-03 20:24:13 -07:00
Vignesh Viswanathan
7db3b04cd9 qcacld-3.0: Add MLME Generic CFG Items
Add multiple general INI Items to the MLME CFG Component.

Change-Id: I0d5368ec82c8b19e477e80c71dd8d4524a9726b4
CRs-Fixed: 2326704
2018-10-03 20:24:12 -07:00
nshrivas
bdcea00497 Release 5.2.0.99R
Release 5.2.0.99R

Change-Id: I5d7e52597fde8e4774c7ad115360da8510a09a09
CRs-Fixed: 774533
2018-10-03 18:37:26 -07:00
Yuanyuan Liu
dfb40924f5 qcacld-3.0: add check for qdf_ctx
Add NULL check for qdf_ctx to avoid dereference.

Change-Id: I75f5f2baafdf6b9c1a7587a3d17934c9246acccd
CRs-Fixed: 2326306
2018-10-03 18:37:25 -07:00
Amar Singhal
dc5ae4d501 qcacld-3.0: Rate limit mgmt frame error messages
Mgmt frame error messages can occur quite frequently.
Therefore rate limit them.

Change-Id: I7c42f012c4de3b49120eeedaf83b70c509fa7669
CRs-Fixed: 2326360
2018-10-03 18:37:22 -07:00
nshrivas
b646d7b593 Release 5.2.0.99Q
Release 5.2.0.99Q

Change-Id: I1bc9b656f8c14116058b6cb289ec1bbd13730d71
CRs-Fixed: 774533
2018-10-03 16:05:25 -07:00
Manjunathappa Prakash
f1e2d4aeef qcacld-3.0: Remove per packet debug log hdd_inspect_dhcp_packet
SAP Rx per packet log flooding the cnss_diag log.

Change-Id: I07e954f5e6361c5a1b63e70dd76634bbb8842bc9
CRs-Fixed: 2326505
2018-10-03 16:05:24 -07:00
Sandeep Puligilla
2a7fa8478b qcacld-3.0: Add support for connection failure
Add vdev manager support for connection failure

Change-Id: I996e2bd14c7693793178edffa83d704a57580d93
CRs-Fixed: 2326164
2018-10-03 16:05:20 -07:00
nshrivas
187b846f26 Release 5.2.0.99P
Release 5.2.0.99P

Change-Id: I102bdfe76c69c18884816bf30f9680fac72e2d5c
CRs-Fixed: 774533
2018-10-03 11:47:58 -07:00
Sourav Mohapatra
d9387d8a67 qcacld-3.0: Add FW offload INI items (1)
Relocate the following ini items to the FW offload component.

CFG_ENABLE_ANI - gEnableANI
CFG_SET_RTS_FOR_SIFS_BURSTING - gSetRTSForSIFSBursting
CFG_MAX_MPDUS_IN_AMPDU - gMaxMPDUsInAMPDU
CFG_ARP_AC_CATEGORY - arp_ac_category
CFG_ENABLE_PHY_REG - gEnableFastPwrTransition
CFG_UPPER_BRSSI_THRESH - gUpperBrssiThresh
CFG_LOWER_BRSSI_THRESH - gLowerBrssiThresh
CFG_DTIM_1CHRX_ENABLE - gDtim1ChRxEnable
CFG_ENABLE_COEX_ALT_CHAINMASK - gEnableAlternativeChainmask

Change-Id: I5046edec1a668e198ed4fcc997a0d24affe342ea
CRs-Fixed: 2312897
2018-10-03 11:47:57 -07:00
nshrivas
fa51e2671e Release 5.2.0.99O
Release 5.2.0.99O

Change-Id: I8cbce00b2475448a25de78d3c37481e835d72502
CRs-Fixed: 774533
2018-10-03 07:00:23 -07:00
Abhinav Kumar
c1c266b7e7 qcacld-3.0: Add MLME CFG items and APIs for VHT
Add the basic infra for MLME CFG items and the APIs to be used from
other components for VHT - Part-1.

Change-Id: Ie74bfd42ed3d34cc218f20ee3f9d81dc6af02172
CRs-Fixed: 2322300
2018-10-03 07:00:22 -07:00
nshrivas
b749451d40 Release 5.2.0.99N
Release 5.2.0.99N

Change-Id: I51a569a81a3ca8d883e9628cf618ff0fc00e2a16
CRs-Fixed: 774533
2018-10-03 00:29:17 -07:00
Alok Kumar
5011ee6eb3 qcacld-3.0: Stop bus_bw timer for eSAP_STOP_BSS_EVENT
Driver unload called as part of "rmmod" which reports bug_on
in hdd_bus_bandwidth_deinit as bus_bw timer still running.
Bus_bw timer is not stopped when rmmod is issued if SAP is
enabled and any STA is connected to SAP.

Stop the bus_bw timer during unload for eSAP_STOP_BSS_EVENT

Change-Id: I0ed8309f25b85ebf8ca1e115cbd7aa1c931571ff
CRs-Fixed: 2323641
2018-10-03 00:29:16 -07:00