نمودار کامیت

25905 کامیت‌ها

مولف SHA1 پیام تاریخ
Surya Prakash Sivaraj
cabc5b1de9 qcacld-3.0: Fix incorrect channel width downgrade
After the connection is established with HE160/VHT160 AP,
the STA downgrades the channel width to VHT80/HE80, leading
to 50% TPUT reduction.

The associated beacon processing doesn't consider the new VHT OP
IE definition while parsing the channel width. Fix the channel
width processing in the beacon processing.

Change-Id: Icd7d36a8352be7574474fb5f37fa9b4ca291aa04
CRs-Fixed: 3211833
2022-06-04 11:16:07 +05:30
Madan Koyyalamudi
ee76dcea4f Release 5.2.1.23W
Release 5.2.1.23W

Change-Id: Ic5ecd06dab594dea6fd2342a231df3291d2a308b
CRs-Fixed: 774533
2022-06-02 11:17:58 -07:00
Kai Liu
8980a89382 qcacld-3.0: Export driver mode to platform driver for kiwi-v2
Platform driver needs driver mode information to load different fw iamge,
so enables this mode exporting feature in wlan driver, also update
corret mode when mode change triggered from sysfs.

Change-Id: I848309440fdffd6517463e18190c03c1b7ed9269
CRs-Fixed: 3204663
2022-06-02 11:17:57 -07:00
Madan Koyyalamudi
874f986c79 Release 5.2.1.23V
Release 5.2.1.23V

Change-Id: Ifd01b3d5818fe289e9b836caed842d34c8ef7058
CRs-Fixed: 774533
2022-06-02 01:30:44 -07:00
Liangwei Dong
ead788ac8c qcacld-3.0: Fix SAP stuck in CAC wait state
Driver checks all 160Mhz 5 GHz SAP as DFS channel SAP, but
it is not right for some regdomain which no DFS required for
some 160 Mhz channels.
Fix by check wlan_reg_get_bonded_channel_state_for_freq API
to set DFS flag.

Change-Id: I8cd402c285e858ef8d322fc8d7cfaa32ae4c2056
CRs-Fixed: 3208538
2022-06-02 01:30:44 -07:00
Madan Koyyalamudi
b940224faf Release 5.2.1.23U
Release 5.2.1.23U

Change-Id: I351a23795ababa93f3e3f0127ea3180bb06b4277
CRs-Fixed: 774533
2022-06-01 10:34:07 -07:00
Jyoti Kumari
e526ca28f2 qcacld-3.0: Handle TWT for 11n case
When SAP and STA both are in 11n mode then STA doesn't populate
twt_req bit during assoc req. Because of this TWT commands failed.

As part of fix, check the below variable before setting twt_req
1. TWT requestor support from firmware
2. Enable TWT ini
3. TWT ini support in 11n
4. TWT requestor support from host

Set twt_requestor bit only if all above variable are set.

Change-Id: I77f2397f986b517cd5292109927eece7fdb4c7c1
CRs-Fixed: 3210015
2022-06-01 10:34:07 -07:00
Madan Koyyalamudi
2bfd7b676c Release 5.2.1.23T
Release 5.2.1.23T

Change-Id: Id3db48ad0eb7f1713c487ed246d0542938a7c278
CRs-Fixed: 774533
2022-06-01 06:50:42 -07:00
Sheenam Monga
2a36fa5997 qcacld-3.0: update vdev param id enum for traffic config
Currently host sets wmi_vdev_param_set_traffic_config param
id to set traffic config param but convert_host_vdev_param_tlv
is disabled for MCC. so, latency/throughput flag is set for host
param id 0x99 but in FW vdev param id to configure traffic type
is 0xB6.

Fix is to update vdev parm id to 0xB6 to keep same vdev param
id in both Host and FW.

Change-Id: If67d00308810920e9a621fdfff1b05bcccc2e047
CRs-Fixed: 3209724
2022-06-01 06:50:42 -07:00
Madan Koyyalamudi
656facfdf7 Release 5.2.1.23S
Release 5.2.1.23S

