qcacmn: Reset ba_status to inactive irrespective of tid update status

Reset ba_status to inactive irrespective of tid update status to make
sure the ba_status reset successfully.

And also use pe_err_rl instead of pe_err to avoid excessive logging.

Change-Id: Ifc6adc166b5093742b34dd7d74924f9d54146ea4
CRs-Fixed: 2577663
Este commit está contenido en:
Tiger Yu
2019-12-09 10:38:08 +08:00
cometido por nshrivas
padre 2220048ec2
commit 1e974a9312
Se han modificado 2 ficheros con 4 adiciones y 7 borrados

Ver fichero

@@ -9774,8 +9774,7 @@ dp_peer_get_ref_find_by_addr(struct cdp_pdev *dev, uint8_t *peer_mac_addr,
if (!peer)
return NULL;
DP_TRACE(INFO, "%s: peer %pK mac: %pM", __func__, peer,
peer->mac_addr.raw);
dp_info_rl("peer %pK mac: %pM", peer, peer->mac_addr.raw);
return peer;
}