Commit Graph

16968 Commits

Author SHA1 Message Date
nshrivas
e92d543e2e Release 5.2.0.176U
Release 5.2.0.176U

Change-Id: Ib0228027354f053267982628fa0f6578963b39e4
CRs-Fixed: 774533
2020-03-19 05:47:11 -07:00
Pragaspathi Thilagaraj
fd8e907571 qcacld-3.0: Strip the privacy headers of protected deauth/disassoc frames
In pe_disconnect_callback(), while processing deauth/disassoc
frame received after emergency deauth roaming failure, the
reason code is extracted before stripping the ccmp iv, mic trailer
from the unicast frame and mmie is not stripped in case of broadcast
deauth frame. This results in incorrect reason code passed to
userspace.

Strip the ccmp iv, mic trailer from unicast deauthentication/
disassociation frame and strip the mmie from the broadcast
deauthentication/disassociation frame.

Change-Id: I07d7b4515471150d74d796ed6da2f87a928e6e35
CRs-Fixed: 2634822
2020-03-19 05:47:11 -07:00
nshrivas
96824c337f Release 5.2.0.176T
Release 5.2.0.176T

Change-Id: I86d9a45d466e23a48f759423e51fb4c6670bdf09
CRs-Fixed: 774533
2020-03-19 01:36:09 -07:00
bings
23c2312e08 qcacld-3.0: Do not call wlan_reg_legacy_chan_to_freq for freq
sap_ctx->csr_roamProfile.op_freq is already channel frequency.
Do not call wlan_reg_legacy_chan_to_freq for it.

Change-Id: I20ce4eb8852087175c0fae4a7a9dd5e3168e1f24
CRs-Fixed: 2643218
2020-03-19 01:36:09 -07:00
Manjunathappa Prakash
9d37c64121 qcacld-3.0: Enable SMMU S1 for Lahaina platform
Enable IPA SMMU S1 translation feature flag for
Lahaina target.
asm/dma-iommu.h file is removed in latest 5.4 kernel,
resulting in include failure. Remove as it is unused
for version 5.4 and above.

Change-Id: Ie2147f2fc2debad4d700fae5414d1d3becb28f13
CRs-Fixed: 2638580
2020-03-19 01:35:53 -07:00
nshrivas
b4a87f73a9 Release 5.2.0.176S
Release 5.2.0.176S

Change-Id: I26e7efba8044fb24a8340e7b3a6b573693fc6d73
CRs-Fixed: 774533
2020-03-18 15:37:45 -07:00
Abhishek Ambure
09fbde6405 qcacld-3.0: Add interface index for roam scan ch list event
To specify interface index in vendor event for sub command
QCA_NL80211_VENDOR_SUBCMD_UPDATE_STA_INFO_INDEX, pass wdev pointer
to cfg80211_vendor_event_alloc().

Change-id: Ied973df111359bbab44e2c1de0888a67e1497034
CRs-Fixed: 2644349
2020-03-18 15:37:45 -07:00
Vevek Venkatesan
02f5dfc5d7 qcacld-3.0: add pld_smmu_unmap support for BENGAL
Add support for pld_smmu_unmap and enable it for
BENGAL target.

Change-Id: I7f6d6f965b7664342bca29b49f05f8eb62737a0c
CRs-Fixed: 2642663
2020-03-18 15:37:21 -07:00
Dundi Raviteja
25a77e7f71 qcacld-3.0: Process pkt_capture APIs based on packet capture mode
Process pkt_capture APIs only if packet capture mode is present.

Change-Id: Ibf08e550a829c266fd108c0023c016ab36728589
CRs-Fixed: 2640309
2020-03-17 23:27:58 -07:00
nshrivas
a14d64d378 Release 5.2.0.176R
Release 5.2.0.176R

Change-Id: Idf97394e3eee470baa6ddd343d19dba2a4ca7bff
CRs-Fixed: 774533
2020-03-17 14:46:02 -07:00
Abhishek Ambure
d365b8c8ef qcacld-3.0: Fix function type for stop_roaming_callback
This fixes a CFI failure in lim_handle_csa_offload_msg.

Change-Id: Ia4f20b7674902f47c6682ae56be8ba872c8176c5
CRs-Fixed: 2643343
2020-03-17 14:46:01 -07:00
nshrivas
b6f98d7551 Release 5.2.0.176Q
Release 5.2.0.176Q

Change-Id: Iade4682ef4a18246ec04ff8ef1ceadaaa908f7f6
CRs-Fixed: 774533
2020-03-17 11:46:55 -07:00
Ashish Kumar Dhanotiya
79d116ce7e qcacld-3.0: Do not start unsolicited timer back to back
Currently there is no check to not start unsolicited timer
if its callback is already in process. If once this timer
expires and callback is invoked, and if this timer again
tries to start before the callback completes there is no
check to prevent this timer from starting.

As the callback of the previous timer expiry is already in
progress, there is no need to start the unsolicited timer
again. To address this issue a check is added before starting
the unsolicited timer to validate if the callback is still
in progress.

CRs-Fixed: 2635740
Change-Id: Ib008562be22356c3a286fab49a61f99d6867c54e
2020-03-17 11:46:54 -07:00
nshrivas
aa8827cfc4 Release 5.2.0.176P
Release 5.2.0.176P

Change-Id: Ia9bcad30f61c164931155295fe8f55ed40374d24
CRs-Fixed: 774533
2020-03-17 09:15:28 -07:00
Naman Padhiar
ba8266612e qcacld-3.0: Add PLD wrapper for idle restart/shutdown
Add PLD wrapper for idle restart/shutdown callbacks for WCN6750.

Change-Id: I068c4bcfc06f68db43bfbe8c788dccfb2cf5489c
CRs-Fixed: 2642710
2020-03-17 09:15:28 -07:00
sheenam monga
a89f7ed3a3 qcacld-3.0: Validate number of bytes before memory allocation
Currently, In function hdd_get_roam_scan_ch_cb memory
is allocated for event response buffer for invalid len.

Fix is to add a validation check for len before alloction
of memory to avoid memory allocation for invalid len.

Change-Id: I14cffdace868fc19358322c36dd2589d7845b8fa
CRs-Fixed: 2640114
2020-03-17 09:15:22 -07:00
nshrivas
b90da07418 Release 5.2.0.176O
Release 5.2.0.176O

Change-Id: I28bef95b52f2a78ca3258b4a8d259d7bc5bdc370
CRs-Fixed: 774533
2020-03-17 05:14:05 -07:00
Liangwei Dong
ead166aef9 qcacld-3.0: Log optimization of hdd_validate_context
Limit logs in hdd context validation during SSR
and Load/unload.

Change-Id: I89cd609309b40dcb57a05cf72fae8690ab00db58
CRs-Fixed: 2640760
2020-03-17 05:14:05 -07:00
nshrivas
30f2b7e243 Release 5.2.0.176N
Release 5.2.0.176N

Change-Id: I240dee34706a667c3e0c2f68332556e988e9bf80
CRs-Fixed: 774533
2020-03-17 01:05:30 -07:00
Kiran Kumar Lokere
b1a2e9a659 qcacld-3.0: Set WEP in addba resp from addba req for NAN
PMF capability information is not available in NAN peer station
data structure as host does not get full capability information
of NAN peer hence WEP bit is not set in addba response frame for
received addba request frames with WEP set.

Set the WEP bit in addba response frame if the received addba request
frame has WEP bit and it is from NAN peer station.

Change-Id: I9f0a02492b3087d0fd53a7bdde273601913ee2ca
CRs-Fixed: 2638789
2020-03-17 01:05:30 -07:00
nshrivas
90914c55b7 Release 5.2.0.176M
Release 5.2.0.176M

Change-Id: I3600d761690c22ee3bc4a02c3052a164295931e5
CRs-Fixed: 774533
2020-03-16 17:23:17 -07:00
Alan Chen
3c7aab4c49 qcacld-3.0: Add dummy vendor command policy attribute
Kernel 5.2+ is checking vendor policy attribute even for GET commands.
Add dummy policy attribute to following GET vendor commands:
	QCA_NL80211_VENDOR_SUBCMD_GET_HE_CAPABILITIES
	QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_DIAG_STATS
	QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_CAP_INFO
	QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_STATUS
	QCA_NL80211_VENDOR_SUBCMD_NUD_STATS_GET
	QCA_NL80211_VENDOR_SUBCMD_MONITOR_RSSI
	QCA_NL80211_VENDOR_SUBCMD_GET_SAR_LIMITS
	QCA_NL80211_VENDOR_SUBCMD_GET_FW_STATE

