]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/staging/brcm80211/brcmfmac/wl_cfg80211.h
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
[mirror_ubuntu-zesty-kernel.git] / drivers / staging / brcm80211 / brcmfmac / wl_cfg80211.h
index f26d08793ca8ef777063e55ae39619bc5fc687bb..74b1e38398ad50360e4fc0f5bdaca097b1bd9184 100644 (file)
 #ifndef _wl_cfg80211_h_
 #define _wl_cfg80211_h_
 
-struct brcmf_cfg80211_conf;
-struct brcmf_cfg80211_iface;
-struct brcmf_cfg80211_priv;
-struct brcmf_cfg80211_security;
-struct brcmf_cfg80211_ibss;
+#include <linux/wireless.h>
+#include <net/cfg80211.h>
+#include <wlioctl.h>
+
+struct wl_conf;
+struct wl_iface;
+struct wl_priv;
+struct wl_security;
+struct wl_ibss;
 
 #define WL_DBG_NONE            0
 #define WL_DBG_CONN            (1 << 5)