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

Commit c0acf38e authored by John W. Linville's avatar John W. Linville
Browse files

mac80211_hwsim: fix-up build damage from removal of skb->dst

parent 293dc5df
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -413,8 +413,7 @@ static bool mac80211_hwsim_tx_frame(struct ieee80211_hw *hw,

	/* release the skb's source info */
	skb_orphan(skb);
	dst_release(skb->dst);
	skb->dst = NULL;
	skb_dst_drop(skb);
	skb->mark = 0;
	secpath_reset(skb);
	nf_reset(skb);