History log of /wlan-dirver/qcacld-3.0/core/ (Results 1 – 25 of 26989)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f608c16905-Jul-2024 Ravindra Konda <quic_konda@quicinc.com>

Release 5.2.1.92C

Release 5.2.1.92C

Change-Id: I304c68092503e085acdaac87462ef0ce084fffe9
CRs-Fixed: 774533

b7db9e1705-Jul-2024 Ravindra Konda <quic_konda@quicinc.com>

Release 5.2.1.92B

Release 5.2.1.92B

Change-Id: If500e551c75fb5508f89289da17586397db9de48
CRs-Fixed: 774533

41ece48104-Jul-2024 Ravindra Konda <quic_konda@quicinc.com>

Release 5.2.1.92A

Release 5.2.1.92A

Change-Id: I9cd7db7c5b0c1f940ddb75cb1db4c7943e355975
CRs-Fixed: 774533

5030ad4326-Jun-2024 Surya Prakash Sivaraj <quic_suryapra@quicinc.com>

qcacld-3.0: Use peer STA bandwidth for MCS calculation

STA is associating on 20 MHz, whereas the SAP is operating
in 80 MHz. During the rate set preparation for the client,
instead of intersecting t

qcacld-3.0: Use peer STA bandwidth for MCS calculation

STA is associating on 20 MHz, whereas the SAP is operating
in 80 MHz. During the rate set preparation for the client,
instead of intersecting the 20 MHz MCS(sent by the peer in
EHT Cap) with the self cap of APUT, the validation happens
for the 80 MHz MCS set of STA and APUT. However, while sending
peer assoc to firmware, the 20 MHz MCS rate set of the client
is being used.

To fix this, generate the EHT MCS rate set of the client by
intersecting the MCS params corresponding to the STA's assoc
channel width.

Change-Id: I1baf79a3705922531d2ff3db8199633a35793129
CRs-Fixed: 3849051

show more ...

eef3281e03-Jul-2024 Ravindra Konda <quic_konda@quicinc.com>

Release 5.2.1.92

Release 5.2.1.92

Change-Id: Ic142fb8601d969ece757193b7ceacd85d229fa20
CRs-Fixed: 774533

13dc4ebf03-Jul-2024 Ravindra Konda <quic_konda@quicinc.com>

Release 5.2.1.91Z

Release 5.2.1.91Z

Change-Id: Id7504aebb03ab80b1e4bc8bce803b9897e5bda57
CRs-Fixed: 774533

befb72ff06-Jun-2024 Vinod Kumar Pirla <quic_vpirla@quicinc.com>

qcacld-3.0: Notify OSIF on assoc vdev connect active

Post link switch the order of VDEV to link info in OSIF
changes and for the next connection, need to restore the
order. This restore currently ha

qcacld-3.0: Notify OSIF on assoc vdev connect active

Post link switch the order of VDEV to link info in OSIF
changes and for the next connection, need to restore the
order. This restore currently happens when there is set
MAC address update before every connect, but however if
set MAC address is not received then the unrestored order
of VDEV will be used during connect which can be undesirable
in certain cases.

To avoid going ahead with connection with unrestored VDEV
mapping, make sure this is reset to proper order via
notifying HDD once assoc VDEV connect request becomes active.

Change-Id: Id3ba542820f7c2bc9c721a49735738df00b6e5d5
CRs-Fixed: 3827913

show more ...

43e6313b03-Jul-2024 Ravindra Konda <quic_konda@quicinc.com>

Release 5.2.1.91Y

Release 5.2.1.91Y

Change-Id: I83650830edf642fd5508da2376b0369825ee5fc5
CRs-Fixed: 774533

ab3ca03a18-Jun-2024 Vinod Kumar Pirla <quic_vpirla@quicinc.com>

qcacld-3.0: Send roam abort on peer create failure

Sending deauth on one of the links in MLO connection will result
in removing anchor link in FW and driver shall silently remove the
next link witho

qcacld-3.0: Send roam abort on peer create failure

Sending deauth on one of the links in MLO connection will result
in removing anchor link in FW and driver shall silently remove the
next link without initiating another deauth. For this reason the
status of MLO peer is set to DISCONN_INITIATED on sending first
deauth frame so that subsequent links do not send again.

The MLO peer context holds the list of all object manager peers for
that MLD connection and failure to add to the context shall result
in termination of connection. Currently the failures are not handled
and the object manager peer is not having any MLO peer context and
this results in sending deauth frame on both the links.

Handle the error of peer create and MLO peer attach on roaming
to abort the roam sync.

Change-Id: I4d5a766b673b36edb44d19065237aa35ff7d5f1d
CRs-Fixed: 3837890

show more ...

5df227d918-Jun-2024 Vinod Kumar Pirla <quic_vpirla@quicinc.com>

qcacld-3.0: Remove redundant MLO peer attach for STA

Remove the redundant MLO peer attach for STA for peer
create success handling.

Change-Id: Icfbded030dcc2c20ed6980878bdd43aeecca4d2e
CRs-Fixed: 3

qcacld-3.0: Remove redundant MLO peer attach for STA

Remove the redundant MLO peer attach for STA for peer
create success handling.

Change-Id: Icfbded030dcc2c20ed6980878bdd43aeecca4d2e
CRs-Fixed: 3844703

show more ...

8f03559502-Jul-2024 Ravindra Konda <quic_konda@quicinc.com>

Release 5.2.1.91X

Release 5.2.1.91X

Change-Id: Ie5e586a1105b6b04f10dc2aec2b1fc0e6fc1cb5a
CRs-Fixed: 774533

0e2028eb06-May-2024 Yu Wang <quic_yyuwang@quicinc.com>

