android_kernel_xiaomi_sm8350/core/dp
Kai Liu 0c2b5e57a0 qcacld-3.0: Store tx desc id in sk_buff instead of skb head
qcacld-2.0 to qcacld-3.0 propagation

In MDM ap+ap case, sometimes kernel issues two skb but has same mem
address of skb head and driver tx desc id is stored in skb head, so the
first id will be overwrote by the second one. Will hit crash when handle
the tx_desc.
The solution is storing tx desc id in sk_buff to avoid the case that two
skb has same tx desc id.

Change-Id: I2186a06ad3ec929683292c4c052904a18427cc64
CRs-Fixed: 951208
2017-01-09 11:21:25 -08:00
..
htt qcacld-3.0: Fix -Wmissing-prototypes in HTT 2016-12-14 14:07:19 -08:00
ol/inc qcacld-3.0: Store tx desc id in sk_buff instead of skb head 2017-01-09 11:21:25 -08:00
txrx qcacld-3.0: Fix to accept scn handle parameter for ol_txrx_soc_attach 2017-01-09 06:15:53 -08:00