qcacmn: Replace blacklist abbreviation bl for dl

Replace blacklist abbreviation bl for denylist dl.

Change-Id: Ifdb65060ec65fa65a0804c040734e2563c064b1b
CRs-Fixed: 3153293
This commit is contained in:
chunquan
2022-03-17 17:01:44 +08:00
committed by Madan Koyyalamudi
父節點 b844c62799
當前提交 37d7d4bed0
共有 5 個文件被更改,包括 32 次插入32 次删除

查看文件

@@ -7971,12 +7971,12 @@ struct wmi_roam_wtc_btm_trigger_data {
* @rssi_score: AP RSSI score
* @total_score: Total score of the candidate AP.
* @etp: Estimated throughput value of the AP in Mbps
* @bl_reason: Denylist reason
* @bl_source: Source of adding AP to BL
* @bl_timestamp:This timestamp indicates the time when AP added
* @dl_reason: Denylist reason
* @dl_source: Source of adding AP to DL
* @dl_timestamp:This timestamp indicates the time when AP added
* to denylist.
* @bl_original_timeout: Original timeout value in milli seconds
* when AP added to BL
* @dl_original_timeout: Original timeout value in milli seconds
* when AP added to DL
*/
struct wmi_roam_candidate_info {
uint32_t timestamp;
@@ -7989,10 +7989,10 @@ struct wmi_roam_candidate_info {
uint32_t rssi_score;
uint32_t total_score;
uint32_t etp;
uint32_t bl_reason;
uint32_t bl_source;
uint32_t bl_timestamp;
uint32_t bl_original_timeout;
uint32_t dl_reason;
uint32_t dl_source;
uint32_t dl_timestamp;
uint32_t dl_original_timeout;
};
/**

查看文件

@@ -429,7 +429,7 @@ QDF_STATUS
(*extract_roam_event)(wmi_unified_t wmi_handle, void *evt_buf, uint32_t len,
struct roam_offload_roam_event *roam_event);
QDF_STATUS
(*extract_btm_bl_event)(wmi_unified_t wmi_handle,
(*extract_btm_dl_event)(wmi_unified_t wmi_handle,
uint8_t *event, uint32_t data_len,
struct roam_denylist_event **dst_list);
QDF_STATUS