Signed-off-by: Brett Rudley <[email protected]>
---
 drivers/staging/brcm80211/util/linux_osl.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/brcm80211/util/linux_osl.c 
b/drivers/staging/brcm80211/util/linux_osl.c
index 2bb5b87..f30cd59 100644
--- a/drivers/staging/brcm80211/util/linux_osl.c
+++ b/drivers/staging/brcm80211/util/linux_osl.c
@@ -36,7 +36,6 @@ struct osl_info {
        osl_pubinfo_t pub;
        uint magic;
        void *pdev;
-       uint failed;
        uint bustype;
 };
 
@@ -126,7 +125,6 @@ osl_t *osl_attach(void *pdev, uint bustype, bool pkttag)
 #endif /* BRCM_FULLMAC */
 
        osh->magic = OS_HANDLE_MAGIC;
-       osh->failed = 0;
        osh->pdev = pdev;
        osh->pub.pkttag = pkttag;
        osh->bustype = bustype;
-- 
1.6.3.3


_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to