Change-Id: I354b2de86909142ed3db0fb4a4d1545ac2b37d55
CRs-Fixed: 2639687
2020-03-16 17:23:03 -07:00
nshrivas
c2003a4640 Release 5.2.0.176L
Release 5.2.0.176L

Change-Id: I678042156bbd920e4c0e6bfb929fa76e717f609f
CRs-Fixed: 774533
2020-03-16 13:51:42 -07:00
Abhishek Ambure
a3bade0523 qcacld-3.0: Update nan_separate_iface_support before WMI_INIT_CMD
Host uses target_resource_config structure's "nan_separate_iface_support"
while copying resource configs in WMI_INIT_CMD.
Value of "nan_separate_iface_support" is set to 1, if firmware capability
"vdev creation allowed = 1" and "ini gEnableNanSupport = 1".

Host updates "nan_separate_iface_support" while processing an event
"WMI_READY_EVENTID" which comes after WMI_INIT_CMD send to firmware.
To update proper value of "nan_separate_iface_support" in resource
configs of WMI_INIT_CMD, host updates "nan_separate_iface_support"
while processing an event "WMI_SERVICE_READY_EXT_EVENTID".

Change-Id: I677d9e39e20646dd4ce945f166b86947d82751e2
CRs-Fixed: 2642139
2020-03-16 13:51:42 -07:00
nshrivas
0b681262a3 Release 5.2.0.176K
Release 5.2.0.176K

Change-Id: Idd6f212c9aee07cd2ed38d8e990fbbaf96042232
CRs-Fixed: 774533
2020-03-16 10:02:58 -07:00
Sourav Mohapatra
4140e8bfa8 qcacld-3.0: Remove cds_trigger_recovery where not needed
Currently in the driver there are places from where recovery is
initiated. Some of those are not required as logic around them has
changed.

Remove those cds_trigger_recovery from places where it is not needed.

Change-Id: Ia5a0fa60101e1c9f44077daa83c4a20d18893c0a
CRs-Fixed: 2628691
2020-03-16 10:02:57 -07:00
nshrivas
edf975c0b3 Release 5.2.0.176J
Release 5.2.0.176J

Change-Id: I48f620f85c7c68e4b7ebf12ea54ca1cd52421c46
CRs-Fixed: 774533
2020-03-16 08:04:56 -07:00
Ashish Kumar Dhanotiya
cc9761c613 qcacld-3.0: Update max values of INIs related to SAR
Currently MAX values of INIs gSarSafetyReqRespTimeout
and gSarSafetyReqRespRetry leads the callback api
to execute for more than 10 seconds which is not as per
driver's scheduler design.
To avoid above issue update above INI values to limit
the execution of the callback api to execute for less
then 10 seconds.

Change-Id: Icdeaf360754b2e86119251cd66c4e8f107f08d98
CRs-Fixed: 2637653
2020-03-16 08:04:56 -07:00
nshrivas
e728a9b967 Release 5.2.0.176I
Release 5.2.0.176I

Change-Id: Ic9941d42f3d3ede0c4aa4cc4de3d7478f4282907
CRs-Fixed: 774533
2020-03-16 03:47:07 -07:00
Jingxiang Ge
84efe29b2b qcacld-3.0: Enhance log in wlan_hdd_pm_qos_notify
Print runtime_pm_prevented info.

Change-Id: Ica1d626fea4c87fe53f6f6c4a78da7d52331ffba
CRs-Fixed: 2641631
2020-03-16 03:47:06 -07:00
nshrivas
5b1bb59d2a Release 5.2.0.176H
Release 5.2.0.176H

Change-Id: I71d6fb311ea6419c8651b9be9874a53dcf814050
CRs-Fixed: 774533
2020-03-14 16:37:42 -07:00
Paul Zhang
21363751ad qcacld-3.0: Add policy attribute for ll_stats_clr
According to new changes in kernel 5.4 version onwards, driver has to
provide the policy for a NL command to be verified against while
registering wiphy to the kernel.

To accommodate these changes, add policy for the following
vendor command that is being registered in the driver
	QCA_NL80211_VENDOR_SUBCMD_LL_STATS_CLR

Change-Id: I5d29cc624021d489b641045e52d71db86cf3a09b
CRs-Fixed: 2634435
2020-03-14 16:37:42 -07:00
nshrivas
b423d79dd2 Release 5.2.0.176G
Release 5.2.0.176G

Change-Id: Icae098ab5929f2c678aa749cabee2c39783d895c
CRs-Fixed: 774533
2020-03-14 11:07:55 -07:00
Wu Gao
98706f176b qcacld-3.0: Enable CFR log
This is part of adding channel frequency response. Enable debug log of
CFR component.

Change-Id: I0186129270c181c26b836b56545ef64507308808
CRs-Fixed: 2637183
2020-03-14 11:07:55 -07:00
nshrivas
14e0845787 Release 5.2.0.176F
Release 5.2.0.176F

Change-Id: I78950cee86bec81aa49f97c51e8c2c1c919c4c11
CRs-Fixed: 774533
2020-03-14 09:14:20 -07:00
Alan Chen
7ea116f3b0 qcacld-3.0: Add policy attribute to BTC_CHAIN_MODE
According to new changes in kernel 5.4 version onwards, driver has to
provide the policy for a NL command to be verified against while
registering wiphy to the kernel.

To satisfy kernel 5.4 requirement add policy to following vendor
command as part of this change:
	QCA_NL80211_VENDOR_SUBCMD_BTC_CHAIN_MODE

Change-Id: I6c6f0757df879def054862b7da09c8d7e856ff86
CRs-Fixed: 2635056
2020-03-14 09:14:20 -07:00
nshrivas
d3c640bcaa Release 5.2.0.176E
Release 5.2.0.176E

Change-Id: I7a7a121918df8a90b92549d868aaf81147a34052
CRs-Fixed: 774533
2020-03-14 05:16:53 -07:00
Jianmin Zhu
4116e09ba4 qcacld-3.0: Fill vdev mlme bss channel for all vdev mode
In vdev start response handler, if vdev start success, copy
desire channel to bss channel for all mode: STA, AP, IBSS etc.

Change-Id: Ie0767952bc3831235adcece5ba59ad0f32ee76fe
CRs-Fixed: 2640898
2020-03-14 05:16:45 -07:00
nshrivas
105e48a36d Release 5.2.0.176D
Release 5.2.0.176D

Change-Id: I6629fd533d7eb89c9185c9d724a23b342b5c8800
CRs-Fixed: 774533
2020-03-14 03:24:11 -07:00
Alan Chen
00f4aa9f64 qcacld-3.0: Add policy attribute to SPECTRAL_SCAN subcommands
According to new changes in kernel 5.4 version onwards, driver has to
provide the policy for a NL command to be verified against while
registering wiphy to the kernel.

To satisfy kernel 5.4 requirement add policy to following vendor
commands as part of this change:
	QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_START
	QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_STOP
	QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_CONFIG

Change-Id: I2c7f4e6b41d341aac7b0984838c72f33a1e1ac5e
CRs-Fixed: 2634094
2020-03-14 03:24:11 -07:00
nshrivas
549b4a5b7f Release 5.2.0.176C
Release 5.2.0.176C

Change-Id: I2f63f740e1daeabe8ecf24bd4a3131d92746b8bf
CRs-Fixed: 774533
2020-03-14 01:39:54 -07:00
Srinivas Dasari
de0a8bedb3 qcacld-3.0: Define a dummy API for hdd_cleanup_ndi when NAN is disabled
Define a dummy API for hdd_cleanup_ndi to avoid "Unknown symbol"
error while loading driver when WLAN_FEATURE_NAN is not enabled.

Change-Id: Ib0d07c5ac7e57cf93e3a20eb6d12c50106939335
CRs-Fixed: 2640856
2020-03-14 01:39:54 -07:00
nshrivas
4df6d4263a Release 5.2.0.176B
Release 5.2.0.176B

