Revert "qcacmn: Enable EAPOL/DHCP message tracing in Wifi driver"
This reverts commit I010c9295fd6ca42a950f84f0d7a19b00d8b0c0da due to crash caused by excessive logging. Change-Id: I38701eb5be9a25f38e4cb5738824b635a2b0442c CRs-Fixed: 2535471
This commit is contained in:
@@ -685,8 +685,7 @@ void qdf_dp_display_ptr_record(struct qdf_dp_trace_record_s *record,
|
||||
uint8_t info);
|
||||
|
||||
/**
|
||||
* qdf_dp_display_proto_pkt_debug() - display proto packet only
|
||||
* for debug.
|
||||
* qdf_dp_display_proto_pkt() - display proto packet
|
||||
* @record: dptrace record
|
||||
* @index: index
|
||||
* @pdev_id: pdev id for the mgmt pkt
|
||||
@@ -694,24 +693,9 @@ void qdf_dp_display_ptr_record(struct qdf_dp_trace_record_s *record,
|
||||
*
|
||||
* Return: none
|
||||
*/
|
||||
void qdf_dp_display_proto_pkt_debug(struct qdf_dp_trace_record_s *record,
|
||||
void qdf_dp_display_proto_pkt(struct qdf_dp_trace_record_s *record,
|
||||
uint16_t index, uint8_t pdev_id,
|
||||
uint8_t info);
|
||||
|
||||
/**
|
||||
* qdf_dp_display_proto_pkt_always() - display proto packets all
|
||||
* the time.
|
||||
* @record: dptrace record
|
||||
* @index: index
|
||||
* @pdev_id: pdev id for the mgmt pkt
|
||||
* @info: info used to display pkt (live mode, throttling)
|
||||
*
|
||||
* Return: none
|
||||
*/
|
||||
void qdf_dp_display_proto_pkt_always(struct qdf_dp_trace_record_s *record,
|
||||
uint16_t index, uint8_t pdev_id,
|
||||
uint8_t info);
|
||||
|
||||
/**
|
||||
* qdf_dp_display_data_pkt_record() - Displays a data packet in DP trace
|
||||
* @record: pointer to a record in DP trace
|
||||
|
Reference in New Issue
Block a user