Skip to content

Commit 0937cb5

Browse files
committed
Revert "wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeue()"
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 <[email protected]> Closes: https://lore.kernel.org/linux-wireless/[email protected] Fixes: a104042 ("wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeue()") Signed-off-by: Johannes Berg <[email protected]>
1 parent 575fe08 commit 0937cb5

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
@@ -3894,7 +3894,6 @@ struct sk_buff *ieee80211_tx_dequeue(struct ieee80211_hw *hw,
38943894
* The key can be removed while the packet was queued, so need to call
38953895
* this here to get the current key.
38963896
*/
3897-
info->control.hw_key = NULL;
38983897
r = ieee80211_tx_h_select_key(&tx);
38993898
if (r != TX_CONTINUE) {
39003899
ieee80211_free_txskb(&local->hw, skb);

0 commit comments

Comments
 (0)