qcacmn: discard fragmented pkts if msdu count is greater than 1

discard fragmented pkts if msdu count is greater than 1
and also some code clean up

Change-Id: I1d0857b5e22f0e4763cfa355b8c92bde697d7540
CRs-Fixed: 2382353
这个提交包含在:
Tallapragada Kalyan
2019-02-13 17:12:43 +05:30
提交者 nshrivas
父节点 d24b1f30fd
当前提交 fe278d5425
修改 3 个文件,包含 92 行新增126 行删除

查看文件

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017-2018 The Linux Foundation. All rights reserved.
* Copyright (c) 2017-2019 The Linux Foundation. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -57,6 +57,7 @@ struct dp_rx_defrag_cipher {
uint32_t dp_rx_frag_handle(struct dp_soc *soc, void *ring_desc,
struct hal_rx_mpdu_desc_info *mpdu_desc_info,
struct dp_rx_desc *rx_desc,
uint8_t *mac_id,
uint32_t quota);