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

Commit 44c3d4ae authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: net: Support for Removing SFE module"

parents e8838d4c 41313625
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -403,8 +403,13 @@ static int nf_sip_enqueue_packet(struct nf_queue_entry *entry,
	return 0;
}

static void nf_hook_drop_sip(struct net *net)
{
}

static const struct nf_queue_handler nf_sip_qh = {
	.outfn	= &nf_sip_enqueue_packet,
	.nf_hook_drop	= &nf_hook_drop_sip,
};

static