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
This commit is contained in:

committed by
Rahul Choudhary

parent
3597cbea2b
commit
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))
|
if (wlan_hdd_validate_vdev_id(link_info->vdev_id))
|
||||||
return -EINVAL;
|
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)) {
|
if (!mac || qdf_is_macaddr_zero((struct qdf_mac_addr *)mac)) {
|
||||||
hdd_err("Invalid MAC addr");
|
hdd_err("Invalid MAC addr");
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
|
Reference in New Issue
Block a user