summaryrefslogtreecommitdiff
path: root/drivers/staging/brcm80211/sys/wlc_mac80211.c
diff options
context:
space:
mode:
authorBrett Rudley <brudley@broadcom.com>2010-12-04 00:30:37 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-12-07 00:07:09 (GMT)
commit7a9b48b3d3e0f373dc996efde56a5bff0944d8de (patch)
tree05854e0e2b6d8f893267dd7757a06738ab7be7b5 /drivers/staging/brcm80211/sys/wlc_mac80211.c
parent98ede2ed46cef38e98c8341d410323895f60570e (diff)
downloadlinux-fsl-qoriq-7a9b48b3d3e0f373dc996efde56a5bff0944d8de.tar.xz
staging: brcm80211: Move osl_pub into osl
Signed-off-by: Brett Rudley <brudley@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/brcm80211/sys/wlc_mac80211.c')
-rw-r--r--drivers/staging/brcm80211/sys/wlc_mac80211.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/brcm80211/sys/wlc_mac80211.c b/drivers/staging/brcm80211/sys/wlc_mac80211.c
index 9aae340..fcd3bd1 100644
--- a/drivers/staging/brcm80211/sys/wlc_mac80211.c
+++ b/drivers/staging/brcm80211/sys/wlc_mac80211.c
@@ -2733,9 +2733,9 @@ uint wlc_down(wlc_info_t *wlc)
/* Verify all packets are flushed from the driver */
- if (wlc->osh->pub.pktalloced != 0) {
+ if (wlc->osh->pktalloced != 0) {
WL_ERROR(("%d packets not freed at wlc_down!!!!!!\n",
- wlc->osh->pub.pktalloced));
+ wlc->osh->pktalloced));
}
#ifdef BCMDBG
/* Since all the packets should have been freed,
@@ -6935,7 +6935,7 @@ wlc_recvctl(wlc_info_t *wlc, struct osl_info *osh, d11rxhdr_t *rxh,
ieee80211_rx_irqsafe(wlc->pub->ieee_hw, p);
WLCNTINCR(wlc->pub->_cnt->ieee_rx);
- osh->pub.pktalloced--;
+ osh->pktalloced--;
return;
}