Change-Id: Iadea19a2bbdbf38ec8f09ccc5060268b5915c6b7
CRs-Fixed: 774533
2020-03-13 23:50:00 -07:00
Jingxiang Ge
b5caac2e85 qcacld-3.0: Create debugfs file for crash_inject
Create crash_inject file to replace iwpriv cmd.

file path: /sys/kernel/debug/wlan_xx/crash_inject
           wlan_xx is adapter name

Change-Id: Iad8b52bd67345b47717a776759ad6156d654bb93
CRs-Fixed: 2636352
2020-03-13 23:50:00 -07:00
nshrivas
389250b911 Release 5.2.0.176A
Release 5.2.0.176A

Change-Id: Icfbc91d8c40e172acc11428e7429f3149be06c81
CRs-Fixed: 774533
2020-03-13 21:56:38 -07:00
hqu
8925227821 qcacld-3.0: Fix wrong conversion for op_freq
Channel to frequency conversion is unnecessary in function
sap_is_conc_sap_doing_scc_dfs, issue is introduced by
'Change-Id: Ifa62248169ad7b8ff1c62cab44c92d99a8db0e45'.

Fix is to set ch_freq with op_freq directly, no need to convert.

Change-Id: I2e21956833c18240045c85bfb0837ca058069ff5
CRs-Fixed: 2639443
2020-03-13 21:56:37 -07:00
nshrivas
649fab7b87 Release 5.2.0.176
Release 5.2.0.176

Change-Id: Id7f0bbc4835ae4e0fa2af83f47b90e6938d9eb24
CRs-Fixed: 774533
2020-03-13 19:22:15 -07:00
Abhishek Ambure
48b790c62d qcacld-3.0: Add INI support to disable STA roaming
Use INI "sta_disable_roam" to disable roaming on STA interface if
connection on other interfaces ex. p2p, ndp comes up. Each bit of
the INI "sta_disable_roam" represents an interface.
ex. LFR3_STA_ROAM_DISABLE_BY_P2P BIT(0)
    LFR3_STA_ROAM_DISABLE_BY_NAN BIT(1)

As INI "sta_disable_roam" is generic for all the interfaces, cleanup
for INI "p2p_disable_roam" done.

Change-Id: Icd05a97c640ca07978d9960a33de036ed6fe38df
CRs-Fixed: 2637555
2020-03-13 19:22:14 -07:00
nshrivas
1fda6dc171 Release 5.2.0.175Z
Release 5.2.0.175Z

Change-Id: Ice6aa6e5a6a73e87f0559ccd3614f0e51859a5db
CRs-Fixed: 774533
2020-03-13 17:28:31 -07:00
sheenam monga
604dad7dc0 qcacld-3.0: Revert dot11 parser changes for beacon report err vsie
Use manual parser instead of dot11 frame parser for beacon
report err vsie

Change-Id: I55f954f3ed34b1d3c0e44e9db34fec1a15c80932
CRs-Fixed: 2619659
2020-03-13 17:28:31 -07:00
Will Huang
573db4b40c qcacld-3.0: Add policy attribute to hdd_wiphy_vendor_commands
According to new changes in kernel 5.4 version onwards, driver has to
provide the policy for a NL command to ve verified against while
registering wiphy to the kernel.

To accommodate these changes, add policy for all the following
vendor commands that are being registered in the driver

QCA_NL80211_VENDOR_SUBCMD_DO_ACS
QCA_NL80211_VENDOR_SUBCMD_GET_FEATURES

Change-Id: I56d685cf3d7bab8f758d52b2e5d3c0a735accb26
CRs-Fixed: 2635226
2020-03-13 17:28:16 -07:00
nshrivas
17ff6bd3ef Release 5.2.0.175Y
Release 5.2.0.175Y

Change-Id: I9fc49e3f50c3fd75736410aa19cf9bd048a1dfe4
CRs-Fixed: 774533
2020-03-13 15:31:43 -07:00
Paul Zhang
3e231a9fd2 qcacld-3.0: Add policy attribute to hdd_wiphy_vendor_commands
According to new changes in kernel 5.4 version onwards, driver has to
provide the policy for a NL command to ve verified against while
registering wiphy to the kernel.

To accommodate these changes, add policy for all the following
vendor commands that are being registered in the driver
	QCA_NL80211_VENDOR_SUBCMD_ROAMING
	QCA_NL80211_VENDOR_SUBCMD_AVOID_FREQUENCY
	QCA_NL80211_VENDOR_SUBCMD_DFS_CAPABILITY
	QCA_NL80211_VENDOR_SUBCMD_NAN
	QCA_NL80211_VENDOR_SUBCMD_STATS_EXT

Change-Id: Ie2fb541d45ecc04dc5d3f80a3af9060c390ae7f5
CRs-Fixed: 2634373
2020-03-13 15:31:43 -07:00
Ashish Kumar Dhanotiya
489e2ae31e qcacld-3.0: Update correct MCS parameters in wiphy
Currently MCS parameters are not getting correctly in
wiphy which results in incorrect capabilities for iw list
command output.

To resolve above issue, update MCS parameters correctly in
wiphy band capabilities.

CRs-Fixed: 2633314
Change-Id: I830ad50aa4842bd2a79c97ed7b11b82c35148ff0
2020-03-13 15:31:29 -07:00
nshrivas
fcbf75cb84 Release 5.2.0.175X
Release 5.2.0.175X

Change-Id: I5439bcee9085b5358e3d4b2819be9077094788af
CRs-Fixed: 774533
2020-03-13 10:37:03 -07:00
Sourav Mohapatra
7c0a28545f qcacld-3.0: Add policy attribute to hdd_wiphy_vendor_commands [2]
According to new changes in kernel 5.4 version onwards, driver has to
provide the policy for a NL command to ve verified against while
registering wiphy to the kernel.

To accommodate these changes, add policy for all the following
vendor commands that are being registered in the driver

	QCA_NL80211_VENDOR_SUBCMD_GET_CONCURRENCY_MATRIX
	QCA_NL80211_VENDOR_SUBCMD_GET_WIFI_CONFIGURATION
	QCA_NL80211_VENDOR_SUBCMD_TDLS_GET_CAPABILITIES
	QCA_NL80211_VENDOR_SUBCMD_OFFLOADED_PACKETS
	QCA_NL80211_VENDOR_SUBCMD_MONITOR_RSSI

Change-Id: Ia67c9c1d4839e5061f25971578830714abcd66ff
CRs-Fixed: 2633596
2020-03-13 10:37:02 -07:00
nshrivas
d1a5a9897f Release 5.2.0.175W
Release 5.2.0.175W

Change-Id: I04d09693203968bcacdbe75e439cb7f03ba1df66
CRs-Fixed: 774533
2020-03-13 08:38:44 -07:00
Sourav Mohapatra
bde029b861 qcacld-3.0: Add policy attribute to hdd_wiphy_vendor_commands [3]
According to new changes in kernel 5.4 version onwards, driver has to
provide the policy for a NL command to ve verified against while
registering wiphy to the kernel.

To accommodate these changes, add policy for all the following
vendor commands that are being registered in the driver

	QCA_NL80211_VENDOR_SUBCMD_SETBAND
	QCA_NL80211_VENDOR_SUBCMD_SCAN_DONE
	QCA_NL80211_VENDOR_SUBCMD_OTA_TEST
	QCA_NL80211_VENDOR_SUBCMD_SET_TXPOWER_SCALE
	QCA_NL80211_VENDOR_SUBCMD_SET_TXPOWER_SCALE_DECR_DB
	QCA_NL80211_VENDOR_SUBCMD_ACS_POLICY
	QCA_NL80211_VENDOR_SUBCMD_STA_CONNECT_ROAM_POLICY
	QCA_NL80211_VENDOR_SUBCMD_SET_SAP_CONFIG
	QCA_NL80211_VENDOR_SUBCMD_TSF
	QCA_NL80211_VENDOR_SUBCMD_WISA
	QCA_NL80211_VENDOR_SUBCMD_GET_STATION
	QCA_NL80211_VENDOR_SUBCMD_P2P_LISTEN_OFFLOAD_START
	QCA_NL80211_VENDOR_SUBCMD_P2P_LISTEN_OFFLOAD_STOP
	QCA_NL80211_VENDOR_SUBCMD_SAP_CONDITIONAL_CHAN_SWITCH

