提交图

22927 次代码提交

作者 SHA1 备注 提交日期
Madan Koyyalamudi
79f3a39921 Release 5.2.0.234G
Release 5.2.0.234G

Change-Id: I6188005c353c08feb08323614e9a68270f3729ba
CRs-Fixed: 774533
2021-05-17 18:55:54 -07:00
sandhu
7ab9c3057e qcacld-3.0: Add flags for HTT HTC tx based completion on lithium
Added flag for HTT HTC tx based completion. currently
packet are freed using htt htc misc list.

Change-Id: I2e7e4d59cadf30f4bb14eaefc045240d1ebc1aaa
CRs-Fixed: 2922547
2021-05-17 18:55:54 -07:00
Madan Koyyalamudi
dd95a7aff0 Release 5.2.0.234F
Release 5.2.0.234F

Change-Id: I2c009886b114ccd0239f3f958a967c8db9ab55bb
CRs-Fixed: 774533
2021-05-17 16:52:28 -07:00
Liangwei Dong
7de7abf90a qcacld-3.0: Fix sap started on unsupported channel
In wlan_hdd_validate_operation_channel, "status" is override
to QDF_STATUS_SUCCESS after "ucfg_mlme_get_sap_allow_all_channels"
call. Reset "status" to QDF_STATUS_E_INVAL before checking
with supported channel list, otherwise QDF_STATUS_SUCCESS
will be returned for unsupported channel case.

Change-Id: Ibc3396eb89634b0efc77262e90427510d26e0f39
CRs-Fixed: 2946475
2021-05-17 16:52:28 -07:00
Madan Koyyalamudi
6b70862ab1 Release 5.2.0.234E
Release 5.2.0.234E

Change-Id: I03a365b02eafbe933f99f932ee1f4c2df13ad6be
CRs-Fixed: 774533
2021-05-17 13:03:58 -07:00
Lincoln Tran
42e337a873 qcacld-3.0: Restore default power mode when not in 6GHz
When starting SAP, the power mode is set to VLP to comply with
regulatory rules. There is no need to set this when starting SAP in
2GHz or 5GHz bands, so restore the power mode back to LPI. This
allows any concurrent operations to work on the full channel list.

Change-Id: Ic6270d9cf3e20e544a3dbaf4db8bbe1d85753c83
CRs-fixed: 2942809
2021-05-17 13:03:58 -07:00
Madan Koyyalamudi
6dc6e7f951 Release 5.2.0.234D
Release 5.2.0.234D

Change-Id: I11caf5e1a18dfd8cd37e1534b6551a1cf2ca308b
CRs-Fixed: 774533
2021-05-17 03:10:25 -07:00
Ashish Kumar Dhanotiya
41e3dfc713 qcacld-3.0: Add support to accept frequency for ch switch command
Currently channel switch command accepts only channel number as
parameter but with 6GHz changes channel switch can come for the
6GHz channel as well and to support 6GHz channel switch frequency
needs to be accepted as parameter.

To address above issue add support to accept frequency as
parameter for channel switch command.

Change-Id: I38978348c0d70e3e860d4644b4664f8775ecb777
CRs-Fixed: 2931485
2021-05-17 03:10:25 -07:00
Will Huang
920016e72f qcacld-3.0: Update num_transmit_power_env before packing probe response
num_transmit_power_env of tDot11fProbeResponse should also update like
tDot11fBeacon2, otherwise default value is 0, and transmit power
envelope IE(195) will not pack into probe response template.

Fix it by updating num_transmit_power_env of tDot11fProbeResponse to
same as tDot11fBeacon2.

Change-Id: I865ba9d9ad96068c52d3d6434b113cb7662e95c6
CRs-Fixed: 2933031
2021-05-17 03:10:20 -07:00
Manikanta Pubbisetty
5af2169e8f qcacld-3.0: config changes to enable deferred reo qdesc free
Config changes to enable deferred freeing of REO Queue
descriptors feature on WCN6750.

Change-Id: Id7524a8f7de8943b11530e70a842c138cc80bb71
CRs-Fixed: 2940347
2021-05-17 03:10:16 -07:00
Madan Koyyalamudi
b0e5a5f833 Release 5.2.0.234C
Release 5.2.0.234C

Change-Id: I5d90dfcda559a7e5faab747af2dbc0d2edee737e
CRs-Fixed: 774533
2021-05-16 20:50:29 -07:00
Vulupala Shashank Reddy
fb5c7ba38a qcacld-3.0: Fill he and vht parameters for packet capture mode
Fill he and vht parameters in data tx and rx packets for packet
capture mode to update in radio tap header.

