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:
@@ -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;
|
||||
}
|
||||
|
Referencia en una nueva incidencia
Block a user