Change-Id: Ibc9ec144eac63a8dab19e01c1718d17ea5cabb35
CRs-Fixed: 2633912
2020-03-13 08:38:44 -07:00
Sourav Mohapatra
2c0cc5f4bc qcacld-3.0: Add policy attribute to hdd_wiphy_vendor_commands
According to new changes in kernel 5.4 version onwards, driver has to
provide the policy for a NL command to ve verified against while
registering wiphy to the kernel.

To accommodate these changes, add policy for all the following
vendor commands that are being registered in the driver

	QCA_NL80211_VENDOR_SUBCMD_GET_SUPPORTED_FEATURES
	QCA_NL80211_VENDOR_SUBCMD_GET_FEATURES
	QCA_NL80211_VENDOR_SUBCMD_GET_LOGGER_FEATURE_SET
	QCA_NL80211_VENDOR_SUBCMD_GET_WIFI_INFO
	QCA_NL80211_VENDOR_SUBCMD_GET_BUS_SIZE
	QCA_NL80211_VENDOR_SUBCMD_NO_DFS_FLAG
	QCA_NL80211_VENDOR_SUBCMD_LL_STATS_SET
	QCA_NL80211_VENDOR_SUBCMD_SET_WIFI_CONFIGURATION
	QCA_NL80211_VENDOR_SUBCMD_NAN_EXT
	QCA_NL80211_VENDOR_SUBCMD_NDP
	QCA_NL80211_VENDOR_SUBCMD_SCANNING_MAC_OUI
	QCA_NL80211_VENDOR_SUBCMD_WIFI_LOGGER_START
	QCA_NL80211_VENDOR_SUBCMD_LL_STATS_GET
	QCA_NL80211_VENDOR_SUBCMD_ROAM
	QCA_NL80211_VENDOR_SUBCMD_PACKET_FILTER
	QCA_NL80211_VENDOR_SUBCMD_ND_OFFLOAD
	QCA_NL80211_VENDOR_SUBCMD_GW_PARAM_CONFIG
	QCA_NL80211_VENDOR_SUBCMD_KEY_MGMT_SET_KEY
	QCA_NL80211_VENDOR_SUBCMD_GET_RING_DATA
	QCA_NL80211_VENDOR_SUBCMD_TRIGGER_SCAN

Change-Id: I714c8b21a95144f7ed8ff4c6e038782e469edf3d
CRs-Fixed: 2621308
2020-03-13 08:38:24 -07:00
nshrivas
20bb090a9e Release 5.2.0.175V
Release 5.2.0.175V

Change-Id: Icb707dc152043a7a0d5a9a7e83297e6093ed3504
CRs-Fixed: 774533
2020-03-13 06:47:03 -07:00
Jinwei Chen
bfe5d6b90c qcacld-3.0: fix skb leak possibility due to no failure handling
fix skb leak possibility due to no failure handling.

Change-Id: I0bd1e4cacdb408010057e35127a1ce9758c2e9c7
CRs-Fixed: 2627321
2020-03-13 06:47:03 -07:00
nshrivas
ed622d6dea Release 5.2.0.175U
Release 5.2.0.175U

Change-Id: Ide1517aed97cfbedd9fae4f1a4e017b6adad5cd0
CRs-Fixed: 774533
2020-03-11 20:34:49 -07:00
Vevek Venkatesan
d0f3e3ae0c qcacld-3.0: reduce stack size during ipa_setup
Reduce stack size by allocating pipe_in memory
dynamically during ipa_setup.

Change-Id: I33692b5a5dd920a2784fab4294af84d827cb092b
CRs-Fixed: 2638947
2020-03-11 20:34:49 -07:00
nshrivas
0ffeda98ea Release 5.2.0.175T
Release 5.2.0.175T

Change-Id: Id5a64ec4165e819282c998be598335f9e19961cb
CRs-Fixed: 774533
2020-03-11 19:08:36 -07:00
nshrivas
4902d34386 Release 5.2.0.175S
Release 5.2.0.175S

Change-Id: Id1b3ca5082d4945ef4103b5dfb24ed7f20a8eae8
CRs-Fixed: 774533
2020-03-11 11:03:59 -07:00
nshrivas
b07d87e7ea Release 5.2.0.175R
Release 5.2.0.175R

Change-Id: I6e05fab71c175a08ca4e5decefac9ae3737511d2
CRs-Fixed: 774533
2020-03-11 09:36:23 -07:00
Arun Kumar Khandavalli
68c99e72e7 qcacld-3.0: Send vdev delete to firmware on notification
Presently vdev delete is sent to firmware 1st and the object manager
vdev delete is deleted after all the references are released.
With this change the vdev delete is sent to firmware when all the
references are released and the vdev delete is sent to firmware via
the object manager vdev delete notification.

Change-Id: I67bea0d2b2a0d2d9eb4602e5d0b8bbdcafdd4d26
CRs-Fixed: 2618278
2020-03-11 09:36:23 -07:00
nshrivas
1877eb82a3 Release 5.2.0.175Q
Release 5.2.0.175Q

Change-Id: Iacaf08ede13d10c754563bea6b0d912f057cfa79
CRs-Fixed: 774533
2020-03-11 05:23:14 -07:00
Jingxiang Ge
2131384024 qcacld-3.0: Fix sta_info use after free in hdd_softap_stop_bss
In hdd_softap_deregister_sta, cdp_clear_peer may return fail
as peer has been deleted in other path, but the free of sta_info
will be continue.
So in hdd_softap_stop_bss, it will still access mac address
from sta_info, which will cause use after free.

Fix:
   Even cdp_clear_peer return failure, it is expected, so only
   log but not return failure to caller function.
   In hdd_softap_stop_bss, remove mac address info log as in
   hdd_softap_deregister_sta, there has been enough log for
   each failure case.

Change-Id: Id06c78cb8d215488eb34d8412359ac2d684756d5
CRs-Fixed: 2637287
2020-03-11 05:23:14 -07:00
nshrivas
69ae181848 Release 5.2.0.175P
Release 5.2.0.175P

Change-Id: I662a98fab9e1d90f04bdacccd8f45ce856607a33
CRs-Fixed: 774533
2020-03-11 03:49:01 -07:00
nshrivas
df11b0d352 Release 5.2.0.175O
Release 5.2.0.175O

Change-Id: I49d10b8eb6e2197944f07e31c01146c0ac4e70f6
CRs-Fixed: 774533
2020-03-11 01:46:34 -07:00
Alan Chen
cc46ff0ae5 qcacld-3.0: Add policy attribute to SET_TRACE_LEVEL
According to new changes in kernel 5.4 version onwards, driver has to
provide the policy for a NL command to be verified against while
registering wiphy to the kernel.

To satisfy kernel 5.4 requirement add policy to following vendor
command as part of this change:
	QCA_NL80211_VENDOR_SUBCMD_SET_TRACE_LEVEL

Change-Id: Ifbeba29b5c3c7783217ed5f2352286e5537753e6
CRs-Fixed: 2633340
2020-03-11 01:46:34 -07:00
nshrivas
11c6811a81 Release 5.2.0.175N
Release 5.2.0.175N

Change-Id: Idebf0966b87a6fce1b348b0b55932cdbcf14d2c9
CRs-Fixed: 774533
2020-03-10 18:54:49 -07:00
Pragaspathi Thilagaraj
1fd88f59f3 qcacld-3.0: Try association with the same BSS on receiving assoc reject
For SAE connection, if sta has a PMKID cached from previous
full SAE authentication and uses it for the open authentication
with the AP and if the AP rejects the association with invalid
pmkid (53), then the STA tries association with next AP. This
could result in association with a low score candidate.

Retry association with same AP, with full SAE authentication,
if AP rejects association with reason code invalid pmkid. Limit
the retry count to 1 per AP.

