qcacld-3.0: Optimize pdev/vdev set param command

Currently host sends many pdev/vdev set param
commands separately to firmware from hdd.

Combine multiple pdev/vdev set params and
send to WMI to reduce number of transactions.
Also replace target wmi pdev/vdev params with host wmi
pdev/vdev params to fix existing broken layering
violation.

Change-Id: Ib76f5bd5f582a2c67486f6773ff6fd486b3d84cf
CRs-Fixed: 3333732
This commit is contained in:
Divyajyothi Goparaju
2022-08-18 01:28:16 +05:30
committed by Madan Koyyalamudi
parent fd4205850c
commit adfb3a43d6
5 changed files with 379 additions and 251 deletions

View File

@@ -546,7 +546,7 @@ static inline QDF_STATUS ucfg_fwol_get_ofdm_scrambler_seed(
struct wlan_objmgr_psoc *psoc,
bool *enable_ofdm_scrambler_seed)
{
return QDF_STATUS_SUCCESS;
return QDF_STATUS_E_NOSUPPORT;
}
#endif