Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 50fca46e authored by CNSS_WLAN Service's avatar CNSS_WLAN Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "qcacmn: Log pkt_stats to logger thread for sw_event" into wlan-cmn.driver.lnx.2.0.3

parents 091c9348 abb6e488
Loading
Loading
Loading
Loading
+5 −1
Original line number Original line Diff line number Diff line
/*
/*
 * Copyright (c) 2013-2018 The Linux Foundation. All rights reserved.
 * Copyright (c) 2013-2019 The Linux Foundation. All rights reserved.
 *
 *
 * Permission to use, copy, modify, and/or distribute this software for
 * Permission to use, copy, modify, and/or distribute this software for
 * any purpose with or without fee is hereby granted, provided that the
 * any purpose with or without fee is hereby granted, provided that the
@@ -1093,6 +1093,8 @@ A_STATUS process_sw_event(void *pdev, void *data)
		     ((char *)fw_data->data + sizeof(struct ath_pktlog_hdr)),
		     ((char *)fw_data->data + sizeof(struct ath_pktlog_hdr)),
		     pl_hdr.size);
		     pl_hdr.size);


	cds_pkt_stats_to_logger_thread(&pl_hdr, NULL, sw_event.sw_event);

	return A_OK;
	return A_OK;
}
}


@@ -1173,6 +1175,8 @@ A_STATUS process_sw_event(void *pdev, void *data)
		     ((char *)fw_data->data + sizeof(struct ath_pktlog_hdr)),
		     ((char *)fw_data->data + sizeof(struct ath_pktlog_hdr)),
		     pl_hdr.size);
		     pl_hdr.size);


	cds_pkt_stats_to_logger_thread(&pl_hdr, NULL, sw_event.sw_event);

	return A_OK;
	return A_OK;
}
}
#endif
#endif