Change-Id: I5b26822ff9bbeea51de1b80852d5d325d28bf17f
CRs-Fixed: 2625987
2020-03-10 18:54:49 -07:00
Pragaspathi Thilagaraj
1229e319b0 qcacld-3.0: Delete pmk entry from crypto table on assoc reject
Currently when association reject with reason code 53(invalid
pmkid) is received from the AP, then we delete the pmksa entry
for that AP from csr_session, but with converged crypto component,
the entry needs to be deleted from the crypto pmk table.
Else when associating to the same AP again, driver will use the
stale pmk for the AP again.

Delete the pmk entry from crypto pmk table when association
reject is received from AP with reason code 53.

Change-Id: I54f4a7ee7e02d35e0560bfad9fe2e3466aaa361d
CRs-Fixed: 2636570
2020-03-10 18:54:34 -07:00
nshrivas
db1f08d4a2 Release 5.2.0.175M
Release 5.2.0.175M

Change-Id: I793bbe52693608580f220a89846df27793d3fcbe
CRs-Fixed: 774533
2020-03-10 14:44:37 -07:00
gaurank kathpalia
23e479b963 qcacld-3.0: Add more info in connect prints
Add more info in connect prints.

Change-Id: Id467afbf4e9920c81d8bb37f29451faa97e93546
CRs-Fixed: 2638385
2020-03-10 14:44:37 -07:00
nshrivas
6a3402d87f Release 5.2.0.175L
Release 5.2.0.175L

Change-Id: I487025674619f595e9dd9e11909239a03b03c30e
CRs-Fixed: 774533
2020-03-10 09:20:32 -07:00
Guisen Yang
a3c54de471 qcacld-3.0: Move sme_get_roam_scan_ch() out of FEATURE_WLAN_ESE
A unknown symbol sme_get_roam_scan_ch() error will happen when
probing wlan module without the enablement of FEATURE_WLAN_ESE.
Move the definition of sme_get_roam_scan_ch() out of the body
of FEATURE_WLAN_ESE.

Change-Id: Ie39133778b6e569d40ee05bffff5c27343f1507a
CRs-Fixed: 2634396
2020-03-10 09:20:32 -07:00
nshrivas
4dc74ab301 Release 5.2.0.175K
Release 5.2.0.175K

Change-Id: I151fb97999c51968b2524ca9c009760355721f6a
CRs-Fixed: 774533
2020-03-10 02:01:20 -07:00
nshrivas
8bba4f0a61 Release 5.2.0.175J
Release 5.2.0.175J

Change-Id: I1b8dde9699f847a038a3dd491ea8c980474252a7
CRs-Fixed: 774533
2020-03-10 00:19:23 -07:00
Jingxiang Ge
ba6213b1b6 qcacld-3.0: Add policy attribute for tdls/supported_feature
According to new changes in kernel 5.4 version onwards, driver has to
provide the policy for a NL command to ve verified against while
registering wiphy to the kernel.
To accommodate these changes, add policy for all the following
vendor commands that are being registered in the driver

    QCA_NL80211_VENDOR_SUBCMD_TDLS_ENABLE
    QCA_NL80211_VENDOR_SUBCMD_TDLS_DISABLE
    QCA_NL80211_VENDOR_SUBCMD_TDLS_GET_STATUS
    QCA_NL80211_VENDOR_SUBCMD_GET_SUPPORTED_FEATURES

Change-Id: I4ad3d952d2af8f1d7f37179f9c92b0e77fc2eb23
CRs-Fixed: 2635755
2020-03-10 00:19:23 -07:00
nshrivas
0d364672c5 Release 5.2.0.175I
Release 5.2.0.175I

Change-Id: I2aae98d4c93fe86d947078bf78c08957226762da
CRs-Fixed: 774533
2020-03-09 22:45:28 -07:00
nshrivas
fbac72826d Release 5.2.0.175H
Release 5.2.0.175H

Change-Id: Ieadb2aea4beb70ddc547f037f05e24aa9d60b912
CRs-Fixed: 774533
2020-03-09 20:57:32 -07:00
Lincoln Tran
4cb4b007a1 qcacld-3.0: Add ini to pass xLNA bypass config to FW
Add new ini CFG_SET_SAP_XLNA_BYPASS under fw_offload to allow host
to pass config to FW. WMI_PDEV_PARAM_SET_SAP_XLNA_BYPASS makes the
SAP xLNA bypass configureable.

Change-Id: Ie501005f3035f14b3f23cdd260f401a6af81b798
CRs-fixed: 2632088
2020-03-09 20:57:16 -07:00
nshrivas
9ca81c3f90 Release 5.2.0.175G
Release 5.2.0.175G

Change-Id: Ib6caa198c84ef03e2b89500255969d23adc8cfd6
CRs-Fixed: 774533
2020-03-09 12:45:03 -07:00
Naman Padhiar
580e5e989d qcacld-3.0: Correction in SMMU mapping and interrupt registeration
Add pld wrapper for interrupt registration and SMMU map for
WCN6750.

Change-Id: Iea7130f3462b4d1fb2bf0dde147f7e5f51c491b4
2020-03-09 12:45:03 -07:00
nshrivas
3667f24544 Release 5.2.0.175F
Release 5.2.0.175F

Change-Id: I212417765db614b4110be215eb17e486ce4a22c6
CRs-Fixed: 774533
2020-03-09 09:55:16 -07:00
Tushnim Bhattacharyya
6f4fcbc18d qcacld-3.0: update ch_width in lim_tdls_update_hash_node_info
Update ch_width for tdls peer in dph hash table inside
lim_tdls_update_hash_node_info.

Change-Id: Iaa07015a01e1e6b483d8544c7f66c1e4276273ac
CRs-Fixed: 2636050
2020-03-09 09:55:16 -07:00
Jingxiang Ge
a6a955d19f qcacld-3.0: Add debugfs for unit_test_host/unit_test_target
These debugfs files are to replace wext cmd setUnitTestCmd
/unit_test/wlan_suspend/wlan_resume.

unit_test_host:
    /sys/kernel/debug/wlan_xx/unit_test_host
    wlan_xx is driver name
unit_test_target:
    /sys/kernel/debug/wlan_xx/unit_test_target
    wlan_xx is adapter name
wlan_suspend:
    /sys/kernel/debug/wlan_xx/wlan_suspend
    wlan_xx is adapter name
wlan_resume:
    /sys/kernel/debug/wlan_xx/wlan_resume
    wlan_xx is adapter name

Change-Id: I1ddf44b47a3f0d2e11ff74022dc1a26888da974c
CRs-Fixed: 2631424
2020-03-09 09:54:51 -07:00
nshrivas
b84b7473cf Release 5.2.0.175E
Release 5.2.0.175E

Change-Id: I49932687123b77550f64668e7c06a934d3df9738
CRs-Fixed: 774533
2020-03-09 05:47:00 -07:00
Bapiraju Alla
4a668d9d24 qcacld-3.0: Add policy attribute to hdd_wiphy_vendor_commands
According to new changes in kernel 5.4 version onwards, driver has to
provide the policy for a NL command to ve verified against while
registering wiphy to the kernel.

To accommodate these changes, add policy for all the following
vendor commands that are being registered in the driver

QCA_NL80211_VENDOR_SUBCMD_GET_WAKE_REASON_STATS
QCA_NL80211_VENDOR_SUBCMD_OCB_SET_CONFIG
QCA_NL80211_VENDOR_SUBCMD_OCB_SET_UTC_TIME
QCA_NL80211_VENDOR_SUBCMD_OCB_START_TIMING_ADVERT
QCA_NL80211_VENDOR_SUBCMD_OCB_STOP_TIMING_ADVERT
QCA_NL80211_VENDOR_SUBCMD_OCB_GET_TSF_TIMER
QCA_NL80211_VENDOR_SUBCMD_DCC_GET_STATS
QCA_NL80211_VENDOR_SUBCMD_DCC_CLEAR_STATS
QCA_NL80211_VENDOR_SUBCMD_DCC_UPDATE_NDL
QCA_NL80211_VENDOR_SUBCMD_LINK_PROPERTIES

Change-Id: I1fa51d2fdf75a20098fe651769352d69d8fbd48c
CRs-Fixed: 2633726
2020-03-09 05:47:00 -07:00
Bapiraju Alla
621e688bb8 qcacld-3.0: Add policy attribute to hdd_wiphy_vendor_commands
According to new changes in kernel 5.4 version onwards, driver has to
provide the policy for a NL command to ve verified against while
registering wiphy to the kernel.

