qcacld-3.0: Add MAC address print during get station statistics

Add MAC address print during get station statistics.

CRs-Fixed: 3596859
Change-Id: Ic7f9e4aff4173fdbb176406248ce2fb11ce461dc
Tento commit je obsažen v:
Deeksha Gupta
2023-08-24 10:40:13 +05:30
odevzdal Rahul Choudhary
rodič 3597cbea2b
revize 21e3a6585a

Zobrazit soubor

@@ -7828,6 +7828,7 @@ static int __wlan_hdd_cfg80211_get_station(struct wiphy *wiphy,
if (wlan_hdd_validate_vdev_id(link_info->vdev_id))
return -EINVAL;
hdd_debug("Stats request on MAC: "QDF_MAC_ADDR_FMT, QDF_MAC_ADDR_REF(mac));
if (!mac || qdf_is_macaddr_zero((struct qdf_mac_addr *)mac)) {
hdd_err("Invalid MAC addr");
return -EINVAL;