Linux Kernel
3.7.1
|
#include <linux/netdevice.h>
#include <linux/skbuff.h>
#include <linux/types.h>
#include <net/mac80211.h>
#include "ieee80211_i.h"
#include "sta_info.h"
#include "driver-ops.h"
Go to the source code of this file.
Data Structures | |
struct | rate_control_ref |
Functions | |
void | rate_control_get_rate (struct ieee80211_sub_if_data *sdata, struct sta_info *sta, struct ieee80211_tx_rate_control *txrc) |
int | ieee80211_init_rate_ctrl_alg (struct ieee80211_local *local, const char *name) |
void | rate_control_deinitialize (struct ieee80211_local *local) |
int ieee80211_init_rate_ctrl_alg | ( | struct ieee80211_local * | local, |
const char * | name | ||
) |
void rate_control_deinitialize | ( | struct ieee80211_local * | local | ) |
void rate_control_get_rate | ( | struct ieee80211_sub_if_data * | sdata, |
struct sta_info * | sta, | ||
struct ieee80211_tx_rate_control * | txrc | ||
) |