Change-Id: I320e8340fe8c2736b7379890e197b3aec2ddd961
CRs-Fixed: 774533
2022-06-01 05:11:07 -07:00
Arun Kumar Khandavalli
32f21a221c qcacld-3.0: update mld address when provisioned mac address is used
currently mld address is getting updated only when firmware sends
a default mac address in init events, add support to update the
mld address when mac address are retrieved through the platform
driver.

Change-Id: If94368f26204767c95f083043b6508c412ac89dc
CRs-Fixed: 3192847
2022-06-01 05:11:07 -07:00
Madan Koyyalamudi
95d0e2dde8 Release 5.2.1.23R
Release 5.2.1.23R

Change-Id: I3ee45c0ec7599f5c3a9ef5a73eff7cd5e0269828
CRs-Fixed: 774533
2022-06-01 01:44:52 -07:00
Ashish
aa31fd94c1 qcacld-3.0: Add support for new config item ConDTIMSkipping_MaxTime
With this change add support for new ini ConDTIMSkipping_MaxTime
to set max modulated DTIM in ms.

Change-Id: I89ce2b5074ce75a1701365b5d09d8ed0244aeeef
CRs-Fixed: 3038346
2022-06-01 01:44:51 -07:00
Madan Koyyalamudi
4207d35164 Release 5.2.1.23Q
Release 5.2.1.23Q

Change-Id: Ib53a94d0a7ebbe8bd250be05e50d6c6293e4ef48
CRs-Fixed: 774533
2022-05-31 17:19:06 -07:00
Pragaspathi Thilagaraj
f815fd9512 qcacld-3.0: Allow unprotected diassoc frame when keys are not installed
Currently unprotected diassociation frame is dropped if
PMF is enabled and keys are not installed. This causes
delay as supplicant has to do EAPOL timeout after
10 secs and then do disconnect.

Allow unprotected disassociation frame when install keys are
not done.

Change-Id: I12068d7b10c4e6f7885ca3a3400a8845a4c236f2
CRs-Fixed: 3208427
2022-05-31 17:19:06 -07:00
Madan Koyyalamudi
112cfdd513 Release 5.2.1.23P
Release 5.2.1.23P

Change-Id: I55049f987e019cabc9140c0eecb002fdb15174e7
CRs-Fixed: 774533
2022-05-31 13:17:53 -07:00
Aditya Kodukula
d0abe1c529 qcacld-3.0: Add sanity check for MLO get STA stats
In the current driver implementation, check for ml_vdev_count
before invoking get_station_cb for MLO station stats is missing.

This causes timeout and failure to get station stats.

To resolve this issue, add sanity check for ml_vdev_count
before invoking get_station_cb for MLO station stats.

Change-Id: I2e8fca1b732b1e8638cec6536ea70d2174c287f7
CRs-Fixed: 3209608
2022-05-31 13:17:53 -07:00
Madan Koyyalamudi
cea41bad03 Release 5.2.1.23O
Release 5.2.1.23O

Change-Id: I203332ac8bed01eec668e20ab3a34e2d0c87b856
CRs-Fixed: 774533
2022-05-31 11:08:13 -07:00
Surya Prakash Sivaraj
ffde69eb4e qcacld-3.0: Update VHT Channel width in assoc resp
The AP adds OMN IE in the assoc response, and changes
its operating channel width during association. The
STA must move to this new channel width and update it
to the firmware during peer assoc. Since, the STA
doesn't update the channel width properly, it leads
to retries in the higher bandwidth where the AP is
not currently operating.

The VHT channel width calculation in the host driver
is not equipped to handle the new VHT OP IE definition.
Differentiate the VHT operating channel width field in
the VHTOP IE based on the ccf1.

Change-Id: Ibc3dc91ecc091a307244e3e1359dfe9e4520f277
CRs-Fixed: 3205020
2022-05-31 11:08:12 -07:00
Madan Koyyalamudi
982586c52c Release 5.2.1.23N
Release 5.2.1.23N