To accommodate these changes, add policy for all the following
vendor commands that are being registered in the driver

QCA_NL80211_VENDOR_SUBCMD_GET_HW_CAPABILITY
QCA_NL80211_VENDOR_SUBCMD_LL_STATS_EXT

Change-Id: I33498d0980e96d7aca6c1cf3da8941654d2d6380
CRs-Fixed: 2633925
2020-03-09 05:46:44 -07:00
nshrivas
5df979042c Release 5.2.0.175D
Release 5.2.0.175D

Change-Id: Ibe7015397d50dd56963f175fb69db7c255ea11db
CRs-Fixed: 774533
2020-03-08 23:58:15 -07:00
Srinivas Dasari
ef993fd575 qcacld-3.0: Stop bus_bw timer as part of stop_adapter for NDI
bus_bw timer start happens when first NDP is connected and
stop happens when last peer is departed indication is received
from firmware. But as part of driver unload, driver issues
stop_bss and firmware doesn't send any NDP END indication after
receiving this. So the timer started as part of first NDP confirm
is not stopped.
Try to stop the timer after processing the sme_disconnect which
is issued as part of stop_adapter for NDI mode.

Also, in STA+NDI concurrency scenario, bus bandwidth timer is
stopped on STA disconnection since hdd_any_adapter_is_assoc
checks only for other active STA or SAP. Add an NDI active
check so that timer is not stopped when NDPs are present on
an NDI.

Change-Id: Ibec447846fefad153261830c34bf2fa914636c7a
CRs-Fixed: 2625586
2020-03-08 23:58:14 -07:00
nshrivas
ff3fcbfa29 Release 5.2.0.175C
Release 5.2.0.175C

Change-Id: I4f9dd0cc7dbf816deadd37289e179cecd43c2e4c
CRs-Fixed: 774533
2020-03-07 14:32:55 -08:00
Min Liu
fd0c7f1208 qcacld-3.0: Add policy attribute to hdd_wiphy_vendor_commands
According to new changes in kernel 5.4 version onwards, driver has to
provide the policy for a NL command to ve verified against while
registering wiphy to the kernel.

To accommodate these changes, add policy for all the following
vendor commands that are being registered in the driver

QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_START
QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_STOP
QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_GET_VALID_CHANNELS
QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_GET_CAPABILITIES
QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_GET_CACHED_RESULTS
QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_SET_BSSID_HOTLIST
QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_RESET_BSSID_HOTLIST
QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_SET_SIGNIFICANT_CHANGE
QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_RESET_SIGNIFICANT_CHANGE
QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_PNO_SET_LIST
QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_PNO_SET_PASSPOINT_LIST
QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_PNO_RESET_PASSPOINT_LIST

Change-Id: I664e59564642c25fad931aca37cbc696b0c53b49
CRs-Fixed: 2635225
2020-03-07 14:32:55 -08:00
nshrivas
e2124e159c Release 5.2.0.175B
Release 5.2.0.175B

Change-Id: I7fa9ed05c4b6f652ea19c6dafda7bdee48ec4b7d
CRs-Fixed: 774533
2020-03-07 03:19:45 -08:00
Srinivas Girigowda
802283bd11 qcacld-3.0: Add policy attribute to SUBCMD_GET_CHAIN_RSSI
According to new changes in kernel 5.2 version onwards, driver has to
provide the policy for a NL command to be verified against while
registering wiphy to the kernel.

To satisfy kernel 5.2 requirement add policy to following vendor
command as part of this change:
    QCA_NL80211_VENDOR_SUBCMD_GET_CHAIN_RSSI

Change-Id: Id1d1f1ee339bcef83b714e33cc174f886fee5ce6
CRs-Fixed: 2634263
2020-03-07 03:19:45 -08:00
nshrivas
7289d17503 Release 5.2.0.175A
Release 5.2.0.175A

Change-Id: I49374abb08a60c71844414ccdfcfb17ef0fa0c61
CRs-Fixed: 774533
2020-03-07 01:45:36 -08:00
Jianmin Zhu
3fa522c495 qcacld-3.0: Fill vdev mlme bss channel just after vdev start
Copy desire channel to vdev mlme bss channel after vdev start,
several APIs used bss channel before it is filled, issue happens
like wrong max tx power is set.

Change-Id: Ib46b5b9eebc2000d703dc542c97f85281c0f376c
CRs-Fixed: 2636775
2020-03-07 01:45:36 -08:00
Srinivas Girigowda
51b1536f7a qcacld-3.0: Add policy attribute to SUBCMD_EXTERNAL_ACS
According to new changes in kernel 5.2 version onwards, driver has to
provide the policy for a NL command to be verified against while
registering wiphy to the kernel.

To satisfy kernel 5.2 requirement add policy to following vendor
command as part of this change:
    QCA_NL80211_VENDOR_SUBCMD_EXTERNAL_ACS

Change-Id: If2e7aec3d6f6d98168e0ceededea8d86db7078d9
CRs-Fixed: 2634255
2020-03-07 01:45:07 -08:00
nshrivas
8dcd27c0b8 Release 5.2.0.175
Release 5.2.0.175

Change-Id: I03dfb703fa2868d510b1c81a514af9da2276e20f
CRs-Fixed: 774533
2020-03-06 23:41:20 -08:00
Liangwei Dong
93c03dad7f qcacld-3.0: Flush pmksa cache for SAP when SAP stop
In certain case, the active SAP interface will be deleted by
__wlan_hdd_del_virtual_intf by upper layer. In that case,
we need to flush pmksa in SAP PMKID cache.

Change-Id: I9a152df7a4c27aef82664f039fbca18259d6b63a
CRs-Fixed: 2635424
2020-03-06 23:41:20 -08:00
nshrivas
5d219dda31 Release 5.2.0.174Z
Release 5.2.0.174Z

Change-Id: Ie5acaeaf83779e73195e480392625c4c5d9e7819
CRs-Fixed: 774533
2020-03-06 22:06:39 -08:00
Abhinav Kumar
d47cc6f4eb qcacld-3.0: Log enhancement for PNO scan
Remove unwanted prints for PNO scan.

Change-Id: I1223086b2987e9687ee814647437dcecda351da7
CRs-Fixed: 2636639
2020-03-06 22:06:39 -08:00
nshrivas
dbbec865b3 Release 5.2.0.174Y
Release 5.2.0.174Y

Change-Id: I0b0ede979aaa71329591f0dbaee5274fa5eb4a00
CRs-Fixed: 774533
2020-03-06 20:33:44 -08:00
Ashish Kumar Dhanotiya
919239acdb qcacld-3.0: Check for vendor vht ie to fill assoc ind param
Currently there is no check for vendor vht ie in lim fill
assoc indication param api. If a station fills its vhtcaps
in vendor vht ie in assoc request, lim does not fill
vhtcaps information in assoc indication params from
station's assoc request and it results in invalid caps info
in assoc indication to upper layers.

To avoid this issue, add a check to look for vendor vht caps
before copy of the vht caps to assoc indication from assoc
request.

Change-Id: If80136d9a923d23b7db3ebec1d49e6e4012e6dd2
CRs-Fixed: 2633003
2020-03-06 20:33:43 -08:00
nshrivas
c9b88383e2 Release 5.2.0.174X
Release 5.2.0.174X

Change-Id: I9dc4a752ce0801436e82c8f0a287960eb85bd812
CRs-Fixed: 774533
2020-03-06 18:51:43 -08:00
Ashish Kumar Dhanotiya
50250837e4 qcacld-3.0: Reset qdf event before wait
Currently sar safety request response event is not getting
reset before it starts wait for completion in sar
unsolicited timer callback which may cause issues if this
event gets complete multiple times.

To avoid above issue, reset the sar safety request response
event before it starts wait for completion.

CRs-Fixed: 2634885
Change-Id: I47b8abd6e960acc4dd9eef43faebe7e34203c380
2020-03-06 18:51:43 -08:00
Surabhi Vishnoi
f4bee3a7c5 qcacld-3.0: Update the occupied channel list after CSA
Currenlty the occupied channel list is not updated with the new
channel to which STA gets connected after CSA. This leads to non
updation of the scan_list in firmware with the new occupied
channel. So firmware goes for a full scan instead of partial scan
in case of roam scan trigger.

