Commit Graph

20252 Commits

Author SHA1 Message Date
nakul kachhwaha
dcd3e2a624 qcacld-3.0: Add weightage to valid non-pcl channels
In scenarios where p2p is going to be the first connection,
while performing group negotiation, pass up the allowed non-pcl
channels with valid weight so that supplicant can include these
channels as well during negotiation.
Passing interface mode to policy_mgr_get_valid_chan_weights and
populating the channel list based on policy_mgr_is_concurrency_allowed
api for the given mode and assign WEIGHT_OF_NON_PCL_CHANNELS for all
allowed channels.

Change-Id: I8ff08163e6490642f9c2ebd9ca08f1275a2bb1b8
CRs-Fixed: 2734756
2020-07-31 07:43:28 -07:00
snandini
9a3c6c6682 Release 5.2.0.196A
Release 5.2.0.196A

Change-Id: I0f56c163bde5a825f9c344e4ab56cdfcc46ab278
CRs-Fixed: 774533
2020-07-31 03:44:45 -07:00
Arun Kumar Khandavalli
c4ead2606e qcacld-3.0: check for firmware state during the init sequence
During the init sequnce host and firmware exchange the capability
messages, if there is any timeout driver currently induces the fatal
to debug the issues.

If the reason for the timeout is beacaue is because of firmware is
already recovering gracefully return resulting in probe failure.

Change-Id: I487aeae23db37a0ad2d991bae113b221e19a439a
CRs-Fixed: 2742638
2020-07-30 22:15:49 +05:30
snandini
94e093ac4d Release 5.2.0.196
Release 5.2.0.196

Change-Id: Ieb9896324fdeb4502963010a1826a4b4d4763821
CRs-Fixed: 774533
2020-07-30 02:05:43 -07:00
Will Huang
2b266c257a qcacld-3.0: Add roam scan stop reason check to support LFR2.0 BTM
If it is LFR2.0 roaming and BTM trigger, original procedure is always
stopping roaming scan with reason REASON_OS_REQUESTED_ROAMING_NOW,
After roaming stop configured, it will check the stop reason and post
eWNI_SME_ROAM_SCAN_OFFLOAD_RSP to invoke host handover to new AP.

Currently the roaming scan logic is changed, if roaming scan not in
enabled state, it will not invoke roaming scan stop, so host handover
cannot invoke when BTM.
And even roaming scan was enabled, the stop reason was override to
REASON_SME_ISSUED in csr_post_rso_stop(), also cannot invoke handover.

Fix it by check the stop reason against REASON_OS_REQUESTED_ROAMING_NOW,
which indicate it is LFR2.0 reassociation invoked by supplicant.

Change-Id: I39a84d06b9c696179da1b854985a23b874a399c5
CRs-Fixed: 2737888
2020-07-30 02:05:43 -07:00
snandini
a4e3dccdef Release 5.2.0.195Z
Release 5.2.0.195Z

Change-Id: Ia6486ff5bd927a045ff0eacacd3a7748b12dfb27
CRs-Fixed: 774533
2020-07-29 15:42:52 -07:00
Kiran Kumar Lokere
61be3ced4f qcacld-3.0: Fix the user power save config settings
Set the user power save configuration setting in NL power save
command handler.

Change-Id: I8f4d1955071af08a5c0511a4c01c46d79e70e1b0
CRs-Fixed: 2743237
2020-07-29 15:42:52 -07:00
snandini
97dfd6654d Release 5.2.0.195Y
Release 5.2.0.195Y

Change-Id: If327b0967c53ea75a3f3b56e8f9128520c81e5b2
CRs-Fixed: 774533
2020-07-29 13:41:14 -07:00
Alan Chen
20dc484032 qcacld-3.0: Add changes to trigger PCIe gen speed change
Add changes to trigger PCIe gen speed change during wifi on.

Change-Id: I0de3b8e73daafafc832968400fd48ee3f9c3b51d
CRs-Fixed: 2742863
2020-07-29 13:41:14 -07:00
snandini
a8def84378 Release 5.2.0.195X
Release 5.2.0.195X

