android_kernel_xiaomi_sm8350/components
gaurank kathpalia 570f0aff4f qcacld-3.0: Fix issue for SMM before vdev start on 2.4ghz
Scenario:-
1. Turn on SAP and STA on 2.4ghz and 5ghz
2. Turn off SAP
3. Turn off STA
4. Turn on SAP on 2.4ghz

Issue:-
In the start ap function, the driver calls
the stop opportunistic timer and calls the handler
to goto SMM mode.
After this, the SAP checks whether it requires the
DBS or not and then requests for DBS also, but since
the driver is already in DBS mode this command gets
rejected, so there would be 2 commands in the serialization
queue which would be SMM and start AP, which would lead to
a crash as SMM is sent before a connection on 2.4ghz as
Hastings is not capable to start a vdev in 2.4ghz without
DBS mode.

Fix:-
1.Not allow SMM if the current connection requires DBS
2. Check the HW capabilty in the active command only and
not before that to protect the reliability of hw mode.

Change-Id: I1c0c05ea05ba14d1556af2612daa3de2ffcba367
CRs-Fixed: 2587508
2020-01-08 02:03:40 -08:00
..
action_oui qcacld-3.0: Set 5G band capability bit in gActionOUIConnect1x1 ini 2019-11-18 02:29:15 -08:00
blacklist_mgr qcacld-3.0: Check for zero/broadcast BSSID in BLM 2020-01-02 08:15:55 -08:00
cfg qcacld-3.0: Link BLM to the legacy APIs 2019-06-02 01:51:34 -07:00
cmn_services/policy_mgr qcacld-3.0: Fix issue for SMM before vdev start on 2.4ghz 2020-01-08 02:03:40 -08:00
cp_stats/dispatcher/inc qcacld-3.0: Define void * data members of cp_stats with specific type 2019-07-26 18:21:46 -07:00
disa
dsc qcacld-3.0: Vdev trans return directly if psoc/driver is in transition 2019-12-16 14:19:12 -08:00
fw_offload qcacld-3.0: Rectify max values for TSF pin inis 2019-11-22 02:22:03 -08:00
interop_issues_ap qcacld-3.0: Implement api for interop issues ap 2019-05-24 16:00:44 -07:00
ipa qcacld-3.0: Initialize IPA metering feature and perf level 2019-12-11 05:01:34 -08:00
mlme qcacld-3.0: Add ini support to control 6G SAP fils disc 2020-01-07 00:41:09 -08:00
nan qcacld-3.0: Add NAN vdev_id entry to policy mgr 2020-01-01 20:03:44 -08:00
ocb qcacld-3.0: Fix DSRC compile error 2019-12-30 04:08:17 -08:00
p2p qcacld-3.0: Handle the error action frames in mgmt tx 2019-12-05 16:39:36 -08:00
pmo qcacld-3.0: cdp: Converge cdp_cmn_ops 2019-12-27 03:24:09 -08:00
target_if qcacld-3.0: Fix possible NULL wmi_handle dereference 2019-09-26 05:52:24 -07:00
tdls qcacld-3.0: Replace sme_session_id with vdev_id 2019-11-22 07:12:45 -08:00