#include <linux/ieee80211.h>
#include <linux/export.h>
#include <net/mac80211.h>
#include "common.h"
Go to the source code of this file.
#define BYTE1_MASK 0x000000ff; |
#define BYTE2_MASK 0x0000ffff; |
#define BYTE3_MASK 0x00ffffff; |
Value:
if (IS_ERR(__tmp) || !__tmp) \
} while (0)
Definition at line 136 of file debug.c.
Value:do { \
&il_dbgfs_##
name##_ops)) \
} while (0)
Definition at line 130 of file debug.c.
Value:
if (IS_ERR(__tmp) || !__tmp) \
} while (0)
Definition at line 144 of file debug.c.
#define DEBUGFS_READ_FILE_OPS |
( |
|
name | ) |
|
Value:
.read = il_dbgfs_##
name##_read, \
};
Definition at line 164 of file debug.c.
#define DEBUGFS_READ_FUNC |
( |
|
name | ) |
|
Value:
char __user *user_buf, \
size_t count, loff_t *ppos);
Definition at line 153 of file debug.c.
#define DEBUGFS_READ_WRITE_FILE_OPS |
( |
|
name | ) |
|
Value:
DEBUGFS_WRITE_FUNC(
name); \
.write = il_dbgfs_##
name##_write, \
.read = il_dbgfs_##
name##_read, \
};
Definition at line 180 of file debug.c.
#define DEBUGFS_WRITE_FILE_OPS |
( |
|
name | ) |
|
Value:
.write = il_dbgfs_##
name##_write, \
};
Definition at line 172 of file debug.c.
#define DEBUGFS_WRITE_FUNC |
( |
|
name | ) |
|
Value:
const char __user *user_buf, \
size_t count, loff_t *ppos);
Definition at line 158 of file debug.c.
DEBUGFS_READ_FILE_OPS |
( |
nvm |
| ) |
|
DEBUGFS_READ_FILE_OPS |
( |
stations |
| ) |
|
DEBUGFS_READ_FILE_OPS |
( |
status |
| ) |
|
DEBUGFS_READ_FILE_OPS |
( |
qos |
| ) |
|
DEBUGFS_READ_FILE_OPS |
( |
ucode_rx_stats |
| ) |
|
DEBUGFS_READ_FILE_OPS |
( |
ucode_tx_stats |
| ) |
|
DEBUGFS_READ_FILE_OPS |
( |
ucode_general_stats |
| ) |
|
DEBUGFS_READ_FILE_OPS |
( |
sensitivity |
| ) |
|
DEBUGFS_READ_FILE_OPS |
( |
chain_noise |
| ) |
|
DEBUGFS_READ_FILE_OPS |
( |
power_save_status |
| ) |
|
DEBUGFS_READ_FILE_OPS |
( |
fh_reg |
| ) |
|
DEBUGFS_READ_FILE_OPS |
( |
rxon_flags |
| ) |
|
DEBUGFS_READ_FILE_OPS |
( |
rxon_filter_flags |
| ) |
|
DEBUGFS_READ_WRITE_FILE_OPS |
( |
sram |
| ) |
|
DEBUGFS_READ_WRITE_FILE_OPS |
( |
disable_ht40 |
| ) |
|
DEBUGFS_READ_WRITE_FILE_OPS |
( |
missed_beacon |
| ) |
|
DEBUGFS_READ_WRITE_FILE_OPS |
( |
force_reset |
| ) |
|
DEBUGFS_WRITE_FILE_OPS |
( |
clear_ucode_stats |
| ) |
|
DEBUGFS_WRITE_FILE_OPS |
( |
clear_traffic_stats |
| ) |
|
DEBUGFS_WRITE_FILE_OPS |
( |
wd_timeout |
| ) |
|
Remove the debugfs files and directories
Definition at line 1422 of file debug.c.