Change-Id: I9d74596a145125efc75406d5925ddba50b14b2b5
CRs-Fixed: 774533
2020-07-29 00:23:16 -07:00
Gururaj Pandurangi
1f00e9ccd1 qcacld-3.0: Change Internal/External to External
Change the usage of cfg parameters from Internal/External
to External in .h description for mlme, p2p, and
policy manager files.
External means that both internal teams and external
customers can modify the parameters.

Change-Id: Ic1e68d5a90be2c898ce66aa18e8d91f16561b408
CRs-Fixed: 2712773
2020-07-29 00:23:16 -07:00
snandini
14641e691c Release 5.2.0.195W
Release 5.2.0.195W

Change-Id: Idc604a33083f26ba50d3e0b1bb998503c01a7abf
CRs-Fixed: 774533
2020-07-28 22:20:07 -07:00
Liangwei Dong
198eb3bdea qcacld-3.0: Fix AP state mismatch between hostapd and driver
AGO/AP is started and beaconing, but the hostapd_cli status cmd still
show "dfs". This will happen when the STA connected on DFS
channel and AGO/AP is starting on same DFS channel.
By design the AGO/AP CAC is skipped due to STA+SAP DFS concurrency.
If we skip CAC timer, we will need to indicate the CAC event
even though driver doesn't perform CAC, otherwise hostapd will
stuck in "DFS" state.

Change-Id: I7961d0b976fd84fc1f29449d98eb150d1463a92f
CRs-Fixed: 2733624
2020-07-28 22:20:06 -07:00
snandini
90bf2af3f6 Release 5.2.0.195V
Release 5.2.0.195V

Change-Id: Ic0cb871235b0dc1b9e6f8fdbaf86f8ee5d952e35
CRs-Fixed: 774533
2020-07-28 15:41:09 -07:00
Abhishek Ambure
0f8ab4e3cb qcacld-3.0: Enable FEATURE_NO_DBS_INTRABAND_MCC_SUPPORT for LITHIUM
To support "no dbs intraband MCC" feature for LITHIUM target, enable
FEATURE_NO_DBS_INTRABAND_MCC_SUPPORT flag in Kbuild.

Change-Id: I2f94d99fae0ec31dd8e5056397e59be3478b7540
CRs-Fixed: 2739080
2020-07-28 15:41:09 -07:00
Kiran Kumar Lokere
222d174cdd qcacld-3.0: Add support to inject disassoc frames
Add support to inject disassoc frames with user configured pmf
options.

Change-Id: I40df805f8d6ef62dab48477c26cb9b0fc6b17929
CRs-Fixed: 2665042
2020-07-28 15:41:05 -07:00
Alan Chen
1b4b46f32f qcacld-3.0: Add a driver module parameter for PCIe gen speed
Add a driver module parameter to configure PCIe gen speed.

Change-Id: Ieab47ec3c2450f503c3c5eda6f5dee4ee70b33e4
CRs-Fixed: 2732188
2020-07-28 15:41:01 -07:00
snandini
675c584a4f Release 5.2.0.195U
Release 5.2.0.195U

Change-Id: I52eb4195e8b8244f16745e7667f78c0de4ca870c
CRs-Fixed: 774533
2020-07-28 13:41:31 -07:00
Subrat Dash
d17ad81d80 qcacld-3.0: Featurize qtimer sync based tsf capture
It will enable periodic capture of tsf and qtime pair.
The qtime will be used as reference for determining
instantaneous tsf.

The 'cat tsf’ command to fetch tsf will print the tsf
at that instant as well along with qtime and host time.

CRs-Fixed: 2736030
Change-Id: I11eb70d4ae710ef2bf50ebee708801fa67d0396c
2020-07-28 13:41:31 -07:00
snandini
8c3223abff Release 5.2.0.195T
Release 5.2.0.195T

Change-Id: I8cec1236f8932fde3884a81c0fcdad8e7b499caa
CRs-Fixed: 774533
2020-07-28 06:29:58 -07:00
sheenam monga
b13ca20247 qcacld-3.0: Add support for missing akm suites
Issue: Currently host supports WLAN_AKM_SUITE_FT_8021X_SHA384,
RSN_AUTH_KEY_MGMT_CCKM and RSN_AUTH_KEY_MGMT_OSEN AKM
in sta mode but doesn't advertise these akm suites which
may cause issue for FT_8021X_SHA384, RSN_AUTH_KEY_MGMT_CCKM
and RSN_AUTH_KEY_MGMT_OSEN supported connection.

