diff options
author | David S. Miller <davem@davemloft.net> | 2015-11-30 06:32:32 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-11-30 06:32:32 +0300 |
commit | c52fd05a2ff2ad20e2a7056baf314c7d1d624ba9 (patch) | |
tree | 50ac1ad1203573371f338f16b059579915c5ad30 /drivers/net/wireless/intersil/orinoco/cfg.h | |
parent | 00cc3679187a5306e76fd21832ddfd7e5604b7c3 (diff) | |
parent | 6d808eba602b00f77f26191f45328774ff057cc0 (diff) | |
download | linux-c52fd05a2ff2ad20e2a7056baf314c7d1d624ba9.tar.xz |
Merge tag 'wireless-drivers-next-for-davem-2015-11-25' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next
Kalle Valo says:
====================
Add vendor directories (for example intel, marvell and so on) to
drivers/net/wireless and change the menuconfig to follow the same
categorisation. This unifies the directory layout as we already had few drivers
already using vendor directories (especially ath and ti).
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wireless/intersil/orinoco/cfg.h')
-rw-r--r-- | drivers/net/wireless/intersil/orinoco/cfg.h | 15 |
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 */ |