qcacmn: Add WBM2SW4 support

To support IPA TX two pipes, WBM2SW4 is added as second WBM2IPA TX
transfer ring.

Change-Id: Id0762003c1d91e3614b15df2bc51f90e27add43c
CRs-Fixed: 2750073
This commit is contained in:
Jia Ding
2020-04-21 16:20:58 +08:00
committad av snandini
förälder 09f1f1fe46
incheckning ebe1849453
3 ändrade filer med 12 tillägg och 1 borttagningar

Visa fil

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2016-2020 The Linux Foundation. All rights reserved.
* Copyright (c) 2016-2021 The Linux Foundation. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -136,6 +136,9 @@ enum hal_tx_ret_buf_manager {
HAL_WBM_SW1_BM_ID = 4,
HAL_WBM_SW2_BM_ID = 5,
HAL_WBM_SW3_BM_ID = 6,
#ifdef IPA_WDI3_TX_TWO_PIPES
HAL_WBM_SW4_BM_ID = 7,
#endif
};
/*---------------------------------------------------------------------------