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

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

Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 293dc5df
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment