qcacmn: Remove IP from files
remove IP from code Change-Id: If119a4af213b10aadb9f1344e50b0342e72405c2 CRs-Fixed: 3073864
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2020-2021 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2021 Qualcomm Innovation Center, Inc. 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
|
||||
@@ -26,10 +27,10 @@
|
||||
#ifndef _TARGET_IF_CFR_6490_H
|
||||
#define _TARGET_IF_CFR_6490_H
|
||||
|
||||
#if defined(QCA_WIFI_QCA6490) || defined(QCA_WIFI_WCN7850)
|
||||
#if defined(QCA_WIFI_QCA6490) || defined(QCA_WIFI_KIWI)
|
||||
#define CFR_MAC_ID_24G 1
|
||||
#define CFR_MAC_ID_5G 0
|
||||
#endif /* QCA_WIFI_QCA6490 */
|
||||
#endif /* QCA_WIFI_QCA6490 || QCA_WIFI_KIWI */
|
||||
|
||||
/**
|
||||
* target_if_cfr_subscribe_ppdu_desc() - subscribe ppdu description
|
||||
|
@@ -495,7 +495,7 @@ target_if_cfr_deinit_pdev(struct wlan_objmgr_psoc *psoc,
|
||||
#endif
|
||||
|
||||
#ifdef WLAN_ENH_CFR_ENABLE
|
||||
#if defined(QCA_WIFI_QCA6490) || defined(QCA_WIFI_WCN7850)
|
||||
#if defined(QCA_WIFI_QCA6490) || defined(QCA_WIFI_KIWI)
|
||||
static uint8_t target_if_cfr_get_mac_id(struct wlan_objmgr_pdev *pdev)
|
||||
{
|
||||
struct wlan_objmgr_vdev *vdev;
|
||||
@@ -554,7 +554,7 @@ static uint8_t target_if_cfr_get_pdev_id(struct wlan_objmgr_pdev *pdev)
|
||||
{
|
||||
return wlan_objmgr_pdev_get_pdev_id(pdev);
|
||||
}
|
||||
#endif /* QCA_WIFI_QCA6490 */
|
||||
#endif /* QCA_WIFI_QCA6490 || QCA_WIFI_KIWI */
|
||||
|
||||
QDF_STATUS target_if_cfr_config_rcc(struct wlan_objmgr_pdev *pdev,
|
||||
struct cfr_rcc_param *rcc_info)
|
||||
|
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2019-2021 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2021 Qualcomm Innovation Center, Inc. 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
|
||||
@@ -42,7 +43,7 @@ static u_int32_t end_magic = 0xBEAFDEAD;
|
||||
*
|
||||
* Return: signal strength in dBm
|
||||
*/
|
||||
#if defined(QCA_WIFI_QCA6490) || defined(QCA_WIFI_WCN7850)
|
||||
#if defined(QCA_WIFI_QCA6490) || defined(QCA_WIFI_KIWI)
|
||||
static inline
|
||||
u_int32_t snr_to_signal_strength(uint8_t snr)
|
||||
{
|
||||
|
Reference in New Issue
Block a user