staging: brcm80211: Remove 'failed' field from osh
Signed-off-by: Brett Rudley <brudley@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
2578f7edf8
commit
df0d8bb8da
1 changed files with 0 additions and 2 deletions
|
@ -39,7 +39,6 @@ struct osl_info {
|
||||||
osl_pubinfo_t pub;
|
osl_pubinfo_t pub;
|
||||||
uint magic;
|
uint magic;
|
||||||
void *pdev;
|
void *pdev;
|
||||||
uint failed;
|
|
||||||
uint bustype;
|
uint bustype;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -56,7 +55,6 @@ osl_t *osl_attach(void *pdev, uint bustype, bool pkttag)
|
||||||
bzero(osh, sizeof(osl_t));
|
bzero(osh, sizeof(osl_t));
|
||||||
|
|
||||||
osh->magic = OS_HANDLE_MAGIC;
|
osh->magic = OS_HANDLE_MAGIC;
|
||||||
osh->failed = 0;
|
|
||||||
osh->pdev = pdev;
|
osh->pdev = pdev;
|
||||||
osh->pub.pkttag = pkttag;
|
osh->pub.pkttag = pkttag;
|
||||||
osh->bustype = bustype;
|
osh->bustype = bustype;
|
||||||
|
|
Loading…
Add table
Reference in a new issue