qcacld-3.0: Add support for RX offload pkts in packet capture mode
Add support to process RX offload packets in lithium for packet capture mode. Change-Id: Ic307d83f579bf53a025b4b4c159e24de97e2dde6 CRs-Fixed: 2856783
This commit is contained in:

gecommit door
snandini

bovenliggende
49b52bf5a0
commit
a3e7261f12
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2020 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2020-2021 The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
* any purpose with or without fee is hereby granted, provided that the
|
||||
@@ -243,7 +243,7 @@ void ucfg_pkt_capture_rx_msdu_process(
|
||||
uint8_t vdev_id, htt_pdev_handle pdev)
|
||||
{
|
||||
pkt_capture_msdu_process_pkts(bssid, head_msdu,
|
||||
vdev_id, pdev);
|
||||
vdev_id, pdev, 0);
|
||||
}
|
||||
|
||||
bool ucfg_pkt_capture_rx_offloaded_pkt(qdf_nbuf_t rx_ind_msg)
|
||||
|
Verwijs in nieuw issue
Block a user