diff --git a/dp/wifi3.0/dp_rx.c b/dp/wifi3.0/dp_rx.c index f1912109cb..4143f347fd 100644 --- a/dp/wifi3.0/dp_rx.c +++ b/dp/wifi3.0/dp_rx.c @@ -924,7 +924,7 @@ free: } /* Reset the head and tail pointers */ - pdev = dp_get_pdev_for_mac_id(soc, mac_id); + pdev = dp_get_pdev_for_lmac_id(soc, mac_id); if (pdev) { pdev->invalid_peer_head_msdu = NULL; pdev->invalid_peer_tail_msdu = NULL;