Fix: update wiphy->iftype_akm_suites and advertise missing akm
suites.

Change-Id: I43762c38e15746f50f897a6026b1b96fd571ec4d
CRs-Fixed: 2713183
2020-07-28 06:29:58 -07:00
snandini
5545c89c98 Release 5.2.0.195S
Release 5.2.0.195S

Change-Id: I1f73fd586fc3f672c87c969902cbcd98e7f03315
CRs-Fixed: 774533
2020-07-28 00:02:19 -07:00
Kiran Kumar Lokere
14807ac807 qcacld-3.0: Clear roam invoke progress in connect/disconnect
Clear roam invoke in progress flag in connect start and disconnect
events.

Change-Id: I49d64671f74b86c516d286c4b2aad69eda744b52
CRs-Fixed: 2715093
2020-07-28 00:02:19 -07:00
snandini
c2a5f490f9 Release 5.2.0.195R
Release 5.2.0.195R

Change-Id: I558caed1cbeff987943592b036cd9b0e91795a0e
CRs-Fixed: 774533
2020-07-27 22:00:27 -07:00
gaurank kathpalia
b6dc56c8cc qcacld-3.0: Limit the BTM timeout duration for next connection
- Limit the timeout value of the BLM entry if it has big comeback
 value and allow connection to that BSSID.
- Fix the BLM entry time stamp boundary checks.

Change-Id: I07bf7b1fce1c1e8d349c4fc0a9b0fed07f237197
CRs-Fixed: 2741689
2020-07-27 22:00:27 -07:00
snandini
70cd9f5cde Release 5.2.0.195Q
Release 5.2.0.195Q

Change-Id: I541dc75582f5e6bc81e83f93dc5f571da369a265
CRs-Fixed: 774533
2020-07-27 20:00:43 -07:00
Abhinav Kumar
352a22a199 qcacld-3.0: Fix use of Uninitialized Variable
Possible use of uninitialized Variable "report" in
rrm_process_beacon_req.

Fix is to initialize "report" pointer to NULL,
before use.

Change-Id: I1dcbec60b0028d52046ce28836df83a04e2ed830
CRs-Fixed: 2734078
2020-07-27 20:00:43 -07:00
snandini
3685bc1280 Release 5.2.0.195P
Release 5.2.0.195P

Change-Id: I06f4984abed66a54cff40f3be1c426fd4ef8d435
CRs-Fixed: 774533
2020-07-27 18:02:19 -07:00
Sachin Ahuja
e03b460045 qcacld-3.0: Flush the recovery work as a part of idle shutdown
During idle shutdown(T1 Thread), Driver sends the PDEV
suspend command to FW. If ACK is not received, driver initiates
the work for self recovery. As a part of self recovery(T2 thread)
driver allocates  the memory and sends the force fw hang cmd and
wait for the event.
T1 thread continues and stop all the modules and check for mem leaks.
Since t2 thread is not completed and free the memory, the crash
happens as a part of mem leak check.

Fix this race condition by cancelling and flushing the recovery work
in cds close.

CRs-Fixed: 2730021
Change-Id: Ieffff621e0838b341531c5b7feda1277ee4f70fd
2020-07-27 18:02:19 -07:00
snandini
268932238e Release 5.2.0.195O
Release 5.2.0.195O

Change-Id: I2a4f84ef32e828d3d7889b31bf22ad8e8f6f8a19
CRs-Fixed: 774533
2020-07-27 14:01:30 -07:00
Pragaspathi Thilagaraj
eb46090d19 qcacld-3.0: Print current RSSI of AP after roam scan is complete
In wma_get_trigger_detail_str() driver prints the roam trigger
detail for Low rssi and Periodic scan triggers, the RSSI value of
the current AP is the value before roam scan is triggered. But
the firmware considers the rssi of the current AP after roam scan
is complete to calculate the next RSSI threshold. So there could
be mismatch in the current rssi value and next rssi threshold
when roam_info->rssi_trig_data.threshold is used to print the
current AP rssi.

Use roam_info->current_rssi to print the current connected AP
rssi in the roam trigger logging.

Change-Id: Ib154bb3cbdfe13dbcdd8c8830cdafb6daefa34b5
CRs-Fixed: 2739346
2020-07-27 14:01:29 -07:00
snandini
3aa1c07288 Release 5.2.0.195N
Release 5.2.0.195N