Change-Id: I88491b4b676d8d1a97dbf8cd4968351688777490
CRs-Fixed: 774533
2022-05-30 08:13:33 -07:00
Ashish
e0b72bca28 qcacld-3.0: Start SAP on valid same band channel after country change
Currently if SAP is operating on 5GHz channel and if country change
happens to a world mode where SAP is not allowed on 5GHz channels so
SAP moves to a 2.4GHz channel and saves the current operating 5GHz
channel, now when again country change happens then SAP tries to
move to previous 5GHz channels, if SAP is not allowed on this 5GHz
channel in new country, SAP comes up on 2.4GHz channel.
Ideally SAP should come up on some other valid 5GHz channel instead
of 2.4GHz channel.
This scenario is possible for 6GHz channel as well.
To address above issue, add a fix to get first valid same band channel
if previous same band channel is not valid channel.

Change-Id: I39dc297846c838731a70cd01d696bcbd8a054970
CRs-Fixed: 3175740
2022-05-30 08:13:33 -07:00
Madan Koyyalamudi
9c99187039 Release 5.2.1.23M
Release 5.2.1.23M

Change-Id: Ic6c6c356a0b92122274848c484fd407671b31dbe
CRs-Fixed: 774533
2022-05-30 03:56:02 -07:00
Jia Ding
61191cedfc qcacld-3.0: Add 320 MHz support as per draft 1.5
This change is to add support for 320 MHz bandwidth based on
EHT Operation element defind in 11be draft 1.5.

Change-Id: Ie2e165493538991c331a856fea26d3ca518f04ad
CRs-Fixed: 3202962
2022-05-30 03:56:01 -07:00
Jia Ding
307406f111 qcacld-3.0: Properly check max supported EHT bandwidth
Per 11BE Spec, only 320 MHz support in 6 GHz is defined in EHT
PHY capabilities. Therefore when deciding max target supported
EHT bandwidth, 320 MHz support is first checked using target
advertised EHT phy caps. If 320 MHz is not supported, fall back
to VHT channel width supported, which includes 160 MHz and 80 MHz.

Change-Id: I26ddfa250db66d72ca55a3c9f966d71740cb0414
CRs-Fixed: 3190474
2022-05-30 03:55:56 -07:00
Madan Koyyalamudi
3e3577ec1a Release 5.2.1.23L
Release 5.2.1.23L

Change-Id: I3ddcfced5240bfb8b8d455c261c9fd7ca00ab722
CRs-Fixed: 774533
2022-05-29 22:52:03 -07:00
Dundi Raviteja
d346f272c2 qcacld-3.0: Move pre cac cleanup code to pre cac component
Move pre cac cleanup code from HDD to pre cac component.

Change-Id: I2839d447420e980941bfa271305685224b147cd8
CRs-Fixed: 3199949
2022-05-29 22:52:03 -07:00
Dundi Raviteja
a52b682bcb qcacld-3.0: Move pre cac failure code to pre cac component
Move pre cac failure code to pre cac component.

Change-Id: Ie27c93737fff89a4f5f3c2ceaa51223bd246e43b
CRs-Fixed: 3199950
2022-05-29 22:51:57 -07:00
Dundi Raviteja
2bbdc1835e qcacld-3.0: Move pre cac success code to pre cac component
Move pre cac success code to pre cac component.

Change-Id: I9d4f6c52ada96905e185fecef6556c59e05ab284
CRs-Fixed: 3199947
2022-05-29 22:51:50 -07:00
Madan Koyyalamudi
8ed92a56e6 Release 5.2.1.23K
Release 5.2.1.23K

Change-Id: I51720aadb42c3c2fefd4d403263541efe2b24b1e
CRs-Fixed: 774533
2022-05-29 16:49:27 -07:00
Surya Prakash Sivaraj
7da2ef6f88 qcacld-3.0: Do not allow SAP SCC on non-PSC/non-VLP channels
SAP is allowed to come up on SCC with a STA operating
in 6GHz only if the STA is on a PSC channel in VLP mode.

Therefore, filter out all 6GHz channels from the PCL if
the STA operates on any non-VLP mode. Also, in case of
VLP mode, filter out non-PSC channels.

Change-Id: I37d9a510db3647fc07858af99eb614ebe824cc78
CRs-Fixed: 3206471
2022-05-29 16:49:27 -07:00
Madan Koyyalamudi
c80cd311ca Release 5.2.1.23J
Release 5.2.1.23J

