From b7bfbc9eeb452101cb3520b9a1981d1a6a7eb57a Mon Sep 17 00:00:00 2001 From: Prakash Dhavali Date: Sat, 18 Jan 2014 01:35:29 -0800 Subject: Remove left-over trailing internal flags in endif --- CORE/TL/src/wlan_qct_tl.c | 4 ++-- CORE/TL/src/wlan_qct_tl_hosupport.c | 2 +- CORE/TL/src/wlan_qct_tl_hosupport.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CORE/TL/src/wlan_qct_tl.c b/CORE/TL/src/wlan_qct_tl.c index e68f1926e0c4..5e90b7593a6b 100644 --- a/CORE/TL/src/wlan_qct_tl.c +++ b/CORE/TL/src/wlan_qct_tl.c @@ -5846,7 +5846,7 @@ WLANTL_RxFrames broadcast = VOS_FALSE; #else vosStatus = WLANTL_ReadRSSI(pvosGCtx, pvBDHeader, ucSTAId); -#endif /*FEATURE_WLAN_GEN6_ROAMING*/ +#endif if (!VOS_IS_STATUS_SUCCESS(vosStatus)) { TLLOGW(VOS_TRACE( VOS_MODULE_ID_TL, VOS_TRACE_LEVEL_WARN, @@ -6148,7 +6148,7 @@ WLANTL_RxCachedFrames broadcast = VOS_FALSE; #else vosStatus = WLANTL_ReadRSSI(vos_get_global_context(VOS_MODULE_ID_TL,pTLCb), pvBDHeader, ucSTAId); -#endif /*FEATURE_WLAN_GEN6_ROAMING*/ +#endif if(!VOS_IS_STATUS_SUCCESS(vosStatus)) { TLLOGE(VOS_TRACE(VOS_MODULE_ID_TL, VOS_TRACE_LEVEL_ERROR, diff --git a/CORE/TL/src/wlan_qct_tl_hosupport.c b/CORE/TL/src/wlan_qct_tl_hosupport.c index 911acde7f863..6d7007bb48f6 100644 --- a/CORE/TL/src/wlan_qct_tl_hosupport.c +++ b/CORE/TL/src/wlan_qct_tl_hosupport.c @@ -2031,4 +2031,4 @@ VOS_STATUS WLANTL_HSSerializeTlIndication return status; } -#endif //FEATURE_WLAN_GEN6_ROAMING || WLAN_FEATURE_NEIGHBOR_ROAMING +#endif //WLAN_FEATURE_NEIGHBOR_ROAMING diff --git a/CORE/TL/src/wlan_qct_tl_hosupport.h b/CORE/TL/src/wlan_qct_tl_hosupport.h index e75aefd697ed..72ac18473985 100644 --- a/CORE/TL/src/wlan_qct_tl_hosupport.h +++ b/CORE/TL/src/wlan_qct_tl_hosupport.h @@ -301,6 +301,6 @@ VOS_STATUS WLANTL_StatHandleTXFrame WLANTL_MetaInfoType *txMetaInfo ); -#endif //FEATURE_WLAN_GEN6_ROAMING +#endif #endif /* WLAN_QCT_TL_HOSUPPORT_H */ -- cgit v1.2.3