summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/bcmdhd/wldev_common.h
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2012-07-09 11:14:42 -0700
committerDmitry Shmidt <dimitrysh@google.com>2012-07-12 10:45:49 -0700
commitdf06df7bfc792ee9b7ca69276d0081b2a9d0ef76 (patch)
tree01bf4d0ee049e402f2c33a3dc2a18e4259124800 /drivers/net/wireless/bcmdhd/wldev_common.h
parent230efa68694bf978725fe155b4e81b1c8a9a565c (diff)
net: wireless: bcmdhd: Update wiphy bands on band change
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'drivers/net/wireless/bcmdhd/wldev_common.h')
-rw-r--r--drivers/net/wireless/bcmdhd/wldev_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/bcmdhd/wldev_common.h b/drivers/net/wireless/bcmdhd/wldev_common.h
index f58660944420..dd3c899d12ca 100644
--- a/drivers/net/wireless/bcmdhd/wldev_common.h
+++ b/drivers/net/wireless/bcmdhd/wldev_common.h
@@ -85,6 +85,7 @@ s32 wldev_iovar_setint_bsscfg(
extern void get_customized_country_code(char *country_iso_code, wl_country_t *cspec);
extern void dhd_bus_country_set(struct net_device *dev, wl_country_t *cspec);
+extern void dhd_bus_band_set(struct net_device *dev, uint band);
extern int wldev_set_country(struct net_device *dev, char *country_code);
extern int net_os_wake_lock(struct net_device *dev);
extern int net_os_wake_unlock(struct net_device *dev);