Skip to content

Commit 787eea1

Browse files
committed
Fix double pull of raw TX header
The raw TX header is already pulled at the beginging of the TX data path, this was a leftover code causing negative lengths and warnings. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 660071c commit 787eea1

File tree

1 file changed

+0
-6
lines changed
  • fw_if/umac_if/src/system

1 file changed

+0
-6
lines changed

fw_if/umac_if/src/system/tx.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -810,12 +810,6 @@ enum nrf_wifi_status rawtx_cmd_prepare(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ct
810810
}
811811

812812
nwb = nrf_wifi_utils_list_peek(txq);
813-
/**
814-
* Pull the Raw packet header and only send the buffer to the UMAC
815-
* with the parameters configured to the UMAC
816-
*/
817-
nrf_wifi_osal_nbuf_data_pull(nwb,
818-
sizeof(struct raw_tx_pkt_header));
819813

820814
sys_dev_ctx->tx_config.send_pkt_coalesce_count_p[desc] = txq_len;
821815
config = (struct nrf_wifi_cmd_raw_tx *)(umac_cmd->msg);

0 commit comments

Comments
 (0)