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;
|
||||
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue