Loading dp/wifi3.0/dp_htt.c +6 −0 Original line number Diff line number Diff line Loading @@ -4709,6 +4709,12 @@ static void dp_htt_t2h_msg_handler(void *context, HTC_PACKET *pkt) peer->mac_addr.raw, peer->vdev->vdev_id, 0, tid, 0, win_sz + 1, 0xffff); dp_addba_resp_tx_completion_wifi3( (struct cdp_soc_t *)soc->dp_soc, peer->mac_addr.raw, peer->vdev->vdev_id, tid, status); /* * If PEER_LOCK_REF_PROTECT enbled dec ref * which is inc by dp_peer_get_ref_by_id Loading Loading
dp/wifi3.0/dp_htt.c +6 −0 Original line number Diff line number Diff line Loading @@ -4709,6 +4709,12 @@ static void dp_htt_t2h_msg_handler(void *context, HTC_PACKET *pkt) peer->mac_addr.raw, peer->vdev->vdev_id, 0, tid, 0, win_sz + 1, 0xffff); dp_addba_resp_tx_completion_wifi3( (struct cdp_soc_t *)soc->dp_soc, peer->mac_addr.raw, peer->vdev->vdev_id, tid, status); /* * If PEER_LOCK_REF_PROTECT enbled dec ref * which is inc by dp_peer_get_ref_by_id Loading