diff --git a/[refs] b/[refs] index cb1c3fe10f1f..32b1509c111b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 182acb3ca59ba2d31485f7225177c069cebdc161 +refs/heads/master: da6830ac3969c9480e05ed2b21eee64e21a101d2 diff --git a/trunk/drivers/staging/brcm80211/util/linux_osl.c b/trunk/drivers/staging/brcm80211/util/linux_osl.c index 2568720c85de..34450a4f0cbf 100644 --- a/trunk/drivers/staging/brcm80211/util/linux_osl.c +++ b/trunk/drivers/staging/brcm80211/util/linux_osl.c @@ -37,7 +37,6 @@ struct osl_info { osl_pubinfo_t pub; uint magic; void *pdev; - uint malloced; uint failed; uint bustype; }; @@ -128,7 +127,6 @@ osl_t *osl_attach(void *pdev, uint bustype, bool pkttag) #endif /* BRCM_FULLMAC */ osh->magic = OS_HANDLE_MAGIC; - osh->malloced = 0; osh->failed = 0; osh->pdev = pdev; osh->pub.pkttag = pkttag;