|
@@ -203,7 +203,6 @@ ol_rx_fwd_check(struct ol_txrx_vdev_t *vdev,
|
|
|
if (!ol_txrx_fwd_desc_thresh_check(vdev)) {
|
|
|
/* Drop the packet*/
|
|
|
htt_rx_msdu_desc_free(pdev->htt_pdev, msdu);
|
|
|
- qdf_net_buf_debug_release_skb(msdu);
|
|
|
TXRX_STATS_MSDU_LIST_INCR(
|
|
|
pdev, tx.dropped.host_reject, msdu);
|
|
|
/* add NULL terminator */
|
|
@@ -222,7 +221,6 @@ ol_rx_fwd_check(struct ol_txrx_vdev_t *vdev,
|
|
|
*/
|
|
|
if (htt_rx_msdu_discard(pdev->htt_pdev, rx_desc)) {
|
|
|
htt_rx_msdu_desc_free(pdev->htt_pdev, msdu);
|
|
|
- qdf_net_buf_debug_release_skb(msdu);
|
|
|
ol_rx_fwd_to_tx(tx_vdev, msdu);
|
|
|
msdu = NULL; /* already handled this MSDU */
|
|
|
tx_vdev->fwd_tx_packets++;
|