qcacmn: Add CBF support for pktlog
Fix issue on enabling packet log. Fix issue on logging CBF pkt in AP/STA mode. Fix issue on setting data length 4 bytes aligned in pktlog header , htt stats indication message header and Rx management TLV header. Add CBF support for pktlog WMI enable command for firmware to enable CBF receive. Change-Id: Ib0067f32d7414be96503c4c67846c1312a59586e
This commit is contained in:
@@ -6081,6 +6081,7 @@ enum {
|
||||
WMI_HOST_PKTLOG_EVENT_STEERING_BIT,
|
||||
WMI_HOST_PKTLOG_EVENT_TX_DATA_CAPTURE_BIT,
|
||||
WMI_HOST_PKTLOG_EVENT_PHY_LOGGING_BIT,
|
||||
WMI_HOST_PKTLOG_EVENT_CBF_BIT,
|
||||
};
|
||||
|
||||
typedef enum {
|
||||
@@ -6105,6 +6106,8 @@ typedef enum {
|
||||
/* To support PHY logging */
|
||||
WMI_HOST_PKTLOG_EVENT_PHY_LOGGING =
|
||||
BIT(WMI_HOST_PKTLOG_EVENT_PHY_LOGGING_BIT),
|
||||
WMI_HOST_PKTLOG_EVENT_CBF =
|
||||
BIT(WMI_HOST_PKTLOG_EVENT_CBF_BIT),
|
||||
} WMI_HOST_PKTLOG_EVENT;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user