Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
rc80211_minstrel.h File Reference

Go to the source code of this file.

Data Structures

struct  minstrel_rate
 
struct  minstrel_sta_info
 
struct  minstrel_priv
 
struct  minstrel_debugfs_info
 

Functions

void minstrel_add_sta_debugfs (void *priv, void *priv_sta, struct dentry *dir)
 
void minstrel_remove_sta_debugfs (void *priv, void *priv_sta)
 
int minstrel_stats_open (struct inode *inode, struct file *file)
 
ssize_t minstrel_stats_read (struct file *file, char __user *buf, size_t len, loff_t *ppos)
 
int minstrel_stats_release (struct inode *inode, struct file *file)
 

Variables

struct rate_control_ops mac80211_minstrel
 

Function Documentation

void minstrel_add_sta_debugfs ( void priv,
void priv_sta,
struct dentry dir 
)

Definition at line 130 of file rc80211_minstrel_debugfs.c.

void minstrel_remove_sta_debugfs ( void priv,
void priv_sta 
)

Definition at line 139 of file rc80211_minstrel_debugfs.c.

int minstrel_stats_open ( struct inode inode,
struct file file 
)

Definition at line 58 of file rc80211_minstrel_debugfs.c.

ssize_t minstrel_stats_read ( struct file file,
char __user buf,
size_t  len,
loff_t *  ppos 
)

Definition at line 106 of file rc80211_minstrel_debugfs.c.

int minstrel_stats_release ( struct inode inode,
struct file file 
)

Definition at line 115 of file rc80211_minstrel_debugfs.c.

Variable Documentation

struct rate_control_ops mac80211_minstrel

Definition at line 553 of file rc80211_minstrel.c.