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:
Brett Rudley
2010-11-03 19:53:58 -07:00
committed by Greg Kroah-Hartman
parent 2578f7edf8
commit df0d8bb8da

View File

@@ -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;