Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cfe01709 authored by Zhu Yi's avatar Zhu Yi Committed by David S. Miller
Browse files

[PATCH] iwlwifi: workaournd REPLY_COMPRESSED_BA command in iwl_rx_handle

parent 583fab37
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4613,6 +4613,7 @@ static void iwl_rx_handle(struct iwl_priv *priv)
		reclaim = !(pkt->hdr.sequence & SEQ_RX_FRAME) &&
			(pkt->hdr.cmd != REPLY_RX_PHY_CMD) &&
			(pkt->hdr.cmd != REPLY_4965_RX) &&
			(pkt->hdr.cmd != REPLY_COMPRESSED_BA) &&
			(pkt->hdr.cmd != STATISTICS_NOTIFICATION) &&
			(pkt->hdr.cmd != REPLY_TX);