Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | DEBUGFS_READONLY_FILE(name, buflen, fmt, value...) |
#define | DEBUGFS_ADD(name) debugfs_create_file(#name, S_IRUGO, phyd, &rdev->wiphy, &name## _ops); |
Functions | |
DEBUGFS_READONLY_FILE (rts_threshold, 20,"%d", wiphy->rts_threshold) DEBUGFS_READONLY_FILE(fragmentation_threshold | |
DEBUGFS_READONLY_FILE (short_retry_limit, 20,"%d", wiphy->retry_short) DEBUGFS_READONLY_FILE(long_retry_limit | |
void | cfg80211_debugfs_rdev_add (struct cfg80211_registered_device *rdev) |
Variables | |
d | |
wiphy | frag_threshold |
wiphy | retry_long |
void cfg80211_debugfs_rdev_add | ( | struct cfg80211_registered_device * | rdev | ) |
DEBUGFS_READONLY_FILE | ( | rts_threshold | , |
20 | , | ||
"%d" | , | ||
wiphy-> | rts_threshold | ||
) |
DEBUGFS_READONLY_FILE | ( | short_retry_limit | , |
20 | , | ||
"%d" | , | ||
wiphy-> | retry_short | ||
) |