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

Commit 71f0c75c authored by LuK1337's avatar LuK1337
Browse files

qcacld-3.0: Fix strict-prototypes error

Change-Id: Ie8241a59e10f69bb0df3847ebcf6d6abbf823d88
parent 12d9dd7f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@ static void pkt_capture_wdi_event_unsubscribe(struct wlan_objmgr_psoc *psoc)
}

enum pkt_capture_mode
pkt_capture_get_pktcap_mode_v2()
pkt_capture_get_pktcap_mode_v2(void)
{
	enum pkt_capture_mode mode = PACKET_CAPTURE_MODE_DISABLE;
	struct pkt_capture_vdev_priv *vdev_priv;
@@ -649,7 +649,7 @@ static void pkt_capture_wdi_event_unsubscribe(struct wlan_objmgr_psoc *psoc)
}
#endif

struct wlan_objmgr_vdev *pkt_capture_get_vdev()
struct wlan_objmgr_vdev *pkt_capture_get_vdev(void)
{
	return gp_pkt_capture_vdev;
}