To mitigate this issue, update the occupied channel list with the
new channel after CSA, which will lead to updation of scan list in
firmware.

Change-Id: I21e9bdd3474ecd23e49aabf27c2a9978b158c2ce
CRs-Fixed: 2632943
2020-03-06 18:51:22 -08:00
nshrivas
46c1ef256d Release 5.2.0.174W
Release 5.2.0.174W

Change-Id: I833f648a1aa980b21f29fd2c3970eb34b7a09ad3
CRs-Fixed: 774533
2020-03-06 16:38:55 -08:00
nshrivas
58fdcd1530 Release 5.2.0.174V
Release 5.2.0.174V

Change-Id: I81920256ffad0761bb7e0ee2ce0dfa1ac6e3da5c
CRs-Fixed: 774533
2020-03-06 08:36:24 -08:00
Surabhi Vishnoi
85d94fc4b9 qcacld-3.0: Clear ftm_time_sync offset on disconnect and add bssid in sysfs
The Qtime offset derived with a connected AP (master) are not
cleared on disconnect. This leads to storage of stale offset
values. So clear the stale Qtime offset values on disconnection.

Currently there is no information in ftm_time_sync sysfs entry
regarding which BSSID the Qtime offset values are derived.
Add the BSSID info in the sysfs entry.

Change-Id: Iac47bccffae005602469a658e5ca0bc9008ac4b4
CRs-Fixed: 2629822
2020-03-06 08:36:24 -08:00
nshrivas
60de8cadbd Release 5.2.0.174U
Release 5.2.0.174U

Change-Id: Ie7bc9656fab7f0d06f94d916e0f3f62b88ccb657
CRs-Fixed: 774533
2020-03-06 05:29:57 -08:00
Srinivas Girigowda
1129ba43a7 qcacld-3.0: Add policy attribute to SUBCMD_SET_SAR_LIMITS
According to new changes in kernel 5.2 version onwards, driver has to
provide the policy for a NL command to be verified against while
registering wiphy to the kernel.

To satisfy kernel 5.2 requirement add policy to following vendor
command as part of this change:
    QCA_NL80211_VENDOR_SUBCMD_SET_SAR_LIMITS

Change-Id: Ic02df66a2937aa3e1fd6b6193fbe31b7b4141ba4
CRs-Fixed: 2634250
2020-03-06 05:29:57 -08:00
Srinivas Girigowda
c58548360f qcacld-3.0: Add policy attribute to SUBCMD_CONFIGURE_TDLS
According to new changes in kernel 5.2 version onwards, driver has to
provide the policy for a NL command to be verified against while
registering wiphy to the kernel.

To satisfy kernel 5.2 requirement add policy to following vendor
command as part of this change:
	QCA_NL80211_VENDOR_SUBCMD_CONFIGURE_TDLS

Change-Id: I181d9d5c4160847d4d1be98f2ce5fa2627b3972a
CRs-Fixed: 2634233
2020-03-06 05:29:35 -08:00
nshrivas
2ce7a0911c Release 5.2.0.174T
Release 5.2.0.174T

Change-Id: I1c2cae3560764412a96926b649b2e255aed47ffa
CRs-Fixed: 774533
2020-03-06 04:08:06 -08:00
nshrivas
6530f59011 Release 5.2.0.174S
Release 5.2.0.174S

Change-Id: Ia7783bed80437449749fdfe198930cbedfecd574
CRs-Fixed: 774533
2020-03-06 02:41:16 -08:00
Srikanth Marepalli
f8d599b48d qcacld-3.0: Add INI support for DFS Channel Ageout Time
Add ini support for DFS Channel Ageout Time, the time upto which
DFS channel information such as beacon found is remembered.
This ini is used to set the ageout timer value from host to FW.
If not set, FW will disable ageout time.
This value is sent as a WMI_PDEV_PARAM_SET_DFS_CHAN_AGEOUT_TIME
as part of WMI_PDEV_SET_PARAM_CMDID.

Change-Id: I99553fa87a4025f03c52b4b387a414ba06c2c457
CRs-Fixed: 2625996
2020-03-06 02:41:16 -08:00
nshrivas
e607d61a8c Release 5.2.0.174R
Release 5.2.0.174R

Change-Id: If9ed5061af3831bbb5793754c6e77866b0dd797f
CRs-Fixed: 774533
2020-03-06 01:12:32 -08:00
Alan Chen
e5ba8b0e36 qcacld-3.0: Add policy attribute to OEM_DATA
According to new changes in kernel 5.4 version onwards, driver has to
provide the policy for a NL command to be verified against while
registering wiphy to the kernel.

To satisfy kernel 5.4 requirement add policy to following vendor
command as part of this change:
	QCA_NL80211_VENDOR_SUBCMD_OEM_DATA

Change-Id: Idf44f40763aa967681a3e5e9df43f259b0254b61
CRs-Fixed: 2635048
2020-03-06 01:12:32 -08:00
nshrivas
8b270d2878 Release 5.2.0.174Q
Release 5.2.0.174Q

Change-Id: I5d6bc6a6a21c1c2bf5f3225f625afa55978fef05
CRs-Fixed: 774533
2020-03-05 23:40:53 -08:00
Alan Chen
e07616e9b2 qcacld-3.0: Add policy attribute to BEACON_REPORTING
According to new changes in kernel 5.4 version onwards, driver has to
provide the policy for a NL command to be verified against while
registering wiphy to the kernel.

To satisfy kernel 5.4 requirement add policy to following vendor
command as part of this change:
	QCA_NL80211_VENDOR_SUBCMD_BEACON_REPORTING

Change-Id: I2f7cba7cb16d4a13fab33398e3034e71902317f3
CRs-Fixed: 2635027
2020-03-05 23:40:53 -08:00
Alan Chen
097ad5283b qcacld-3.0: Add policy attribute to ACTIVE_TOS
According to new changes in kernel 5.4 version onwards, driver has to
provide the policy for a NL command to be verified against while
registering wiphy to the kernel.

To satisfy kernel 5.4 requirement add policy to following vendor
command as part of this change:
	QCA_NL80211_VENDOR_SUBCMD_ACTIVE_TOS

Change-Id: I915ec5494ef16e7cc5b8c42d814c512a925ef469
CRs-Fixed: 2634120
2020-03-05 23:40:38 -08:00
nshrivas
5757292dd8 Release 5.2.0.174P
Release 5.2.0.174P

Change-Id: Ie4e2d038ef381f69a8452540d8dd93c7f386a96a
CRs-Fixed: 774533
2020-03-05 22:07:42 -08:00
nshrivas
df771bd0b2 Release 5.2.0.174O
Release 5.2.0.174O

Change-Id: Ia503e46f166517e244c3be1f908f78f4c8a4e49e
CRs-Fixed: 774533
2020-03-05 19:42:04 -08:00
Alan Chen
e623051493 qcacld-3.0: Add policy attribute to FETCH_BSS_TRANSITION_STATUS
According to new changes in kernel 5.4 version onwards, driver has to
provide the policy for a NL command to be verified against while
registering wiphy to the kernel.

To satisfy kernel 5.4 requirement add policy to following vendor
command as part of this change:
	QCA_NL80211_VENDOR_SUBCMD_FETCH_BSS_TRANSITION_STATUS

Change-Id: I7c49d959e7c5d232572aae78616b18cee875cbb1
CRs-Fixed: 2632084
2020-03-05 19:42:04 -08:00
Alan Chen
1c570b38f4 qcacld-3.0: Add policy attribute to SUBCMD_NUD_STATS_SET
According to new changes in kernel 5.4 version onwards, driver has to
provide the policy for a NL command to be verified against while
registering wiphy to the kernel.

To satisfy kernel 5.4 requirement add policy to following vendor
command as part of this change:
	QCA_NL80211_VENDOR_SUBCMD_NUD_STATS_SET

Change-Id: I1023872146d398252cd8dbde8431cd8c5e839a31
CRs-Fixed: 2631294
2020-03-05 19:41:44 -08:00
nshrivas
61206f13d3 Release 5.2.0.174N
Release 5.2.0.174N

