qcacmn: Update for check patch fixes

Fix for compilation errors after check patch fixes

Change-Id: Ib530d8d860440754f526ac93f5b12dbeab45b8aa
CRs-fixed: 2033001
このコミットが含まれているのは:
Manikandan Mohan
2017-04-19 11:37:47 -07:00
committed by snandini
コミット 50ec704606
6個のファイルの変更15行の追加13行の削除

ファイルの表示

@@ -737,7 +737,7 @@ static void pktlog_h2t_send_complete(void *context, HTC_PACKET *htc_pkt)
*
* Return: HTC action
*/
static HTC_SEND_FULL_ACTION pktlog_h2t_full(void *context, HTC_PACKET *pkt)
static enum htc_send_full_action pktlog_h2t_full(void *context, HTC_PACKET *pkt)
{
return HTC_SEND_FULL_KEEP;
}
@@ -750,8 +750,8 @@ static HTC_SEND_FULL_ACTION pktlog_h2t_full(void *context, HTC_PACKET *pkt)
*/
static int pktlog_htc_connect_service(struct ol_pktlog_dev_t *pdev)
{
HTC_SERVICE_CONNECT_REQ connect;
HTC_SERVICE_CONNECT_RESP response;
struct htc_service_connect_req connect;
struct htc_service_connect_resp response;
A_STATUS status;
qdf_mem_set(&connect, sizeof(connect), 0);