GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / net / wireless / orinoco / cfg.h
blob3ddc96a06cd78cb0957a3f1f257ef165b750b63f
1 /* cfg80211 support.
3 * See copyright notice in main.c
4 */
5 #ifndef ORINOCO_CFG_H
6 #define ORINOCO_CFG_H
8 #include <net/cfg80211.h>
10 extern const struct cfg80211_ops orinoco_cfg_ops;
12 void orinoco_wiphy_init(struct wiphy *wiphy);
13 int orinoco_wiphy_register(struct wiphy *wiphy);
15 #endif /* ORINOCO_CFG_H */