qcacld-3.0: Add QDF osdep changes

Replace CDF osdep with QDF osdep

Change-Id: Id2ba89c75df1fb8c4973a87219785353c3c2ff3c
CRs-Fixed: 981188
Этот коммит содержится в:
Anurag Chouhan
2016-02-22 15:07:01 +05:30
коммит произвёл Gerrit - the friendly Code Review server
родитель c554842327
Коммит 2ed1fced92
11 изменённых файлов: 154 добавлений и 453 удалений

Просмотреть файл

@@ -90,13 +90,13 @@ typedef enum htt_isoc_t2h_msg_type {
#define HTT_ISOC_T2H_MSG_TYPE_GET(msg_addr) \
(*((A_UINT8 *) msg_addr))
#ifndef INLINE
#ifndef inline
/* target FW */
#define INLINE __inline
#define inline __inline
#define HTT_ISOC_INLINE_DEF
#endif /* INLINE */
#endif /* inline */
static INLINE void
static inline void
htt_isoc_t2h_field_set(A_UINT32 *msg_addr32,
unsigned offset32,
unsigned mask, unsigned shift, unsigned value)
@@ -113,7 +113,7 @@ htt_isoc_t2h_field_set(A_UINT32 *msg_addr32,
#ifdef HTT_ISOC_INLINE_DEF
#undef HTT_ISOC_INLINE_DEF
#undef INLINE
#undef inline
#endif
#define HTT_ISOC_T2H_FIELD_GET(msg_addr32, offset32, mask, shift) \