qcacmn: Changes needed for E1.5 release

Below are the changes in HW headers for E1.5
1) WBM2SW release source enum changed back to lithium values
2) DSCP to tid table num is added in Bank register
3) MCAST ctrl value is moved from Bank to seperate register

Change-Id: I342c451d792b1618dcb62ca9d4c77dcf4d4beeac
This commit is contained in:
Chaithanya Garrepalli
2021-08-12 17:24:08 +05:30
committed by Madan Koyyalamudi
parent 0702aaf463
commit 627c3c7ec3
4 changed files with 119 additions and 4 deletions

View File

@@ -188,7 +188,7 @@ void *hal_rx_msdu_ext_desc_info_get_ptr_be(void *msdu_details_ptr)
return HAL_RX_MSDU_EXT_DESC_INFO_GET(msdu_details_ptr);
}
#if defined(QCA_WIFI_WCN7850) || defined(CONFIG_WIFI_EMULATION_WIFI_3_0)
#ifdef QCA_WIFI_WCN7850
static inline uint32_t
hal_wbm2sw_release_source_get(void *hal_desc, enum hal_be_wbm_release_dir dir)
{