qcacmn: Add WAR for fragmented TKIP MIC error
HW wrongly calculates MIC for the last fragment of TKIP encrypted packets due to which this packet ends up on WBM execption ring. Add code to handle the last fragment in WBM execption ring. Change-Id: I2dea5b3fbcb48036435e26f32f4641e7a0840bcd CRs-Fixed: 2214749
This commit is contained in:
@@ -144,4 +144,8 @@ void dp_rx_reorder_flush_frag(struct dp_peer *peer,
|
||||
unsigned int tid);
|
||||
void dp_rx_defrag_waitlist_remove(struct dp_peer *peer, unsigned tid);
|
||||
void dp_rx_defrag_cleanup(struct dp_peer *peer, unsigned tid);
|
||||
|
||||
QDF_STATUS dp_rx_defrag_add_last_frag(struct dp_soc *soc,
|
||||
struct dp_peer *peer, uint16_t tid,
|
||||
uint16_t rxseq, qdf_nbuf_t nbuf);
|
||||
#endif /* _DP_RX_DEFRAG_H */
|
||||
|
Reference in New Issue
Block a user