qcacmn: Address win specific compilation issues

Fixing compliation issues due to fw common files which
are not yet converged.

Change-Id: I60c2045c0807e2700b548f3dfb9f07fe04eede46
Acked-by: Varsha Mishra <varsham@codeaurora.org>
CRs-Fixed: 1009050
这个提交包含在:
Houston Hoffman
2016-05-06 17:02:48 -07:00
提交者 Gerrit - the friendly Code Review server
父节点 8592507dfb
当前提交 abd0077413
修改 5 个文件,包含 26 行新增0 行删除

查看文件

@@ -258,6 +258,10 @@ _failed:
}
#endif
#ifdef CONFIG_WIN
#define HTC_MSG_NACK_SUSPEND 7
#endif
QDF_STATUS htc_rx_completion_handler(void *Context, qdf_nbuf_t netbuf,
uint8_t pipeID)
{