qcacmn: Add support to handle BAR frames in host
Due to recent FW changes not filtering out BAR frames, redirect these frames to REO exception ring and handle as normal data packets. Change-Id: I4540929fddab14de57a23f6364fc916a70057cbe CRs-Fixed: 2795499
Esse commit está contido em:
@@ -1101,6 +1101,15 @@ extern void *hal_srng_setup(void *hal_soc, int ring_type, int ring_num,
|
||||
(HWIO_REO_R0_ERROR_DESTINATION_MAPPING_IX_0_ERROR_ ## \
|
||||
DESTINATION_RING_ ## _OFFSET ## _SHFT))
|
||||
|
||||
/*
|
||||
* Macro to access HWIO_REO_R0_ERROR_DESTINATION_RING_CTRL_IX_1
|
||||
* to map destination to rings
|
||||
*/
|
||||
#define HAL_REO_ERR_REMAP_IX1(_VALUE, _OFFSET) \
|
||||
((_VALUE) << \
|
||||
(HWIO_REO_R0_ERROR_DESTINATION_MAPPING_IX_1_ERROR_ ## \
|
||||
DESTINATION_RING_ ## _OFFSET ## _SHFT))
|
||||
|
||||
/*
|
||||
* Macro to access HWIO_REO_R0_DESTINATION_RING_CTRL_IX_0
|
||||
* to map destination to rings
|
||||
|
Referência em uma nova issue
Block a user