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

Commit df0d8bb8 authored by Brett Rudley's avatar Brett Rudley Committed by Greg Kroah-Hartman
Browse files

staging: brcm80211: Remove 'failed' field from osh

parent 2578f7ed
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -39,7 +39,6 @@ struct osl_info {
	osl_pubinfo_t pub;
	uint magic;
	void *pdev;
	uint failed;
	uint bustype;
};

@@ -56,7 +55,6 @@ osl_t *osl_attach(void *pdev, uint bustype, bool pkttag)
	bzero(osh, sizeof(osl_t));

	osh->magic = OS_HANDLE_MAGIC;
	osh->failed = 0;
	osh->pdev = pdev;
	osh->pub.pkttag = pkttag;
	osh->bustype = bustype;