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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user