qcacld-3.0: Fix misleading indent (sme)
Change I8cd30439d7ac3de7b550aa5042353cf30e04cbda recently introduced misleading indentation in sme_update_tx_bfee_nstsi(). Not only does this cause a build failure for some configurations, but is also dangerously confusing for future readers. Remove the misleading indentation in sme_update_tx_bfee_nstsi(). Change-Id: Ia971c414b433eeaff51eb4c65d3d2f56c49617b1 CRs-Fixed: 2330256
这个提交包含在:
@@ -12803,8 +12803,9 @@ int sme_update_tx_bfee_nsts(mac_handle_t hal, uint8_t session_id,
|
||||
nsts_set_val = usr_cfg_val;
|
||||
else
|
||||
nsts_set_val = nsts_val;
|
||||
mac_ctx->mlme_cfg->vht_caps.vht_cap_info.tx_bfee_ant_supp
|
||||
= nsts_set_val;
|
||||
|
||||
mac_ctx->mlme_cfg->vht_caps.vht_cap_info.tx_bfee_ant_supp =
|
||||
nsts_set_val;
|
||||
|
||||
if (usr_cfg_val)
|
||||
sme_set_he_tx_bf_cbf_rates(session_id);
|
||||
|
在新工单中引用
屏蔽一个用户