Change-Id: I229fc41657456b9ab5d8a2dfce1cdd039b624fcb
CRs-Fixed: 2942108
2021-05-16 20:50:28 -07:00
Vulupala Shashank Reddy
bccb16f916 qcacld-3.0: Fix Frequency for data rx packets in packet capture mode
Currently centre frequency filled in data rx packets for packet
capture mode. Need to fill base frequency so filling frequency
from connection policy manager.

Change-Id: I79abe4e8a27a853c156eff8618be2f280fc54e78
CRs-Fixed: 2942107
2021-05-16 20:50:24 -07:00
Madan Koyyalamudi
e18c2c850b Release 5.2.0.234B
Release 5.2.0.234B

Change-Id: Ifbdae850f8e20d4e231fb09c901c36d3e8b67380
CRs-Fixed: 774533
2021-05-15 10:50:37 -07:00
Lincoln Tran
2a0851b0ab qcacld-3.0: Use MLME channel list in connection manager
When updating the scan filter with valid channels, refer to the MLME
channel list instead of the policy manager list. The policy manager list
is used mainly for SAP related APIs.

Change-Id: I5530e5bcfd6b5c04063d7530fbc996ffca91df3f
CRs-fixed: 2946365
2021-05-15 10:50:37 -07:00
Madan Koyyalamudi
802c5c0018 Release 5.2.0.234A
Release 5.2.0.234A

Change-Id: I37757d239685b8e3613da6b297526d30244351aa
CRs-Fixed: 774533
2021-05-14 22:55:28 -07:00
Gururaj Pandurangi
cc4b32d9bf qcacld-3.0: Initialize Link Report struct before using it
Initialize Link Report struct before using it in RRM API.

Change-Id: Ib9688205897befd303147036c6118ce531775401
CRs-Fixed: 2944531
2021-05-14 22:55:28 -07:00
Madan Koyyalamudi
8555202036 Release 5.2.0.234
Release 5.2.0.234

Change-Id: Ia0e4170238cae5319e279b44ef062a8e061f79aa
CRs-Fixed: 774533
2021-05-14 14:57:19 -07:00
Deeksha Gupta
451a26ec5d qcacld-3.0: Add support for SAP TWT teardown event
Firmare sends SAP TWT teardown event to host. Host handle
the event and send values to userspace via nl layer

Change-Id: I714c6a18399c1e0d8b79d31af984037f2f5e2024
CRs-Fixed: 2938332
2021-05-14 14:57:19 -07:00
Deeksha Gupta
5fadf12d3b qcacld-3.0: Send mac_addr attribute in all TWT events
Peer mac address is required in SAP mode TWT events.
So add support to send mac_address attribute in all
the TWT events to userspace.

Change-Id: Iab7c210eb2a058315b71f2327e6ac07d97ea7200
CRs-Fixed: 2940862
2021-05-14 14:57:14 -07:00
Deeksha Gupta
9000cb5714 qcacld-3.0: Add support for SAP TWT setup event
In host, add support to handle the SAP TWT setup event
and sends the event to userspace via nl layer

Change-Id: I8614e76a28f7b0af0146e3fe8553b24212b7991b
CRs-Fixed: 2938086
2021-05-14 14:57:10 -07:00
Deeksha Gupta
7cbae4f860 qcacld-3.0: Add support for SAP TWT pause/resume/nudge event
In host, add support to handle SAP TWT pause/resume/nudge
event and sends the event to userspace via nl layer

Change-Id: I319cb7c67ffc2f8db284a737ca94f7d746ffe27f
CRs-Fixed: 2938335
2021-05-14 14:57:05 -07:00
Madan Koyyalamudi
a33691aa80 Release 5.2.0.233Z
Release 5.2.0.233Z

Change-Id: Ibfdf998d0fc5335cac8a9d3f3caedeeaaa90cd67
CRs-Fixed: 774533
2021-05-14 12:54:21 -07:00
Lincoln Tran
8b2cd2c24d qcacld-3.0: Change SAP related APIs to use secondary channel list
In any start BSS or ACS related function, change the calls to regulatory
to access the secondary channel list instead. This list will hold the
VLP channels specifically for any beaconing modes. This allows a client
and an AP to operate simultaneously on different power modes.

Change-Id: Ic06b408ebcc78292d84f1f035c00bf39a23de3ca
CRs-fixed: 2944484
2021-05-14 12:54:21 -07:00
Madan Koyyalamudi
dcc2ba97c0 Release 5.2.0.233Y
Release 5.2.0.233Y

Change-Id: I7e811c246c18542bba1a18181a54e7dc0330020f
CRs-Fixed: 774533
2021-05-14 06:49:50 -07:00
Aditya Kodukula
2d3512006a qcacld-3.0: Add check to validate the Tx chainmask value
Add a sanity check to validate the Tx chainmask value
sent from the user space for each HW mode.

