PD#110330 :update broadcomw wifi driver to 1.201.59.5
[GitHub/LineageOS/G12/android_hardware_amlogic_kernel-modules_dhd-driver.git] / bcmdhd_1_201_59_x / dhd_cfg80211.h
CommitLineData
04e7d172
JM
1/*
2 * Linux cfg80211 driver - Dongle Host Driver (DHD) related
3 *
4 * $Copyright Open Broadcom Corporation$
5 *
6 * $Id: wl_cfg80211.c,v 1.1.4.1.2.14 2011/02/09 01:40:07 Exp $
7 */
8
9
10#ifndef __DHD_CFG80211__
11#define __DHD_CFG80211__
12
13#include <wl_cfg80211.h>
14#include <wl_cfgp2p.h>
15
16#ifndef WL_ERR
17#define WL_ERR CFG80211_ERR
18#endif
19#ifndef WL_TRACE
20#define WL_TRACE CFG80211_TRACE
21#endif
22
23s32 dhd_cfg80211_init(struct bcm_cfg80211 *cfg);
24s32 dhd_cfg80211_deinit(struct bcm_cfg80211 *cfg);
25s32 dhd_cfg80211_down(struct bcm_cfg80211 *cfg);
26s32 dhd_cfg80211_set_p2p_info(struct bcm_cfg80211 *cfg, int val);
27s32 dhd_cfg80211_clean_p2p_info(struct bcm_cfg80211 *cfg);
28s32 dhd_config_dongle(struct bcm_cfg80211 *cfg);
29
30#endif /* __DHD_CFG80211__ */