diff options
author | Dmitry Shmidt <dimitrysh@google.com> | 2011-10-19 13:09:49 -0700 |
---|---|---|
committer | Dmitry Shmidt <dimitrysh@google.com> | 2011-10-19 14:10:43 -0700 |
commit | eef7ae49c591eef0cdd1bccd9da6fb27b762dd23 (patch) | |
tree | d2b793ee151420bdf4fe42335cda63d0296f4c89 /drivers/net/wireless/bcmdhd/dhd.h | |
parent | fdfcbc682a48c9ebf63c3bf6576d610544a4f693 (diff) |
net: wireless: bcmdhd: Fix bssid profile update
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'drivers/net/wireless/bcmdhd/dhd.h')
-rw-r--r-- | drivers/net/wireless/bcmdhd/dhd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/bcmdhd/dhd.h b/drivers/net/wireless/bcmdhd/dhd.h index ac374af3ca50..fae07abaad9d 100644 --- a/drivers/net/wireless/bcmdhd/dhd.h +++ b/drivers/net/wireless/bcmdhd/dhd.h @@ -477,6 +477,8 @@ extern int dhd_bus_start(dhd_pub_t *dhdp); extern int dhd_bus_membytes(dhd_pub_t *dhdp, bool set, uint32 address, uint8 *data, uint size); extern void dhd_print_buf(void *pbuf, int len, int bytes_per_line); +bool is_associated(dhd_pub_t *dhd, void *bss_buf); + #if defined(KEEP_ALIVE) extern int dhd_keep_alive_onoff(dhd_pub_t *dhd); #endif /* KEEP_ALIVE */ |