Merge "qca-wifi: Unref peer before returning."

This commit is contained in:
Linux Build Service Account
2019-11-29 02:39:36 -08:00
zatwierdzone przez Gerrit - the friendly Code Review server

Wyświetl plik

@@ -488,6 +488,7 @@ uint8_t dp_tx_need_multipass_process(struct dp_soc *soc, struct dp_vdev *vdev,
return DP_VLAN_TAGGED_UNICAST;
}
dp_peer_unref_delete(peer);
return DP_VLAN_UNTAGGED;
}