f085b61b5986d0cda24dbdb5992da7670e3f5e4d

In some cases, the msdu_len as retrieved fromm msdu_start TLV is greater than RX_BUFFER_SIZE. In such cases, when qdf_nbuf_set_pktlen is called, it will expand the skb to accommodate the bigger packet. This makes the rx_tlv_hdr var invalid, since it continues to point to the older skb->data. Access of this rx_tlv_hdr will cause exception. Drop the packet if msdu_len > RX_BUFFER_SIZE. This is not expected while reaping WBM RX Release ring. Change-Id: I60890e4d3ee0afa451884d4df458eb50be280280 CRs-Fixed: 2426245
This is CNSS WLAN Host Driver for products starting from iHelium
Kuvaus
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%