qcacld-3.0: initialize SendFlags in HTT before downloading to FW

qcacld-2.0 to qcacld-3.0 propagation

In Low-latency interface, to avoid 1d2 happening during roaming
test, host need to send HTC header to fw, by setting SendFlags
to zero to avoid deadlock situation.1d2 happened during roaming
test.

Change-Id: Ib3d16deadf038708fb75bcba692bd6adf3959c4e
CRs-Fixed: 807505
This commit is contained in:
DARAM SUDHA
2015-03-13 19:15:00 +05:30
zatwierdzone przez Satish Singh
rodzic e7f859906a
commit e428c4c07e

Wyświetl plik

@@ -149,6 +149,7 @@ typedef struct _HTC_PACKET {
(p)->Endpoint = (ep); \
(p)->PktInfo.AsTx.Tag = (tag); \
(p)->PktInfo.AsTx.Flags = 0; \
(p)->PktInfo.AsTx.SendFlags = 0; \
}
#define SET_HTC_PACKET_NET_BUF_CONTEXT(p,nb) \