qcacmn: enable monitor destination ring interrupt
Enable monitor destination ring interrupt to fix packet is getting stuck in monitor mode. Fix and add monitor mode debug count Change-Id: I74efdcf6a4373dd73e373285c8cd3aa5757cd0b2
This commit is contained in:
@@ -442,11 +442,13 @@ enum {
|
||||
/**
|
||||
* enum
|
||||
* @HAL_RX_MON_PPDU_START: PPDU start TLV is decoded in HAL
|
||||
* @HAL_RX_MON_PPDU_END: PPDU end TLV is decided in HAL
|
||||
* @HAL_RX_MON_PPDU_END: PPDU end TLV is decoded in HAL
|
||||
* @HAL_RX_MON_PPDU_RESET: Not PPDU start and end TLV
|
||||
*/
|
||||
enum {
|
||||
HAL_RX_MON_PPDU_START = 0,
|
||||
HAL_RX_MON_PPDU_END,
|
||||
HAL_RX_MON_PPDU_RESET,
|
||||
};
|
||||
|
||||
/* struct hal_rx_ppdu_common_info - common ppdu info
|
||||
|
Reference in New Issue
Block a user