Change-Id: I2705efe20fcb13bf8343088ceecb4207e2562789
CRs-Fixed: 2943363
2021-05-14 06:49:49 -07:00
Madan Koyyalamudi
ae308ca24f Release 5.2.0.233X
Release 5.2.0.233X

Change-Id: Iebe5fbb64c25699a5edbbb348fc756349c5a1805
CRs-Fixed: 774533
2021-05-14 04:52:39 -07:00
Liangwei Dong
edd0baca7d qcacld-3.0: Update ht cap max amsdu size
When vht cap indicates the vht max MPDU size >= 7991 supported,
ht cap A-MSDU length field should indicate 7935 octets
supported according to 80211 specification.
At present no WMI HT cap defined for ht cap A-MSDU length field
from target.
Fix the issue by override ht amsdu len to 1 if vht max mpdu
len >= 7991 supported by target.

Change-Id: I9d2b8c11e7a27e016f618c1a2c8a380d081a6ba7
CRs-Fixed: 2929148
2021-05-14 04:52:39 -07:00
Madan Koyyalamudi
71b028ca7c Release 5.2.0.233W
Release 5.2.0.233W

Change-Id: Ia7063ae1113413d3b756ec49f310fd039a9572b6
CRs-Fixed: 774533
2021-05-13 22:29:52 -07:00
abhinav kumar
5b8594d59a qcacld-3.0: Don't allow set_fast_roaming if roaming is in progress
When roaming/roam sync is in progress, the host receives a "disable
fast roaming" indication from the supplicant. Host process roaming
or roam sync indication in schedular thread and process disable
fast roaming process is in a supplicant thread. As both processes
are executed in different threads, there is a possibility in the
host that the roaming state gets changes from ROAM_SYNCH_IN_PROG
to RSO_STOPPED or ROAMING_IN_PROG to RSO_STOPPED in the middle of
roaming.

A state change in the middle of roaming can lead to multiple
issues.

To avoid this host should not process disable roaming indication
from userspace, if roaming is in progress.

Change-Id: I9b02683eab7db9b5be12ada6d922073e5267b8a5
CRs-Fixed: 2944303
2021-05-13 22:29:52 -07:00
Madan Koyyalamudi
105772e806 Release 5.2.0.233V
Release 5.2.0.233V

Change-Id: I9f74ccedee60da9879ffe0032a01bb539badcdde
CRs-Fixed: 774533
2021-05-13 20:34:03 -07:00
Lin Bai
732ea69682 qcacld-3.0: Add CNSS_BUS_EVENT event handler
CNSS platform will notify bus related event, and add related
handler in CLD driver.

Change-Id: I257f2e09c4fbefa6c4913eb7a7deba165a9b73ec
CRs-Fixed: 2922102
2021-05-13 20:34:03 -07:00
Madan Koyyalamudi
fa178fc174 Release 5.2.0.233U
Release 5.2.0.233U

Change-Id: I0b1565d14a7c38892b478e52b79d60ca64f5bd66
CRs-Fixed: 774533
2021-05-13 17:39:55 -07:00
Amruta Kulkarni
93b37bfa86 qcacld-3.0: Fix possible NULL pointer dereference
Fix possible NULL pointer derefernce in wma_scan_roam.c

Change-Id: I4b428c86bc0aa303b504b8eb3a21a35b3172dd06
CRs-Fixed: 2933568
2021-05-13 17:39:55 -07:00
Madan Koyyalamudi
49d70f8435 Release 5.2.0.233T
Release 5.2.0.233T

Change-Id: Ic2abd0db0f63504c4d9708335413181cb0f15a45
CRs-Fixed: 774533
2021-05-13 15:32:07 -07:00
Vevek Venkatesan
477826d178 qcacld-3.0: increase ce_service_max_yield_time to 2 msec
Increase ce_service_max_yield_time to 2 msec in SLUB_DEBUG
builds for helium SNOC platforms to improve the CE reaping
performance.

Change-Id: I2a8a21fd1a65bc2ffc5fb17986116613f47510c7
CRs-Fixed: 2937231
2021-05-13 15:32:07 -07:00
Madan Koyyalamudi
0dc4e59273 Release 5.2.0.233S
Release 5.2.0.233S

Change-Id: I62443121e590c99845efd4acef5ae4eed8f311c9
CRs-Fixed: 774533
2021-05-13 12:32:50 -07:00
Srinivas Girigowda
807bf953e8 qcacld-3.0: Do not wait for TWT notify for peer initiated teardown
TWT notify event from firmware is expected only if the teardown
is initiated by the firmware during scenarios like
(roaming in progress, etc).
If the TWT teardown is initiated by the peer then notify WMI event
is not expected from the firmware.

