summaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/brcmfmac/dhd_bus.h
diff options
context:
space:
mode:
authorArend van Spriel <arend@broadcom.com>2011-07-06 00:02:54 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2011-07-05 19:47:51 -0700
commit15f91530c90a2c7198d9646463085bafca600204 (patch)
treeaccbf068d323ed5812ec3a196292f7f3f4b659f8 /drivers/staging/brcm80211/brcmfmac/dhd_bus.h
parentae50ca7210ecb9ffbbe38c2c85308f02386c916e (diff)
downloadop-kernel-dev-15f91530c90a2c7198d9646463085bafca600204.zip
op-kernel-dev-15f91530c90a2c7198d9646463085bafca600204.tar.gz
staging: brcm80211: remove several externs from dhd_linux.c
The script checkpatch.pl flagged for some extern variables in dhd_linux.c source. Several have been fixed in this patch. Two remaining are in macro conditional code that needs cleanup so they are not resolved here. Reviewed-by: Roland Vossen <rvossen@broadcom.com> Reviewed-by: Pieter-Paul Giesberts <pieterpg@broadcom.com> Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/brcm80211/brcmfmac/dhd_bus.h')
-rw-r--r--drivers/staging/brcm80211/brcmfmac/dhd_bus.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/staging/brcm80211/brcmfmac/dhd_bus.h b/drivers/staging/brcm80211/brcmfmac/dhd_bus.h
index a94152e..653cf0d 100644
--- a/drivers/staging/brcm80211/brcmfmac/dhd_bus.h
+++ b/drivers/staging/brcm80211/brcmfmac/dhd_bus.h
@@ -29,6 +29,13 @@
* Exported from brcmf bus module (brcmf_usb, brcmf_sdio)
*/
+/* dongle ram module parameter */
+extern int brcmf_dongle_memsize;
+
+/* Tx/Rx bounds module parameters */
+extern uint brcmf_txbound;
+extern uint brcmf_rxbound;
+
/* Watchdog timer interval */
extern uint brcmf_watchdog_ms;
OpenPOWER on IntegriCloud