Skip to content

Commit 5a3ff97

Browse files
jmberg-intelgregkh
authored andcommitted
Revert "wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeue()"
[ Upstream commit 0937cb5 ] This reverts commit a104042. Since the original bug seems to have been around for years, but a new issue was report with the fix, revert the fix for now. We have a couple of weeks to figure it out for this release, if needed. Reported-by: Bert Karwatzki <spasswolf@web.de> Closes: https://lore.kernel.org/linux-wireless/20250410215527.3001-1-spasswolf@web.de Fixes: a104042 ("wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeue()") Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent fa0d996 commit 5a3ff97

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

net/mac80211/tx.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3892,7 +3892,6 @@ struct sk_buff *ieee80211_tx_dequeue(struct ieee80211_hw *hw,
38923892
* The key can be removed while the packet was queued, so need to call
38933893
* this here to get the current key.
38943894
*/
3895-
info->control.hw_key = NULL;
38963895
r = ieee80211_tx_h_select_key(&tx);
38973896
if (r != TX_CONTINUE) {
38983897
ieee80211_free_txskb(&local->hw, skb);

0 commit comments

Comments
 (0)