Change-Id: Ic13a4858fb06d023d5e71da10320a546a1dcf80d
CRs-Fixed: 2944663
2021-05-13 12:32:49 -07:00
Yu Ouyang
1a3b66cbdd qcacld-3.0: Add new ini to config suspend mode
Sometimes we need PDEV suspend mode, WMI_PDEV_SUSPEND_CMDID and
WMI_PDEV_RESUME_CMDID. But currently design, only support WoW
suspend or not support two choices. And, there are two confused
ini configuration, gDisableWow and gEnableWoW.

1. Add new ini gSuspendMode to set suspend mode. Default 2.
	0, does not support suspend
	1, legency pdev suspend mode
	2, WoW suspend mode
2. Clean gDisableWow. It is replaced by gSuspendMode=0.
   HDD suspend/resume function get the value by new API
   ucfg_pmo_get_suspend_mode().

Change-Id: Icbeef3df6879ca2054f64e0292e9b9469c4936d4
CRs-fixed: 2940788
2021-05-13 12:32:44 -07:00
Madan Koyyalamudi
425508842d Release 5.2.0.233R
Release 5.2.0.233R

Change-Id: Id8244179fc5f5fa5ea3a33ad8b066b458e62e507
CRs-Fixed: 774533
2021-05-13 10:19:02 -07:00
Gururaj Pandurangi
5f68a0e898 qcacld-3.0: Enable Skip TPE consideration INI by default
The INI skip_tpe_consideration when set, skips power from AP's
TPE IE in TPC power calculation for 2.4G/5G case. Enable this
INI by default since APs advertise low TPE powers for IoT, thus
lowering overall TPC power.

Change-Id: I6c07bbd684579c2fa3617e49d76c75b5bf3f2815
CRs-Fixed: 2941630
2021-05-13 10:19:01 -07:00
Ananya Gupta
22a74f3eb7 qcacld-3.0: Enable SMMU Translation for IPA
Enable SMMU translation in waipio target if
IPA is enabled

Change-Id: Ib41c164bb0eaf7e3d58386013a46db8dd601f9f0
CRs-Fixed: 2943929
2021-05-13 10:18:57 -07:00
Madan Koyyalamudi
03fc13e641 Release 5.2.0.233Q
Release 5.2.0.233Q

Change-Id: I0df371fed7ba635fe29d08cd0e8f013633e4eb11
CRs-Fixed: 774533
2021-05-13 06:19:48 -07:00
Yeshwanth Sriram Guntuka
7e34cba037 qcacld-3.0: Flush frags for peer on add key request
Fragments are not flushed as part of rekey which
could result in fragments encrypted under different
keys to be reassembled.

Fix is to flush fragments for the peer for which add
key request is received.

Change-Id: I0c018ff7375272125c62aaea7b8ad4df9e842508
CRs-Fixed: 2875950
2021-05-13 06:19:48 -07:00
Yeshwanth Sriram Guntuka
03ec0027f3 qcacld-3.0: Add support to flush fragments for a particular peer
Add support for flushing fragments for a particular peer.

Change-Id: I91236d2edc73317380590458b974013a02e858a1
CRs-Fixed: 2860131
2021-05-13 06:19:43 -07:00
Madan Koyyalamudi
3d818be4e3 Release 5.2.0.233P
Release 5.2.0.233P

Change-Id: I67c1ba6d77e44954fe4dcf80fa5718a5d644a710
CRs-Fixed: 774533
2021-05-13 01:12:43 -07:00
Jyoti Kumari
6bb5c1138d qcacld-3.0: wma_send_peer_assoc() sets incorrect peer state
wma_send_peer_assoc() calls wma_unified_peer_state_update() which
always sets the peer state as AUTH irrespective of peer state.

Remove wma_unified_peer_state_update() from wma_send_peer_assoc()
to handle peer state.

Change-Id: I4a887acbc8018653c34b927636cce7cc05323838
CRs-Fixed: 2888808
2021-05-13 01:12:43 -07:00
Madan Koyyalamudi
296f4d4c6d Release 5.2.0.233O
Release 5.2.0.233O

Change-Id: Ifc74fd217f3e5e1c8ae401362b1feed2c7c46343
CRs-Fixed: 774533
2021-05-12 20:57:45 -07:00
Karthik Kantamneni
d16c504bf9 qcacld-3.0: Increase QDF nbuf history for Lithium targets
For some of the stability issues triggered by H.W,
by the time host detects it most of the QDF history
is getting overwritten to avoid this increasing QDF
nbuf history. So that there will be less chance of
events getting overwritten.

Change-Id: Ia4bad1a175976af2e56126b56ae8c92a988e4289
CRs-Fixed: 2942868
2021-05-12 20:57:44 -07:00
Madan Koyyalamudi
478ae5eefb Release 5.2.0.233N
Release 5.2.0.233N

Change-Id: Id12e32428ad6b785b377de276cc79f2e99512d6c
CRs-Fixed: 774533
2021-05-12 18:42:18 -07:00