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

Commit 812714d7 authored by Patrick McHardy's avatar Patrick McHardy Committed by John W. Linville
Browse files

mac80211: mesh hwmp: fix kfree(skb)

parent 69687a0b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ static int mesh_path_sel_frame_tx(enum mpath_frame_type action, u8 flags,
		*pos++ = WLAN_EID_PREP;
		break;
	default:
		kfree(skb);
		kfree_skb(skb);
		return -ENOTSUPP;
		break;
	}