|
Linux Kernel
3.7.1
|
#include <linux/sched.h>#include <linux/spinlock.h>#include <linux/poll.h>#include <linux/netdevice.h>#include <linux/types.h>#include <linux/skbuff.h>#include <linux/slab.h>#include <linux/export.h>#include <net/mac80211.h>#include "rate.h"#include "rc80211_pid.h"Go to the source code of this file.
Macros | |
| #define | RC_PID_PRINT_BUF_SIZE 64 |
Functions | |
| void | rate_control_pid_event_tx_status (struct rc_pid_event_buffer *buf, struct ieee80211_tx_info *stat) |
| void | rate_control_pid_event_rate_change (struct rc_pid_event_buffer *buf, int index, int rate) |
| void | rate_control_pid_event_tx_rate (struct rc_pid_event_buffer *buf, int index, int rate) |
| void | rate_control_pid_event_pf_sample (struct rc_pid_event_buffer *buf, s32 pf_sample, s32 prop_err, s32 int_err, s32 der_err) |
| void | rate_control_pid_add_sta_debugfs (void *priv, void *priv_sta, struct dentry *dir) |
| void | rate_control_pid_remove_sta_debugfs (void *priv, void *priv_sta) |
| #define RC_PID_PRINT_BUF_SIZE 64 |
Definition at line 131 of file rc80211_pid_debugfs.c.
Definition at line 213 of file rc80211_pid_debugfs.c.
| void rate_control_pid_event_pf_sample | ( | struct rc_pid_event_buffer * | buf, |
| s32 | pf_sample, | ||
| s32 | prop_err, | ||
| s32 | int_err, | ||
| s32 | der_err | ||
| ) |
Definition at line 74 of file rc80211_pid_debugfs.c.
| void rate_control_pid_event_rate_change | ( | struct rc_pid_event_buffer * | buf, |
| int | index, | ||
| int | rate | ||
| ) |
Definition at line 54 of file rc80211_pid_debugfs.c.
| void rate_control_pid_event_tx_rate | ( | struct rc_pid_event_buffer * | buf, |
| int | index, | ||
| int | rate | ||
| ) |
Definition at line 64 of file rc80211_pid_debugfs.c.
| void rate_control_pid_event_tx_status | ( | struct rc_pid_event_buffer * | buf, |
| struct ieee80211_tx_info * | stat | ||
| ) |
Definition at line 44 of file rc80211_pid_debugfs.c.
Definition at line 223 of file rc80211_pid_debugfs.c.
1.8.2