qcacmn: Remove IP from files

remove IP from code

Change-Id: If119a4af213b10aadb9f1344e50b0342e72405c2
CRs-Fixed: 3073864
This commit is contained in:
sandhu
2021-11-11 12:48:03 -08:00
committed by Madan Koyyalamudi
szülő 2832d48c89
commit ad2829718c
36 fájl változott, egészen pontosan 240 új sor hozzáadva és 210 régi sor törölve

Fájl megtekintése

@@ -56,8 +56,8 @@ void hal_qca6750_attach(struct hal_soc *hal);
#ifdef QCA_WIFI_QCA5018
void hal_qca5018_attach(struct hal_soc *hal);
#endif
#ifdef QCA_WIFI_WCN7850
void hal_wcn7850_attach(struct hal_soc *hal);
#ifdef QCA_WIFI_KIWI
void hal_kiwi_attach(struct hal_soc *hal);
#endif
#ifdef ENABLE_VERBOSE_DEBUG
@@ -423,10 +423,10 @@ static void hal_target_based_configure(struct hal_soc *hal)
hal_qca6750_attach(hal);
break;
#endif
#ifdef QCA_WIFI_WCN7850
case TARGET_TYPE_WCN7850:
#ifdef QCA_WIFI_KIWI
case TARGET_TYPE_KIWI:
hal->use_register_windowing = true;
hal_wcn7850_attach(hal);
hal_kiwi_attach(hal);
break;
#endif
#if defined(QCA_WIFI_QCA8074) && defined(WIFI_TARGET_TYPE_3_0)