Linux Kernel
3.7.1
|
#include <linux/netdevice.h>
#include <linux/types.h>
#include <linux/skbuff.h>
#include <linux/debugfs.h>
#include <linux/random.h>
#include <linux/ieee80211.h>
#include <linux/slab.h>
#include <net/mac80211.h>
#include "rate.h"
#include "rc80211_minstrel.h"
Go to the source code of this file.
Macros | |
#define | SAMPLE_COLUMNS 10 |
#define | SAMPLE_TBL(_mi, _idx, _col) _mi->sample_table[(_idx * SAMPLE_COLUMNS) + _col] |
Functions | |
int __init | rc80211_minstrel_init (void) |
void | rc80211_minstrel_exit (void) |
Variables | |
struct rate_control_ops | mac80211_minstrel |
#define SAMPLE_COLUMNS 10 |
Definition at line 58 of file rc80211_minstrel.c.
#define SAMPLE_TBL | ( | _mi, | |
_idx, | |||
_col | |||
) | _mi->sample_table[(_idx * SAMPLE_COLUMNS) + _col] |
Definition at line 59 of file rc80211_minstrel.c.
Definition at line 575 of file rc80211_minstrel.c.
Definition at line 569 of file rc80211_minstrel.c.
struct rate_control_ops mac80211_minstrel |
Definition at line 553 of file rc80211_minstrel.c.