Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
cfg.c File Reference
#include <linux/ieee80211.h>
#include <net/cfg80211.h>
#include "hw.h"
#include "main.h"
#include "orinoco.h"
#include "cfg.h"

Go to the source code of this file.

Functions

void orinoco_wiphy_init (struct wiphy *wiphy)
 
int orinoco_wiphy_register (struct wiphy *wiphy)
 

Variables

struct cfg80211_ops orinoco_cfg_ops
 

Function Documentation

void orinoco_wiphy_init ( struct wiphy wiphy)

Definition at line 24 of file cfg.c.

int orinoco_wiphy_register ( struct wiphy wiphy)

Definition at line 34 of file cfg.c.

Variable Documentation

struct cfg80211_ops orinoco_cfg_ops
Initial value:
= {
.change_virtual_intf = orinoco_change_vif,
.set_monitor_channel = orinoco_set_monitor_channel,
.scan = orinoco_scan,
.set_wiphy_params = orinoco_set_wiphy_params,
}

Definition at line 286 of file cfg.c.