qcacld-3.0: fix compilation failures caused by type mismatch

Fix compilation failures caused by type mismatch
between format and argument.
Fix some kernel-doc errors.

Change-Id: Id55c19eff1dd62102f

qcacld-3.0: fix compilation failures caused by type mismatch

Fix compilation failures caused by type mismatch
between format and argument.
Fix some kernel-doc errors.

Change-Id: Id55c19eff1dd62102feffac1785b5fe825555fde
CRs-Fixed: 3805434

show more ...

639ed40902-Jul-2024 Ravindra Konda <quic_konda@quicinc.com>

Release 5.2.1.91W

Release 5.2.1.91W

Change-Id: I9bebdde62d53d61c51ae73f3770e8e87b47c85ba
CRs-Fixed: 774533

35d87fa914-Dec-2023 Aditya Kodukula <quic_akodukul@quicinc.com>

qcacld-3.0: Add support for size 0 flexible length arrays

Convert size 0 variable length arrays to flexible length arrays.

Change-Id: I299800e11f65389d3cf3e616aeac5bcbb1a024e6
CRs-Fixed: 3690218

e4417d0e02-Jul-2024 Ravindra Konda <quic_konda@quicinc.com>

Release 5.2.1.91V

Release 5.2.1.91V

Change-Id: Id2cb461eebdf3dda47b737d0f2ccd670e1cdcbdb
CRs-Fixed: 774533

21f5356a05-Jun-2024 Prasanna JS <quic_pjs@quicinc.com>

qcacld-3.0: Fix interface link layer stats for SAP/GO

Fix interface link layer stats by extending below functions
to handle SAP/Go case.

wlan_hdd_get_mlo_links_count
wlan_hdd_get_connected_link_inf

qcacld-3.0: Fix interface link layer stats for SAP/GO

Fix interface link layer stats by extending below functions
to handle SAP/Go case.

wlan_hdd_get_mlo_links_count
wlan_hdd_get_connected_link_info

Change-Id: If34898f3d572159828a0114339eda7d23790e39b
CRs-Fixed: 3819751

show more ...

738f759202-Jul-2024 Ravindra Konda <quic_konda@quicinc.com>

Release 5.2.1.91U

Release 5.2.1.91U

Change-Id: I3e3330b8c4c459d7d6c8f41d407a1d8720fae208
CRs-Fixed: 774533

cd840eb801-Jul-2024 Ravindra Konda <quic_konda@quicinc.com>

Release 5.2.1.91T

Release 5.2.1.91T

Change-Id: I97de302464aa12ccb90724e865483e7061e62c55
CRs-Fixed: 774533

d46d7b8328-Jun-2024 Ravindra Konda <quic_konda@quicinc.com>

Release 5.2.1.91S

Release 5.2.1.91S

Change-Id: Ifd8cf3fd323f0291a0c564360e74d3621564064a
CRs-Fixed: 774533

b661bb7a25-Jun-2024 Amit Mehta <quic_amitmeht@quicinc.com>

qcacld-3.0: Handle concurrency scenarios in LPC mode

Currently if STA + LPC is running and new interface is brought up
in case of monitor_mode_concurrency ini enable case only LPC
is terminated. if

qcacld-3.0: Handle concurrency scenarios in LPC mode

Currently if STA + LPC is running and new interface is brought up
in case of monitor_mode_concurrency ini enable case only LPC
is terminated. if monitor_mode_concurrency ini is disabled LPC
will not be terminated and LPC will continue to run in concurrency
scenario.

To fix the issue remove check for monitor_mode_concurrency and delete
LPC interface directly in concurrency scenarios.

CRs-Fixed: 3849400
Change-Id: Ie0d7f6f942b973e5fc7944430cf5aaa9b0bdf538

show more ...

fdc0f4d326-Jun-2024 Ravindra Konda <quic_konda@quicinc.com>

Release 5.2.1.91R

Release 5.2.1.91R

Change-Id: I86ce47d6e2dc5956651db093675d93141eaa51c0
CRs-Fixed: 774533

89f532d712-Jun-2024 Abhishek Singh <quic_absingh@quicinc.com>

qcacld-3.0: Use mgmt_txrx_frame_hex_dump to dump mgmt frame

Use mgmt_txrx_frame_hex_dump to dump mgmt frame and optimize
frame dump and logs

Change-Id: I56f244fecfa2602c6b763f5734d36199b8c3f165
CRs

qcacld-3.0: Use mgmt_txrx_frame_hex_dump to dump mgmt frame

Use mgmt_txrx_frame_hex_dump to dump mgmt frame and optimize
frame dump and logs

Change-Id: I56f244fecfa2602c6b763f5734d36199b8c3f165
CRs-Fixed: 3838935

show more ...

052b823b25-Jun-2024 Ravindra Konda <quic_konda@quicinc.com>

Release 5.2.1.91Q

Release 5.2.1.91Q

Change-Id: I0be71ca8b343fb9f98ad117e9ef8140efccf9d2a
CRs-Fixed: 774533

bb4e62a824-Jun-2024 Ravindra Konda <quic_konda@quicinc.com>

Release 5.2.1.91P

Release 5.2.1.91P

Change-Id: Ia9c3610fcefa60f60187ceb92c928e07f8e28401
CRs-Fixed: 774533

1b97431708-Mar-2024 Srikanth Marepalli <quic_srimarep@quicinc.com>

qcacld-3.0: Sanitize vdev before dereference

Sanitize vdev before de-reference.

Change-Id: Icb16de8be51f9fcf58f0c538453baa9146843a55
CRs-Fixed: 3779763

12345678910>>...1080