summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intersil/orinoco/cfg.h
diff options
context:
space:
mode:
authorKalle Valo <kvalo@codeaurora.org>2015-11-18 09:57:18 +0200
committerKalle Valo <kvalo@codeaurora.org>2015-11-18 14:28:31 +0200
commit2be45b66dee080326d0f240aa4f18ef932cc3deb (patch)
tree2892a95ff9ae89065f3d554c8b72e704bdeec679 /drivers/net/wireless/intersil/orinoco/cfg.h
parentd3466830c165a298419788b88086ea99974e63ff (diff)
orinoco: move under intersil vendor directory
Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/intersil/orinoco/cfg.h')
-rw-r--r--drivers/net/wireless/intersil/orinoco/cfg.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/net/wireless/intersil/orinoco/cfg.h b/drivers/net/wireless/intersil/orinoco/cfg.h
new file mode 100644
index 000000000000..3ddc96a06cd7
--- /dev/null
+++ b/drivers/net/wireless/intersil/orinoco/cfg.h
@@ -0,0 +1,15 @@
+/* cfg80211 support.
+ *
+ * See copyright notice in main.c
+ */
+#ifndef ORINOCO_CFG_H
+#define ORINOCO_CFG_H
+
+#include <net/cfg80211.h>
+
+extern const struct cfg80211_ops orinoco_cfg_ops;
+
+void orinoco_wiphy_init(struct wiphy *wiphy);
+int orinoco_wiphy_register(struct wiphy *wiphy);
+
+#endif /* ORINOCO_CFG_H */