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
This commit is contained in:
@@ -364,7 +364,7 @@ static void set_action_id_drop_pattern_for_block_ack(
|
||||
uint32_t *action_category_map,
|
||||
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;
|
||||
}
|
||||
#else
|
||||
|
Reference in New Issue
Block a user