qcacld-3.0: components: Change %pM/QDF_MAC_ADDR_STR/ARRAY to QDF_MAC_ADDR_FMT/REF

Change %pM/QDF_MAC_ADDR_STR/ARRAY to QDF_MAC_ADDR_FMT/REF.

CRs-Fixed: 2752355
Change-Id: I2d776be789df3e83e0c13211844b66d595498829
Tento commit je obsažen v:
Srinivas Girigowda
2020-08-10 17:07:00 -07:00
odevzdal snandini
rodič 451c5f8601
revize f375188704
17 změnil soubory, kde provedl 148 přidání a 130 odebrání

Zobrazit soubor

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019 The Linux Foundation. All rights reserved.
* Copyright (c) 2019-2020 The Linux Foundation. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -68,8 +68,8 @@ static int target_if_interop_issues_ap_event_handler(ol_scn_t sc,
if (ret)
return -EINVAL;
target_if_debug("interop issues ap macaddr: " QDF_MAC_ADDR_STR,
QDF_MAC_ADDR_ARRAY(data.rap_addr.bytes));
target_if_debug("interop issues ap macaddr: " QDF_MAC_ADDR_FMT,
QDF_MAC_ADDR_REF(data.rap_addr.bytes));
return tgt_interop_issues_ap_info_callback(psoc, &data);
}