|
@@ -1,5 +1,5 @@
|
|
/*
|
|
/*
|
|
- * Copyright (c) 2017-2019 The Linux Foundation. All rights reserved.
|
|
|
|
|
|
+ * Copyright (c) 2017-2020 The Linux Foundation. All rights reserved.
|
|
*
|
|
*
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
@@ -787,7 +787,7 @@ static QDF_STATUS p2p_tx_update_connection_status(
|
|
|
|
|
|
if (tx_frame_info->public_action_type !=
|
|
if (tx_frame_info->public_action_type !=
|
|
P2P_PUBLIC_ACTION_NOT_SUPPORT)
|
|
P2P_PUBLIC_ACTION_NOT_SUPPORT)
|
|
- p2p_info("%s ---> OTA to " QDF_MAC_ADDR_STR,
|
|
|
|
|
|
+ p2p_debug("%s ---> OTA to " QDF_MAC_ADDR_STR,
|
|
p2p_get_frame_type_str(tx_frame_info),
|
|
p2p_get_frame_type_str(tx_frame_info),
|
|
QDF_MAC_ADDR_ARRAY(mac_to));
|
|
QDF_MAC_ADDR_ARRAY(mac_to));
|
|
|
|
|
|
@@ -795,13 +795,13 @@ static QDF_STATUS p2p_tx_update_connection_status(
|
|
P2P_PUBLIC_ACTION_PROV_DIS_REQ) &&
|
|
P2P_PUBLIC_ACTION_PROV_DIS_REQ) &&
|
|
(p2p_soc_obj->connection_status == P2P_NOT_ACTIVE)) {
|
|
(p2p_soc_obj->connection_status == P2P_NOT_ACTIVE)) {
|
|
p2p_soc_obj->connection_status = P2P_GO_NEG_PROCESS;
|
|
p2p_soc_obj->connection_status = P2P_GO_NEG_PROCESS;
|
|
- p2p_info("[P2P State]Inactive state to GO negotiation progress state");
|
|
|
|
|
|
+ p2p_debug("[P2P State]Inactive state to GO negotiation progress state");
|
|
} else if ((tx_frame_info->public_action_type ==
|
|
} else if ((tx_frame_info->public_action_type ==
|
|
P2P_PUBLIC_ACTION_NEG_CNF) &&
|
|
P2P_PUBLIC_ACTION_NEG_CNF) &&
|
|
(p2p_soc_obj->connection_status ==
|
|
(p2p_soc_obj->connection_status ==
|
|
P2P_GO_NEG_PROCESS)) {
|
|
P2P_GO_NEG_PROCESS)) {
|
|
p2p_soc_obj->connection_status = P2P_GO_NEG_COMPLETED;
|
|
p2p_soc_obj->connection_status = P2P_GO_NEG_COMPLETED;
|
|
- p2p_info("[P2P State]GO nego progress to GO nego completed state");
|
|
|
|
|
|
+ p2p_debug("[P2P State]GO nego progress to GO nego completed state");
|
|
}
|
|
}
|
|
|
|
|
|
return QDF_STATUS_SUCCESS;
|
|
return QDF_STATUS_SUCCESS;
|