Change-Id: I4a5065532f0cbf24366145dca4646fd97b9ac546
CRs-Fixed: 774533
2020-03-05 15:19:14 -08:00
Gururaj Pandurangi
bf4774a59d qcacld-3.0: Fix while condition in rrm_fill_beacon_ies()
In function rrm_fill_beacon_ies, do while loop is checked
for BcnNumIes if it is greater than IE length 0. Fix the
check to be greater than 2 as the first two bytes is IE
header(element ID and IE length fields both 1 byte each.)

Change-Id: I11e5de481cd49a22acafee938fbe73f839f5b0e4
CRs-Fixed: 2626729
2020-03-05 15:19:14 -08:00
nshrivas
850f6d3d11 Release 5.2.0.174M
Release 5.2.0.174M

Change-Id: I792ee6bbd3216c28db9507a7ce0595fbb3186b52
CRs-Fixed: 774533
2020-03-05 12:49:46 -08:00
Nisha Menon
c8626b3f18 qcacld-3.0: Remove excessive logging in hdd_rx_deliver_to_stack
Remove the excess error log in hdd_rx_deliver_to_stack. The hdd
rx/tx stats are incremented in caller for success and failed
cases for delivering the skb to network stack. This error log
is redundtant as stats for rx packets refused is incremented
when packets are dropped by the network stack.

Change-Id: I5a774db18966f9b43721278daef936de7524d6f7
CRs-Fixed: 2633475
2020-03-05 12:49:45 -08:00
nshrivas
0ce427a2a3 Release 5.2.0.174L
Release 5.2.0.174L

Change-Id: Ia8287acd9ab02c05cb938a479c68df3afdfeefe3
CRs-Fixed: 774533
2020-03-05 07:09:36 -08:00
Abhishek Singh
d79a6bd8d0 qcacld-3.0: Remove unused scan params
Remove unused params from struct tag_csrscan_result and
struct csr_config.

Change-Id: Idec036e8fb60752905e0c1d291713ca5e6ea2aad
CRs-Fixed: 2634391
2020-03-05 07:09:36 -08:00
nshrivas
878cb4f4d5 Release 5.2.0.174K
Release 5.2.0.174K

Change-Id: I50ff67f9cb8f72ac88ab559782c9d2083a0e138e
CRs-Fixed: 774533
2020-03-05 00:19:41 -08:00
Rajeev Kumar
dd2a53d62c qcacld-3.0: Add policy attribute to SUBCMD_THERMAL_CMD
According to new changes in kernel 5.2 version onwards, driver has to
provide the policy for a NL command to be verified against while
registering wiphy to the kernel.

To satisfy kernel 5.2 requirement add policy to following vendor
command as part of this change:
	QCA_NL80211_VENDOR_SUBCMD_THERMAL_CMD

Change-Id: Ia5a5e62b3fe086c3fab58d92d12898f525f774b8
CRs-Fixed: 2631242
2020-03-05 00:19:41 -08:00
nshrivas
8b6b07db0a Release 5.2.0.174J
Release 5.2.0.174J

Change-Id: I4f264f43128d0cf43cfced17d0066bf9142fe84b
CRs-Fixed: 774533
2020-03-04 21:18:44 -08:00
Srinivas Girigowda
8dfd6ad4c6 qcacld-3.0: Add policy attribute to SUBCMD_ENCRYPTION_TEST
According to new changes in kernel 5.2 version onwards, driver has to
provide the policy for a NL command to be verified against while
registering wiphy to the kernel.
To satisfy kernel 5.2 requirement, add policy to following vendor
command as part of this change:
	QCA_NL80211_VENDOR_SUBCMD_ENCRYPTION_TEST

Change-Id: I37836165dc8ff89f7179d5024cc3b1516cacf6e6
CRs-Fixed: 2633303
2020-03-04 21:18:44 -08:00
Mohit Khanna
0fe3ebdd3b qcacld-3.0: Add HIF callback API to get BW level
Expose API in HDD, so HIF can callback to get the current bandwidth
level.

Change-Id: If65533a99e5d30ab66c4be20c8eb13b1bd1f033b
CRs-Fixed: 2618015
2020-03-04 21:18:28 -08:00
Mohit Khanna
26c0017421 qcacld-3.0: Enable HAL module in cinfo
Enable QDF_MODULE_ID_HAL in cinfo as a datapath module

Change-Id: I2d10e657db88e00b85a0f2c97c404578f0f909d4
CRs-Fixed: 2618015
2020-03-04 21:18:14 -08:00
nshrivas
80a7f147f0 Release 5.2.0.174I
Release 5.2.0.174I

Change-Id: Ie29413678175a28efb62b7543bf8965972ac272c
CRs-Fixed: 774533
2020-03-04 19:48:16 -08:00
Sourav Mohapatra
bfa435bccc qcacld-3.0: Pass double pointer to hdd_softap_deregister_sta
The function hdd_softap_deregister_sta takes the sta_info as the
argument and calls hdd_sta_info_detach. In hdd_sta_info_detach, the
memory assigned to the sta_info is being freed. For this memory to be
properly freed and set to NULL, the actual memory location must be
passed to the function; which is currently not happening.

Pass the actual memory location by reference using a double pointer so
that the memory cleanup is proper.

Change-Id: If0f846957df0378ea7a13b76bdf9c6ef562ed90e
CRs-Fixed: 2627296
2020-03-04 19:48:16 -08:00
nshrivas
f2e2e19c66 Release 5.2.0.174H
Release 5.2.0.174H

Change-Id: Ib6e5f75b736f9869229aa6eb21f13845ae1883bb
CRs-Fixed: 774533
2020-03-04 15:32:07 -08:00
Pragaspathi Thilagaraj
2459400ed5 qcacld-3.0: Print SSID info when beacon report request is received
Currently the ssid received in the beacon report request is not
printed when beacon report is received from AP in the kmsg.

Fix to print the SSID if its present in the beacon report
request.

Change-Id: Ide4659e955dec756f60b0508eb3be529c43601b3
CRs-Fixed: 2632653
2020-03-04 15:32:07 -08:00
Pankaj Singh
8cf6c634b6 qcacld-3.0: Disable all roam scan in case p2p connection is present
Glitches seen after the STA disconnection because of the roam scan
triggered on a heartbeat failure ( beacon miss ).STA does a partial
scan followed by full scan causing the DUT to go off-channel from
the STA and P2P home channel, causing the music BLIP.

Fix is to disable roaming irrespective of data traffic present
or not on P2P interface and enabled again once P2P is disconnected.

Change-Id: I5ddf946adbfbe99d5b20c23c46b2b4ac0bfac47f
CRs-Fixed: 2632939
2020-03-04 15:31:46 -08:00
nshrivas
f120c86ba3 Release 5.2.0.174G
Release 5.2.0.174G

Change-Id: Icb14bce663aae0c8fb80399c9569d4153f182df8
CRs-Fixed: 774533
2020-03-04 14:10:30 -08:00
Naman Padhiar
c16cd55f65 qcacld-3.0: Add V2 shadow config for WCN6750
Add shadow configuration version 2 for WCN6750.

Change-Id: I7472b22a83ae4d83ac87f3c064de60f1b07d1e4b
CRs-Fixed: 2633612
2020-03-04 14:10:30 -08:00
nshrivas
d035e7fe45 Release 5.2.0.174F
Release 5.2.0.174F

Change-Id: I309f8c84fbd983525230b2442ebede591d22a0a5
CRs-Fixed: 774533
2020-03-04 04:22:56 -08:00
Rajeev Kumar
f4627be10a qcacld-3.0: Add policy attribute to MPTA_HELPER_CONFIG
According to new changes in kernel 5.2 version onwards, driver has to
provide the policy for a NL command to be verified against while
registering wiphy to the kernel.
To satisfy kernel 5.2 requirement add policy to following vendor
command as part of this change:
	QCA_NL80211_VENDOR_SUBCMD_MPTA_HELPER_CONFIG

Change-Id: Id83ee15ec7eb43103e44505f44fb9ff48cb23f74
CRs-Fixed: 2634109
2020-03-04 04:22:56 -08:00