qcacmn: Fix CLANG warnings in Data path

implicit conversion from enumeration type 'A_STATUS' to different enumeration type 'QDF_STATUS'
implicit conversion from enumeration type 'QDF_STATUS' to different enumeration type 'A_STATUS'

CRs-Fixed: 2063344
Change-Id: Id3613d0b7fca58c3d94c5af59838b0bff3ef26de
This commit is contained in:
Rakesh Pillai
2017-06-22 12:52:31 +05:30
committed by snandini
parent 59fcb31d81
commit 13146458f9
14 changed files with 94 additions and 96 deletions

View File

@@ -144,7 +144,7 @@ typedef struct _HTC_PACKET {
uint32_t BufferLength;
uint32_t ActualLength;
HTC_ENDPOINT_ID Endpoint;
A_STATUS Status;
QDF_STATUS Status;
union {
struct htc_tx_packet_info AsTx;
struct htc_rx_packet_info AsRx;