diff options
Diffstat (limited to 'ANDROID_3.4.5/drivers/net/wireless/orinoco/cfg.h')
-rw-r--r-- | ANDROID_3.4.5/drivers/net/wireless/orinoco/cfg.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ANDROID_3.4.5/drivers/net/wireless/orinoco/cfg.h b/ANDROID_3.4.5/drivers/net/wireless/orinoco/cfg.h deleted file mode 100644 index 3ddc96a0..00000000 --- a/ANDROID_3.4.5/drivers/net/wireless/orinoco/cfg.h +++ /dev/null @@ -1,15 +0,0 @@ -/* 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 */ |