Change-Id: Iaa5a2a368383aabc2f5e48bd3c638168f446473c
CRs-Fixed: 774533
2022-05-29 06:03:57 -07:00
Pragaspathi Thilagaraj
142cab9c7e qcacld-3.0: Check for allowed frequency during set pcl
Sta is not allowed to connect/roam in 6 GHz frequency or indoor
frequency in non-DBS target if SAP is active.
But STA roams to 6 GHz AP when SAP is active since the PCL allows
6 GHz frequency.

While populating PCL to firmware, check if 6 GHz and indoor
frequencies are allowed for non-dbs target and set the
weight appropriately if the channels are not allowed

Change-Id: I0e5fdc5b3c4177283d91cdfc58359336cc11910d
CRs-Fixed: 3205494
2022-05-29 06:03:57 -07:00
Madan Koyyalamudi
90795d1395 Release 5.2.1.23I
Release 5.2.1.23I

Change-Id: I35f08f8e19ca23ec0b7b8c7cc6600c1ff26d8669
CRs-Fixed: 774533
2022-05-28 20:49:49 -07:00
Pragaspathi Thilagaraj
ad399448bc qcacld-3.0: Move SAP to STA channel during SAP start
When STA is connected to non-dfs, non-indoor channel and
SAP starts second with mandatory channel list enabled,
then SAP is moving to 2.4Ghz. But SAP should follow sta
and move to non-indoor, non-dfs channel.

Also when STA is connected on DFS channel and when SAP
is coming up with g_enable_sta_sap_scc_on_dfs_chan,
then SAP also should move to DFS channel

So when PCL channels are filtered based on mandatory
channel list, then allow dfs/indoor channels based on
concurrent STA frequency.

Change-Id: I2bcb81a8b014108b07db36a31d03d0a16fe49eb9
CRs-Fixed: 3207750
2022-05-28 20:49:48 -07:00
Madan Koyyalamudi
ec960bce39 Release 5.2.1.23H
Release 5.2.1.23H

Change-Id: I9a0744b78ce8a896dc353e05a635d93748428d8a
CRs-Fixed: 774533
2022-05-28 00:44:54 -07:00
Namita Nair
bea8ec9686 qcacld-3.0: Optimize code block under lock
Current code calls wlan_hdd_select_queue(dev, nbuf)
inside the netif_tx_lock(dev). But the logic does
not need to hold this lock.

Move the function call outside of the lock,
to optimize the critical section.

Change-Id: Id3b86ec82e9583e8d91b0a0f28f951ea192c3f06
CRs-Fixed: 3207147
2022-05-28 00:44:54 -07:00
Madan Koyyalamudi
a6e3a5d17a Release 5.2.1.23G
Release 5.2.1.23G

Change-Id: Ie6e93bd962eda19407acf0d310a526d1b4d9323a
CRs-Fixed: 774533
2022-05-27 19:36:58 -07:00
Paul Zhang
e4f054ce26 qcacld-3.0: Enhancement to parse ML IE fragmentation
The max IE length in the frame is 255, and the payload of Multi-Link
element is becoming more than 255 and fragmented. Add logic to defragment
the ML IE when parsing the rx frames.

Change-Id: I438972143b457072edcd3e5b13b7c043a445457f
CRs-Fixed: 3202402
2022-05-27 19:36:57 -07:00
Prakash Manjunathappa
1cf7befc57 qcacld-3.0: Add support for Kiwi flow search table in CMEM
For KIWI platform FST reside in CMEM. CMEM address is known at the
init time from platform driver. Use 16K of CMEM address for FST.
Increase MAX FISA FST entry size to 256, which is allowed max size with
16K of CMEM allocation for FISA FST.

Change-Id: I395ab884b9cc761ed3c4438434475d6f9908a62b
CRs-Fixed: 3199251
2022-05-27 19:36:52 -07:00
sandhu
051bc651bc qcacld-3.0: Add ini to enable FISA LRU eviction
Add ini to enable FISA LRU eviction.

Change-Id: I9930ec260bcab5ba8c8f1e594dbfde35965dff2e
CRs-Fixed: 3160269
2022-05-27 19:36:47 -07:00
Madan Koyyalamudi
36e0e2ab54 Release 5.2.1.23F
Release 5.2.1.23F

