diff options
| author | Prakash Dhavali <pdhavali@codeaurora.org> | 2014-01-18 01:35:29 -0800 |
|---|---|---|
| committer | Prakash Dhavali <pdhavali@codeaurora.org> | 2014-01-18 02:43:15 -0800 |
| commit | b7bfbc9eeb452101cb3520b9a1981d1a6a7eb57a (patch) | |
| tree | 8e71deb5bed02c65fa1aafc465fcc3f036c812ee | |
| parent | e6be378081f4f56e69f7b76d2857c1d48b053cb0 (diff) | |
Remove left-over trailing internal flags in endif
| -rw-r--r-- | CORE/TL/src/wlan_qct_tl.c | 4 | ||||
| -rw-r--r-- | CORE/TL/src/wlan_qct_tl_hosupport.c | 2 | ||||
| -rw-r--r-- | 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 */ |
