qcacmn: Replace QDF_FULL_MAC_FMT with QDF_MAC_ADDR_FMT
Currently in driver, two macros are defined to specify the mac address printing format. Since both macros achieve the same result, replace all instances of QDF_FULL_MAC_FMT with QDF_MAC_ADDR_FMT. Change-Id: I195448267ef8e77a7fd5b232ffbf2cfb0ded1be4 CRs-Fixed: 3559488
Цей коміт міститься в:

зафіксовано
Rahul Choudhary

джерело
754c291a51
коміт
54ab05a36f
@@ -108,8 +108,8 @@ static void wlan_fill_scan_rand_attrs(struct wlan_objmgr_vdev *vdev,
|
||||
*randomize = true;
|
||||
memcpy(addr, mac_addr, QDF_MAC_ADDR_SIZE);
|
||||
memcpy(mask, mac_addr_mask, QDF_MAC_ADDR_SIZE);
|
||||
osif_debug("Random mac addr: "QDF_MAC_ADDR_FMT" and Random mac mask: "QDF_FULL_MAC_FMT,
|
||||
QDF_MAC_ADDR_REF(addr), QDF_FULL_MAC_REF(mask));
|
||||
osif_debug("Random mac addr: "QDF_MAC_ADDR_FMT" and Random mac mask: "QDF_MAC_ADDR_FMT,
|
||||
QDF_MAC_ADDR_REF(addr), QDF_MAC_ADDR_REF(mask));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Посилання в новій задачі
Заблокувати користувача