|
@@ -4701,7 +4701,7 @@ QDF_STATUS sme_set_keep_alive(mac_handle_t mac_handle, uint8_t session_id,
|
|
|
* QDF_STATUS_E_FAILURE
|
|
|
*/
|
|
|
QDF_STATUS sme_get_operation_channel(mac_handle_t mac_handle,
|
|
|
- uint32_t *pChannel,
|
|
|
+ uint32_t *chan_freq,
|
|
|
uint8_t sessionId)
|
|
|
{
|
|
|
struct mac_context *mac = MAC_CONTEXT(mac_handle);
|
|
@@ -4718,9 +4718,7 @@ QDF_STATUS sme_get_operation_channel(mac_handle_t mac_handle,
|
|
|
eCSR_BSS_TYPE_INFRA_AP)
|
|
|
|| (pSession->connectedProfile.BSSType ==
|
|
|
eCSR_BSS_TYPE_START_IBSS)) {
|
|
|
- *pChannel = wlan_reg_freq_to_chan(
|
|
|
- mac->pdev,
|
|
|
- pSession->connectedProfile.op_freq);
|
|
|
+ *chan_freq = pSession->connectedProfile.op_freq;
|
|
|
return QDF_STATUS_SUCCESS;
|
|
|
}
|
|
|
}
|