Change-Id: If7113d8fd3c9e66cd9fbdc0cfdf1d2c16b7bc713
CRs-Fixed: 774533
2022-05-27 18:06:14 -07:00
Paul Zhang
adc7c05154 qcacld-3.0: Add sanity check when get STA stats
If macro WLAN_FEATURE_11BE_MLO is enable, get_station_stats_cb for
TYPE_STATION_STATS is called only if last_req->ml_vdev_info.ml_vdev_count
none zero when WMI_UPDATE_STATS_EVENTID event comes back.

This causes timeout and fail to get station stats for legacy device or for
MLO device which does not set last_req->ml_vdev_info.ml_vdev_count.

To resolve this issue, add sanity check legacy device before invoking the
callback and set last_req->ml_vdev_info.ml_vdev_count if it is MLO device.

Change-Id: I8ca325482fc32de87cbedcba7d4af17d3876cbbc
CRs-Fixed: 3202588
2022-05-27 18:06:14 -07:00
Dundi Raviteja
71fc4f3fd4 qcacld-3.0: Move pre_cac start code to pre_cac component
Move pre_cac start code flow from hdd to pre_cac component.

Change-Id: Ia3bd7521bff9571dee18dbc20b28d08b76128944
CRs-Fixed: 3199948
2022-05-27 18:06:07 -07:00
Madan Koyyalamudi
2de118fa97 Release 5.2.1.23E
Release 5.2.1.23E

Change-Id: Ie8cdacdd22d28a58f76609054692f5f769043211
CRs-Fixed: 774533
2022-05-27 03:36:21 -07:00
Sheenam Monga
1d217e83de qcacld-3.0: Enance Logs to check disabled entry
Add log to check which mode, vdev and freq is
added as disabled ml link and dump disabled
links after moving vdev from connection table
to disabled link table and decrement session
count only if provided vdev entry is present
in connection table.

Change-Id: I19cd9323b7b66b29366f2ac930798da8ef91a709
CRs-Fixed: 3205975
2022-05-27 03:36:20 -07:00
Madan Koyyalamudi
4e7da8d82a Release 5.2.1.23D
Release 5.2.1.23D

Change-Id: I738424df8eb30d57d46b1175811e1c63ec5382f8
CRs-Fixed: 774533
2022-05-26 23:04:22 -07:00
Kiran Kumar Lokere
66056009ad qcacld-3.0: Fix the EHT Tx beamformee NSTS capability
Fix the EHT Tx beamformee NSTS capability setting in
management frames.

Change-Id: I0a4da6cdda15880178f37795ad7b105267814c24
CRs-Fixed: 3202438
2022-05-26 23:03:19 -07:00
Madan Koyyalamudi
21199f7730 Release 5.2.1.23C
Release 5.2.1.23C

Change-Id: Idd81b7bc2a7b317fd303bb63b96bed8afff4def9
CRs-Fixed: 774533
2022-05-26 21:20:25 -07:00
Srinivas Dasari
ed58b63609 qcacld-3.0: Fetch right vdev id to continue MLO link disconnect
When disconnected request started for an MLO connection,
link vdev gets disconnected first and then assoc vdev. So active
disconnect request is queued for link vdev first. As part of
RSO stop request-response handshake, the disconnect request is
cached and RSO stop request is sent to firmware. Disconnect is
supposed to resume for link vdev after getting the RSO stop
response . But currently, first MLO vdev gets checked if it
has active disconnect. This may fail to fetch the active
disconnect request if the first vdev in the list is assoc vdev
as it doesn't have active disconnect but link vdev has.
Check if it's a link vdev to resolve this and fetch active
disconnect req always.

Also, if there is only one link present(e.g. single link
connection or failed to connect the secondary link, etc.. ) in the
vdev_list, current release of vdev refs at the end of the API
wlan_cm_mlo_update_disconnecting_vdev_id() is not valid as it's
trying to release all links. Release only the links for which
reference is taken.

Change-Id: Idcb8a979dbdadafd4690e51a7301c4a7dfe82f73
CRs-Fixed: 3203969
2022-05-26 21:20:25 -07:00
Madan Koyyalamudi
e3b8bdb49c Release 5.2.1.23B
Release 5.2.1.23B

Change-Id: I8f2472c65377071590f2c21a4f85feb20e2b72ad
CRs-Fixed: 774533
2022-05-26 16:18:38 -07:00