#include <linux/device.h>
#include <linux/pci.h>
#include "ath5k.h"
#include "reg.h"
Go to the source code of this file.
|
| SIMPLE_SHOW_STORE (ani_mode, ah->ani_state.ani_mode, ath5k_ani_init) |
|
| SIMPLE_SHOW_STORE (noise_immunity_level, ah->ani_state.noise_imm_level, ath5k_ani_set_noise_immunity_level) |
|
| SIMPLE_SHOW_STORE (spur_level, ah->ani_state.spur_level, ath5k_ani_set_spur_immunity_level) |
|
| SIMPLE_SHOW_STORE (firstep_level, ah->ani_state.firstep_level, ath5k_ani_set_firstep_level) |
|
| SIMPLE_SHOW_STORE (ofdm_weak_signal_detection, ah->ani_state.ofdm_weak_sig, ath5k_ani_set_ofdm_weak_signal_detection) |
|
| SIMPLE_SHOW_STORE (cck_weak_signal_detection, ah->ani_state.cck_weak_sig, ath5k_ani_set_cck_weak_signal_detection) |
|
| SIMPLE_SHOW (spur_level_max, ah->ani_state.max_spur_level) |
|
int | ath5k_sysfs_register (struct ath5k_hw *ah) |
|
void | ath5k_sysfs_unregister (struct ath5k_hw *ah) |
|
#define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ": " fmt |
Value:
Definition at line 36 of file sysfs.c.
Value:
} \
\
\
if (ret < 0) \
set(ah, val); \
} \
ath5k_attr_show_##
name, ath5k_attr_store_##name)
Definition at line 9 of file sysfs.c.
SIMPLE_SHOW |
( |
spur_level_max |
, |
|
|
ah->ani_state. |
max_spur_level |
|
) |
| |