Loading utils/pktlog/pktlog_internal.c +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 Loading Loading @@ -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; } } Loading Loading @@ -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 Loading Loading
utils/pktlog/pktlog_internal.c +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 Loading Loading @@ -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; } } Loading Loading @@ -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 Loading