qcacmn: Enable HW cookie conversion feature

Enable Hardware cookie conversion feature

Change-Id: I75299384ad7b795160b9cf04768326c74401b1ba
This commit is contained in:
Pavankumar Nandeshwar
2021-08-09 05:45:32 -07:00
committed by Madan Koyyalamudi
parent 60c442a689
commit 2228afc5b4
7 changed files with 89 additions and 6 deletions

View File

@@ -37,7 +37,9 @@ struct hal_hw_cc_config {
wbm2sw1_cc_en:1,
wbm2sw0_cc_en:1,
wbm2fw_cc_en:1,
reserved:4;
error_path_cookie_conv_en:1,
release_path_cookie_conv_en:1,
reserved:2;
};
#define HAL_RX_MSDU_EXT_DESC_INFO_GET(msdu_details_ptr) \