162306a36Sopenharmony_ci/* cfg80211 support. 262306a36Sopenharmony_ci * 362306a36Sopenharmony_ci * See copyright notice in main.c 462306a36Sopenharmony_ci */ 562306a36Sopenharmony_ci#ifndef ORINOCO_CFG_H 662306a36Sopenharmony_ci#define ORINOCO_CFG_H 762306a36Sopenharmony_ci 862306a36Sopenharmony_ci#include <net/cfg80211.h> 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ciextern const struct cfg80211_ops orinoco_cfg_ops; 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_civoid orinoco_wiphy_init(struct wiphy *wiphy); 1362306a36Sopenharmony_ciint orinoco_wiphy_register(struct wiphy *wiphy); 1462306a36Sopenharmony_ci 1562306a36Sopenharmony_ci#endif /* ORINOCO_CFG_H */ 16