Change-Id: Ia20943eda4e6bdc5641ce5834410cd57fd6db24f
CRs-Fixed: 774533
2020-07-27 12:03:11 -07:00
Pragaspathi Thilagaraj
5fb48b5750 qcacld-3.0: Connection manager add ucfg API for sme roam operations
Add changes to handle north bound roaming operations/
configurations in connection manager. Add equivalent connection
manager api for userspace triggered roaming operations & driver
internally triggered roaming offload operations:
sme_enable_roaming() - ucfg_cm_rso_init_deinit : Driver
internally triggered
sme_config_fast_roaming() - ucfg_user_space_enable_disable_rso:
Userspace triggered
sme_start_roaming() - ucfg_cm_enable_rso() - Driver internally
triggered
sme_stop_roaming() - ucfg_cm_disable_rso() - Driver internally
triggered
sme_abort_roam_scan() - ucfg_user_space_abort_roam_scan() -User
space triggered

Change-Id: I65130f69f2afff61b9ef7334ec365d3ce7519930
CRs-Fixed: 2741055
2020-07-27 12:03:11 -07:00
snandini
364c0b641e Release 5.2.0.195M
Release 5.2.0.195M

Change-Id: Id432c26c128ecdcec758eb525ac5febfd78a305b
CRs-Fixed: 774533
2020-07-27 09:03:39 -07:00
Vulupala Shashank Reddy
2727866b28 qcacld-3.0: Allocate required memory for skb and radiotap
Mgmt txrx component clones skb and sends cloned
skb to its clients ex: packet capture component.
Need to Allocate memory and copy skb so that there
is enough space to copy radiotap header in skb for
packet capture mode.

Free skb cloned by Mgmt txrx component.

Change-Id: I6bc66b5916ec5a8cf28741e4fcb72f14650fdbfa
CRs-Fixed: 2730559
2020-07-27 09:03:39 -07:00
Wu Gao
6a576f4039 qcacld-3.0: Use ucfg API to get spectral version
Since there is common API to get spectral version, so use ucfg API to
get spectral version directly and remove unused codes.

Change-Id: Icfd4c68a035166dcaa32478128107249df2c4c95
CRs-Fixed: 2575839
2020-07-27 09:03:35 -07:00
snandini
e85067da20 Release 5.2.0.195L
Release 5.2.0.195L

Change-Id: I986545694c7db9b8addbd39a5044c567a4acae88
CRs-Fixed: 774533
2020-07-27 04:54:12 -07:00
Alok Kumar
6352dafbf6 qcacld-3.0: Force stop bus bw timer during hdd_wlan_stop_modules
Currently, bus bw timer is not stopped if STA disconnection is
timed out. Due to this hdd_bus_bandwidth_deinit fails.

Force stop the bus bw timer during hdd_wlan_stop_modules to avoid
hdd_bus_bandwidth_deinit to fail.

Change-Id: Idcdf011383838f1dc061f3e0f32ada97e617a8c9
CRs-Fixed: 2739304
2020-07-27 04:54:12 -07:00
snandini
9b93826e2b Release 5.2.0.195K
Release 5.2.0.195K

Change-Id: I8f5e852f8f1a720d58b26d4d58ebb9ba66abc116
CRs-Fixed: 774533
2020-07-27 02:42:24 -07:00
Vulupala Shashank Reddy
f03bd42cdc qcacld-3.0: Gracefully deregister packet capture callbacks
Deregistering packet capture callbacks can call while
processing mon thread which can lead to race condition.

To address this, deregister packet capture callbacks after
mon thread successfully processes its current packet.

Change-Id: I09640128a57ef6adac4e6a025cb81667e49b6e4c
CRs-Fixed: 2735587
2020-07-27 02:42:24 -07:00
snandini
9589e79718 Release 5.2.0.195J
Release 5.2.0.195J

Change-Id: Ia5193ed56f333bd63d66bccb8a3a942a4721966f
CRs-Fixed: 774533
2020-07-26 02:07:59 -07:00
Pragaspathi Thilagaraj
0cc9327e43 qcacld-3.0: Validate pcl_req in wlan_cm_roam_send_set_vdev_pcl()
In wlan_cm_roam_send_set_vdev_pcl(), pcl_req intially checked
for NULL can be dereferenced later.

