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
这个提交包含在:

提交者
Gerrit - the friendly Code Review server

父节点
8592507dfb
当前提交
abd0077413
@@ -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)
|
||||
{
|
||||
|
在新工单中引用
屏蔽一个用户