blob: 3ddc96a06cd78cb0957a3f1f257ef165b750b63f [file] [log] [blame]
David Kilroyea60a6a2009-06-18 23:21:26 +01001/* cfg80211 support.
2 *
3 * See copyright notice in main.c
4 */
5#ifndef ORINOCO_CFG_H
6#define ORINOCO_CFG_H
7
8#include <net/cfg80211.h>
9
10extern const struct cfg80211_ops orinoco_cfg_ops;
11
12void orinoco_wiphy_init(struct wiphy *wiphy);
13int orinoco_wiphy_register(struct wiphy *wiphy);
14
15#endif /* ORINOCO_CFG_H */