Validate pcl_req and return error if pcl_req is NULL.

Change-Id: Iccc4e09c636d2643c319a1767bf8f673d6d36a80
CRs-Fixed: 2734082
2020-07-26 02:07:59 -07:00
snandini
296b7d56ed Release 5.2.0.195I
Release 5.2.0.195I

Change-Id: I6e139747d9c13bcc577b155b107426556dc713d0
CRs-Fixed: 774533
2020-07-25 06:02:25 -07:00
Rakesh Pillai
9cde7595c4 qcacld-3.0: Enable rx descriptor nbuf sanity for perf build
Enable the sanity check for rx descriptor nbuf
even for the perf build.
Also enable the rx rings history.

Change-Id: Ib127029009d0657ea51d3592af6a42f3de210c16
CRs-Fixed: 2739120
2020-07-25 06:02:25 -07:00
snandini
d24f29e1a0 Release 5.2.0.195H
Release 5.2.0.195H

Change-Id: I0c92640b977d49817ed1a0122d796a3801a429c8
CRs-Fixed: 774533
2020-07-24 20:01:18 -07:00
Pragaspathi Thilagaraj
48907a3cf6 qcacld-3.0: Set beacon report last fragment after all measurements
As part of beacon report request , currently driver sets last
beacon report indication data field to be 1 for last frame of
every channel. This is incorrect as per spec as the
expectation is to set this only after all channels of all
beacon measurement requests are done.

Add change to set the last beacon report fragment bit only
after measurement is complete on all channels for all the
measurement request index for a beacon report request. If
last channel has empty result and AP supports last beacon
report indication, then send empty report with last beacon
report indication element.

Change-Id: Ic8902b61c5a370ec828022cd73dffdef9eb37f32
CRs-Fixed: 2720249
2020-07-24 20:01:18 -07:00
snandini
89a010c6ef Release 5.2.0.195G
Release 5.2.0.195G

Change-Id: I3c5fb17b610bfae17fa405f3b087126b5118f1dd
CRs-Fixed: 774533
2020-07-24 17:51:11 -07:00
Jianmin Zhu
3e3b907f84 qcacld-3.0: Legacy tx flow control fails and log floods
In DUT sta mode, when tcp/udp stream between sta and PC ethernet at same
subnet, dst mac addr of each tx skb is not bssid, but ethernet mac of the
PC. Since only self peer and bssid peer are created on DUT, the ethernet
mac addr of the PC can't be found from peer list at all by
ol_txrx_peer_find_hash_find_get_ref, ol_txrx_peer_get_ref_by_addr and
ol_txrx_get_vdev_by_peer_addr return NULL. For each tx skb, 2 txrx log
will print and be saved to storage by cnss_diag, throughput is impacted
and LEGACY_TX_FLOW_CONTROL doesn't work too.

Fix: In sta mode, use connected bssid to find dp peer and vdev.

Log sample:
18769633: [soft_i][0x650c858e][08:11:05.109017]wlan: [0:IH:TXRX] PDEV
not found for peer_addr:a0:36:9f:21:18:88
18769633: [soft_i][0x650c85b3][08:11:05.109019]wlan: [0:IH:TXRX]
ol_txrx_get_tx_resource: Invalid peer address: a0:36:9f:21:18:88

Change-Id: Ib87bbe5cbb1c8d0aa31d06b32dc98d9b3b9456b3
CRs-Fixed: 2715377
2020-07-24 17:51:11 -07:00
snandini
7fdb03c063 Release 5.2.0.195F
Release 5.2.0.195F

Change-Id: I9334ca64b04d6e82413dc487c21577b98156f298
CRs-Fixed: 774533
2020-07-24 15:18:02 -07:00
Yeshwanth Sriram Guntuka
ff26ab3fe4 qcacld-3.0: Add support to control GRO per vdev at runtime
Add support to enable or disable GRO per adapter at
runtime based on the ingress qdisc registered for the
net device. Disable GRO when ingress qdisc is configured
and enable GRO when there is no ingress qdisc configured.

Change-Id: Ie9ced2c92d176c040bc44da4cee93db55c6a335a
CRs-Fixed: 2739414
2020-07-24 15:18:02 -07:00