diff options
| -rw-r--r-- | core/dp/txrx/ol_tx.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/dp/txrx/ol_tx.c b/core/dp/txrx/ol_tx.c index 49d4a2643956..e5980ebb2437 100644 --- a/core/dp/txrx/ol_tx.c +++ b/core/dp/txrx/ol_tx.c @@ -1557,7 +1557,6 @@ ol_tx_hl_base( struct ocb_tx_ctrl_hdr_t tx_ctrl; htt_pdev_handle htt_pdev = pdev->htt_pdev; - tx_msdu_info.peer = NULL; tx_msdu_info.tso_info.is_tso = 0; /* @@ -1572,7 +1571,7 @@ ol_tx_hl_base( struct ol_tx_desc_t *tx_desc = NULL; qdf_mem_zero(&tx_ctrl, sizeof(tx_ctrl)); - + tx_msdu_info.peer = NULL; /* * The netbuf will get stored into a (peer-TID) tx queue list * inside the ol_tx_classify_store function or else dropped, |
