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
这个提交包含在:
Deeksha Gupta
2023-08-24 10:40:13 +05:30
提交者 Rahul Choudhary
父节点 3597cbea2b
当前提交 21e3a6585a

查看文件

@@ -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;