|
@@ -3803,7 +3803,7 @@ static int hdd_set_bssid_prefs(struct hdd_context *hdd_ctx,
|
|
|
nla_memcpy(roam_params->bssid_favored[i].bytes,
|
|
|
tb2[PARAM_ROAM_BSSID],
|
|
|
QDF_MAC_ADDR_SIZE);
|
|
|
- hdd_debug(MAC_ADDRESS_STR,
|
|
|
+ hdd_debug(QDF_MAC_ADDR_STR,
|
|
|
QDF_MAC_ADDR_ARRAY(roam_params->bssid_favored[i].bytes));
|
|
|
/* Parse and fetch preference factor*/
|
|
|
if (!tb2[PARAM_RSSI_MODIFIER]) {
|
|
@@ -3889,7 +3889,7 @@ static int hdd_set_blacklist_bssid(struct hdd_context *hdd_ctx,
|
|
|
}
|
|
|
nla_memcpy(roam_params->bssid_avoid_list[i].bytes,
|
|
|
tb2[PARAM_SET_BSSID], QDF_MAC_ADDR_SIZE);
|
|
|
- hdd_debug(MAC_ADDRESS_STR,
|
|
|
+ hdd_debug(QDF_MAC_ADDR_STR,
|
|
|
QDF_MAC_ADDR_ARRAY(roam_params->bssid_avoid_list[i].bytes));
|
|
|
i++;
|
|
|
}
|
|
@@ -7816,7 +7816,7 @@ wlan_hdd_add_tx_ptrn(struct hdd_adapter *adapter, struct hdd_context *hdd_ctx,
|
|
|
}
|
|
|
nla_memcpy(add_req->mac_address.bytes, tb[PARAM_SRC_MAC_ADDR],
|
|
|
QDF_MAC_ADDR_SIZE);
|
|
|
- hdd_debug("input src mac address: "MAC_ADDRESS_STR,
|
|
|
+ hdd_debug("input src mac address: "QDF_MAC_ADDR_STR,
|
|
|
QDF_MAC_ADDR_ARRAY(add_req->mac_address.bytes));
|
|
|
|
|
|
if (!qdf_is_macaddr_equal(&add_req->mac_address,
|
|
@@ -7830,7 +7830,7 @@ wlan_hdd_add_tx_ptrn(struct hdd_adapter *adapter, struct hdd_context *hdd_ctx,
|
|
|
goto fail;
|
|
|
}
|
|
|
nla_memcpy(dst_addr.bytes, tb[PARAM_DST_MAC_ADDR], QDF_MAC_ADDR_SIZE);
|
|
|
- hdd_debug("input dst mac address: "MAC_ADDRESS_STR,
|
|
|
+ hdd_debug("input dst mac address: "QDF_MAC_ADDR_STR,
|
|
|
QDF_MAC_ADDR_ARRAY(dst_addr.bytes));
|
|
|
|
|
|
if (!tb[PARAM_IP_PACKET]) {
|
|
@@ -7941,7 +7941,7 @@ wlan_hdd_del_tx_ptrn(struct hdd_adapter *adapter, struct hdd_context *hdd_ctx,
|
|
|
return -ENOMEM;
|
|
|
|
|
|
qdf_copy_macaddr(&del_req->mac_address, &adapter->mac_addr);
|
|
|
- hdd_debug(MAC_ADDRESS_STR,
|
|
|
+ hdd_debug(QDF_MAC_ADDR_STR,
|
|
|
QDF_MAC_ADDR_ARRAY(del_req->mac_address.bytes));
|
|
|
del_req->ucPtrnId = pattern_id;
|
|
|
hdd_debug("Request Id: %u Pattern id: %d",
|
|
@@ -8631,7 +8631,7 @@ static int __wlan_hdd_cfg80211_get_link_properties(struct wiphy *wiphy,
|
|
|
|
|
|
qdf_mem_copy(peer_mac, nla_data(tb[QCA_WLAN_VENDOR_ATTR_MAC_ADDR]),
|
|
|
QDF_MAC_ADDR_SIZE);
|
|
|
- hdd_debug("peerMac="MAC_ADDRESS_STR" for device_mode:%d",
|
|
|
+ hdd_debug("peerMac="QDF_MAC_ADDR_STR" for device_mode:%d",
|
|
|
QDF_MAC_ADDR_ARRAY(peer_mac), adapter->device_mode);
|
|
|
|
|
|
if (adapter->device_mode == QDF_STA_MODE ||
|
|
@@ -8641,7 +8641,7 @@ static int __wlan_hdd_cfg80211_get_link_properties(struct wiphy *wiphy,
|
|
|
eConnectionState_Associated) ||
|
|
|
qdf_mem_cmp(hdd_sta_ctx->conn_info.bssid.bytes,
|
|
|
peer_mac, QDF_MAC_ADDR_SIZE)) {
|
|
|
- hdd_err("Not Associated to mac "MAC_ADDRESS_STR,
|
|
|
+ hdd_err("Not Associated to mac "QDF_MAC_ADDR_STR,
|
|
|
QDF_MAC_ADDR_ARRAY(peer_mac));
|
|
|
return -EINVAL;
|
|
|
}
|
|
@@ -8664,7 +8664,7 @@ static int __wlan_hdd_cfg80211_get_link_properties(struct wiphy *wiphy,
|
|
|
}
|
|
|
|
|
|
if (WLAN_MAX_STA_COUNT == sta_id) {
|
|
|
- hdd_err("No active peer with mac="MAC_ADDRESS_STR,
|
|
|
+ hdd_err("No active peer with mac="QDF_MAC_ADDR_STR,
|
|
|
QDF_MAC_ADDR_ARRAY(peer_mac));
|
|
|
return -EINVAL;
|
|
|
}
|
|
@@ -8674,7 +8674,7 @@ static int __wlan_hdd_cfg80211_get_link_properties(struct wiphy *wiphy,
|
|
|
(WLAN_HDD_GET_AP_CTX_PTR(adapter))->operating_channel);
|
|
|
rate_flags = adapter->sta_info[sta_id].rate_flags;
|
|
|
} else {
|
|
|
- hdd_err("Not Associated! with mac "MAC_ADDRESS_STR,
|
|
|
+ hdd_err("Not Associated! with mac "QDF_MAC_ADDR_STR,
|
|
|
QDF_MAC_ADDR_ARRAY(peer_mac));
|
|
|
return -EINVAL;
|
|
|
}
|
|
@@ -14223,7 +14223,7 @@ static int __wlan_hdd_cfg80211_change_iface(struct wiphy *wiphy,
|
|
|
memcpy(adapter->mac_addr.bytes, ndev->dev_addr,
|
|
|
QDF_MAC_ADDR_SIZE);
|
|
|
pr_info("wlan: Generated HotSpot BSSID "
|
|
|
- MAC_ADDRESS_STR "\n",
|
|
|
+ QDF_MAC_ADDR_STR "\n",
|
|
|
QDF_MAC_ADDR_ARRAY(ndev->dev_addr));
|
|
|
}
|
|
|
|
|
@@ -15019,7 +15019,7 @@ static int __wlan_hdd_cfg80211_add_key(struct wiphy *wiphy,
|
|
|
qdf_mem_copy(&roam_profile->Keys.KeyMaterial[key_index][0],
|
|
|
params->key, params->key_len);
|
|
|
|
|
|
- hdd_debug("Set key for peerMac "MAC_ADDRESS_STR" direction %d",
|
|
|
+ hdd_debug("Set key for peerMac "QDF_MAC_ADDR_STR" direction %d",
|
|
|
QDF_MAC_ADDR_ARRAY(set_key.peerMac.bytes),
|
|
|
set_key.keyDirection);
|
|
|
|
|
@@ -15073,7 +15073,7 @@ static int __wlan_hdd_cfg80211_add_key(struct wiphy *wiphy,
|
|
|
set_key.keyDirection = eSIR_RX_ONLY;
|
|
|
qdf_set_macaddr_broadcast(&set_key.peerMac);
|
|
|
|
|
|
- hdd_debug("Set key peerMac "MAC_ADDRESS_STR" direction %d",
|
|
|
+ hdd_debug("Set key peerMac "QDF_MAC_ADDR_STR" direction %d",
|
|
|
QDF_MAC_ADDR_ARRAY(set_key.peerMac.bytes),
|
|
|
set_key.keyDirection);
|
|
|
|
|
@@ -15574,7 +15574,7 @@ void wlan_hdd_cfg80211_unlink_bss(struct hdd_adapter *adapter,
|
|
|
hdd_err("BSS not present");
|
|
|
} else {
|
|
|
hdd_debug("cfg80211_unlink_bss called for BSSID "
|
|
|
- MAC_ADDRESS_STR, QDF_MAC_ADDR_ARRAY(bssid));
|
|
|
+ QDF_MAC_ADDR_STR, QDF_MAC_ADDR_ARRAY(bssid));
|
|
|
cfg80211_unlink_bss(wiphy, bss);
|
|
|
/* cfg80211_get_bss get bss with ref count so release it */
|
|
|
cfg80211_put_bss(wiphy, bss);
|
|
@@ -15740,7 +15740,7 @@ wlan_hdd_inform_bss_frame(struct hdd_adapter *adapter,
|
|
|
for (i = 0; i < WLAN_MGMT_TXRX_HOST_MAX_ANTENNA; i++)
|
|
|
bss_data.per_chain_rssi[i] = WLAN_INVALID_PER_CHAIN_RSSI;
|
|
|
|
|
|
- hdd_debug("BSSID: " MAC_ADDRESS_STR " Channel:%d RSSI:%d TSF %u seq %d",
|
|
|
+ hdd_debug("BSSID: " QDF_MAC_ADDR_STR " Channel:%d RSSI:%d TSF %u seq %d",
|
|
|
QDF_MAC_ADDR_ARRAY(bss_data.mgmt->bssid),
|
|
|
bss_data.chan->center_freq, (int)(bss_data.rssi / 100),
|
|
|
bss_desc->timeStamp[0], ((bss_desc->seq_ctrl.seqNumHi <<
|
|
@@ -15814,7 +15814,7 @@ int wlan_hdd_cfg80211_pmksa_candidate_notify(struct hdd_adapter *adapter,
|
|
|
return -EINVAL;
|
|
|
}
|
|
|
|
|
|
- hdd_info(MAC_ADDRESS_STR, QDF_MAC_ADDR_ARRAY(roam_info->bssid.bytes));
|
|
|
+ hdd_info(QDF_MAC_ADDR_STR, QDF_MAC_ADDR_ARRAY(roam_info->bssid.bytes));
|
|
|
cfg80211_pmksa_candidate_notify(dev, index,
|
|
|
roam_info->bssid.bytes,
|
|
|
preauth, GFP_KERNEL);
|
|
@@ -15853,7 +15853,7 @@ wlan_hdd_cfg80211_roam_metrics_preauth(struct hdd_adapter *adapter,
|
|
|
wrqu.data.pointer = metrics_notification;
|
|
|
wrqu.data.length = scnprintf(metrics_notification,
|
|
|
sizeof(metrics_notification),
|
|
|
- "QCOM: LFR_PREAUTH_INIT " MAC_ADDRESS_STR,
|
|
|
+ "QCOM: LFR_PREAUTH_INIT " QDF_MAC_ADDR_STR,
|
|
|
QDF_MAC_ADDR_ARRAY(roam_info->bssid.bytes));
|
|
|
|
|
|
wireless_send_event(adapter->dev, IWEVCUSTOM, &wrqu,
|
|
@@ -15894,7 +15894,7 @@ wlan_hdd_cfg80211_roam_metrics_preauth_status(struct hdd_adapter *adapter,
|
|
|
memset(metrics_notification, 0, sizeof(metrics_notification));
|
|
|
|
|
|
scnprintf(metrics_notification, sizeof(metrics_notification),
|
|
|
- "QCOM: LFR_PREAUTH_STATUS " MAC_ADDRESS_STR,
|
|
|
+ "QCOM: LFR_PREAUTH_STATUS " QDF_MAC_ADDR_STR,
|
|
|
QDF_MAC_ADDR_ARRAY(roam_info->bssid.bytes));
|
|
|
|
|
|
if (1 == preauth_status)
|
|
@@ -15946,7 +15946,7 @@ wlan_hdd_cfg80211_roam_metrics_handover(struct hdd_adapter *adapter,
|
|
|
wrqu.data.length = scnprintf(metrics_notification,
|
|
|
sizeof(metrics_notification),
|
|
|
"QCOM: LFR_PREAUTH_HANDOVER "
|
|
|
- MAC_ADDRESS_STR,
|
|
|
+ QDF_MAC_ADDR_STR,
|
|
|
QDF_MAC_ADDR_ARRAY(roam_info->bssid.bytes));
|
|
|
|
|
|
wireless_send_event(adapter->dev, IWEVCUSTOM, &wrqu,
|
|
@@ -18128,7 +18128,7 @@ static int wlan_hdd_reassoc_bssid_hint(struct hdd_adapter *adapter,
|
|
|
channel = req->channel_hint->hw_value;
|
|
|
|
|
|
if (bssid && channel && req->prev_bssid) {
|
|
|
- hdd_debug("REASSOC Attempt on channel %d to " MAC_ADDRESS_STR,
|
|
|
+ hdd_debug("REASSOC Attempt on channel %d to " QDF_MAC_ADDR_STR,
|
|
|
channel, QDF_MAC_ADDR_ARRAY(bssid));
|
|
|
/*
|
|
|
* Save BSSID in a separate variable as
|
|
@@ -18294,7 +18294,7 @@ static int __wlan_hdd_cfg80211_connect(struct wiphy *wiphy,
|
|
|
bssid = bssid_hint;
|
|
|
|
|
|
if (bssid && hdd_get_adapter_by_macaddr(hdd_ctx, (uint8_t *)bssid)) {
|
|
|
- hdd_err("adapter exist with same mac address " MAC_ADDRESS_STR,
|
|
|
+ hdd_err("adapter exist with same mac address " QDF_MAC_ADDR_STR,
|
|
|
QDF_MAC_ADDR_ARRAY(bssid));
|
|
|
return -EINVAL;
|
|
|
}
|
|
@@ -19455,7 +19455,7 @@ int __wlan_hdd_cfg80211_del_station(struct wiphy *wiphy,
|
|
|
QDF_MAC_ADDR_SIZE);
|
|
|
|
|
|
hdd_debug("Delete STA with MAC::"
|
|
|
- MAC_ADDRESS_STR,
|
|
|
+ QDF_MAC_ADDR_STR,
|
|
|
QDF_MAC_ADDR_ARRAY(mac));
|
|
|
|
|
|
if (hdd_ctx->dev_dfs_cac_status ==
|
|
@@ -19487,7 +19487,7 @@ int __wlan_hdd_cfg80211_del_station(struct wiphy *wiphy,
|
|
|
&sta_id);
|
|
|
if (!QDF_IS_STATUS_SUCCESS(qdf_status)) {
|
|
|
hdd_debug("Skip DEL STA as this is not used::"
|
|
|
- MAC_ADDRESS_STR,
|
|
|
+ QDF_MAC_ADDR_STR,
|
|
|
QDF_MAC_ADDR_ARRAY(mac));
|
|
|
return -ENOENT;
|
|
|
}
|
|
@@ -19495,14 +19495,14 @@ int __wlan_hdd_cfg80211_del_station(struct wiphy *wiphy,
|
|
|
if (adapter->sta_info[sta_id].is_deauth_in_progress ==
|
|
|
true) {
|
|
|
hdd_debug("Skip DEL STA as deauth is in progress::"
|
|
|
- MAC_ADDRESS_STR,
|
|
|
+ QDF_MAC_ADDR_STR,
|
|
|
QDF_MAC_ADDR_ARRAY(mac));
|
|
|
return -ENOENT;
|
|
|
}
|
|
|
|
|
|
adapter->sta_info[sta_id].is_deauth_in_progress = true;
|
|
|
|
|
|
- hdd_debug("ucast, Delete STA with MAC:" MAC_ADDRESS_STR,
|
|
|
+ hdd_debug("ucast, Delete STA with MAC:" QDF_MAC_ADDR_STR,
|
|
|
QDF_MAC_ADDR_ARRAY(mac));
|
|
|
|
|
|
/* Case: SAP in ACS selected DFS ch and client connected
|
|
@@ -19526,7 +19526,7 @@ int __wlan_hdd_cfg80211_del_station(struct wiphy *wiphy,
|
|
|
adapter->sta_info[sta_id].is_deauth_in_progress =
|
|
|
false;
|
|
|
hdd_debug("STA removal failed for ::"
|
|
|
- MAC_ADDRESS_STR,
|
|
|
+ QDF_MAC_ADDR_STR,
|
|
|
QDF_MAC_ADDR_ARRAY(mac));
|
|
|
return -ENOENT;
|
|
|
}
|
|
@@ -19675,7 +19675,7 @@ static int __wlan_hdd_cfg80211_add_station(struct wiphy *wiphy,
|
|
|
|
|
|
set = params->sta_flags_set;
|
|
|
|
|
|
- hdd_debug("mask 0x%x set 0x%x " MAC_ADDRESS_STR, mask, set,
|
|
|
+ hdd_debug("mask 0x%x set 0x%x " QDF_MAC_ADDR_STR, mask, set,
|
|
|
QDF_MAC_ADDR_ARRAY(mac));
|
|
|
|
|
|
if (mask & BIT(NL80211_STA_FLAG_TDLS_PEER)) {
|
|
@@ -19856,7 +19856,7 @@ static void hdd_fill_pmksa_info(struct hdd_adapter *adapter,
|
|
|
struct cfg80211_pmksa *pmksa, bool is_delete)
|
|
|
{
|
|
|
if (pmksa->bssid) {
|
|
|
- hdd_debug("%s PMKSA for " MAC_ADDRESS_STR,
|
|
|
+ hdd_debug("%s PMKSA for " QDF_MAC_ADDR_STR,
|
|
|
is_delete ? "Delete" : "Set",
|
|
|
QDF_MAC_ADDR_ARRAY(pmksa->bssid));
|
|
|
qdf_mem_copy(pmk_cache->BSSID.bytes,
|
|
@@ -19914,7 +19914,7 @@ static void hdd_fill_pmksa_info(struct hdd_adapter *adapter,
|
|
|
{
|
|
|
mac_handle_t mac_handle;
|
|
|
|
|
|
- hdd_debug("%s PMKSA for " MAC_ADDRESS_STR, is_delete ? "Delete" : "Set",
|
|
|
+ hdd_debug("%s PMKSA for " QDF_MAC_ADDR_STR, is_delete ? "Delete" : "Set",
|
|
|
QDF_MAC_ADDR_ARRAY(pmksa->bssid));
|
|
|
qdf_mem_copy(pmk_cache->BSSID.bytes,
|
|
|
pmksa->bssid, QDF_MAC_ADDR_SIZE);
|
|
@@ -20083,7 +20083,7 @@ static int __wlan_hdd_cfg80211_del_pmksa(struct wiphy *wiphy,
|
|
|
/* Delete the PMKID CSR cache */
|
|
|
if (QDF_STATUS_SUCCESS !=
|
|
|
wlan_hdd_del_pmksa_cache(adapter, &pmk_cache)) {
|
|
|
- hdd_err("Failed to delete PMKSA for " MAC_ADDRESS_STR,
|
|
|
+ hdd_err("Failed to delete PMKSA for " QDF_MAC_ADDR_STR,
|
|
|
QDF_MAC_ADDR_ARRAY(pmksa->bssid));
|
|
|
status = -EINVAL;
|
|
|
}
|
|
@@ -20614,7 +20614,7 @@ static int __wlan_hdd_cfg80211_set_mac_acl(struct wiphy *wiphy,
|
|
|
config->num_accept_mac = params->n_acl_entries;
|
|
|
for (i = 0; i < params->n_acl_entries; i++) {
|
|
|
hdd_debug("** Add ACL MAC entry %i in WhiletList :"
|
|
|
- MAC_ADDRESS_STR, i,
|
|
|
+ QDF_MAC_ADDR_STR, i,
|
|
|
QDF_MAC_ADDR_ARRAY(
|
|
|
params->mac_addrs[i].addr));
|
|
|
|
|
@@ -20626,7 +20626,7 @@ static int __wlan_hdd_cfg80211_set_mac_acl(struct wiphy *wiphy,
|
|
|
config->num_deny_mac = params->n_acl_entries;
|
|
|
for (i = 0; i < params->n_acl_entries; i++) {
|
|
|
hdd_debug("** Add ACL MAC entry %i in BlackList :"
|
|
|
- MAC_ADDRESS_STR, i,
|
|
|
+ QDF_MAC_ADDR_STR, i,
|
|
|
QDF_MAC_ADDR_ARRAY(
|
|
|
params->mac_addrs[i].addr));
|
|
|
|