qcacld-3.0: Change PMO_ACTION_BLKACK to PMO_MAC_ACTION_BLKACK

There is a compilation error due to use of PMO_ACTION_BLKACK, which
is not defined. Change PMO_ACTION_BLKACK to PMO_MAC_ACTION_BLKACK to
resolve this issue.

Change-Id: I011c4c323bfa7d104c6a6879aba93085a35fed3d
CRs-Fixed: 2923577
此提交包含在:
Alan Chen
2021-04-13 15:41:10 -07:00
提交者 snandini
父節點 348c91574d
當前提交 753f93e6e0

查看文件

@@ -364,7 +364,7 @@ static void set_action_id_drop_pattern_for_block_ack(
uint32_t *action_category_map, uint32_t *action_category_map,
uint32_t *action_id_per_category) uint32_t *action_id_per_category)
{ {
action_category_map[0] |= 1 << PMO_ACTION_BLKACK; action_category_map[0] |= 1 << PMO_MAC_ACTION_BLKACK;
action_id_per_category[0] = 1 << ADDBA_REQ; action_id_per_category[0] = 1 << ADDBA_REQ;
} }
#else #else