diff options
author | Eliad Peller <eliad@wizery.com> | 2011-10-05 11:56:02 +0200 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2011-10-07 08:32:52 +0300 |
commit | 74ec839557878007c3f97d1bc89e09fde5d0f3fa (patch) | |
tree | d7bbb8c67cab1a6f69e8f87c97383d82b37c1983 /drivers/net/wireless/wl12xx/debugfs.c | |
parent | 6ec45dc282f6983d5685758c5e8993bc2c818d3c (diff) | |
download | op-kernel-dev-74ec839557878007c3f97d1bc89e09fde5d0f3fa.zip op-kernel-dev-74ec839557878007c3f97d1bc89e09fde5d0f3fa.tar.gz |
wl12xx: move ps_poll_failures and psm_entry_retry into wlvif
move ps_poll_failures and psm_entry_retries into the per-interface
data, rather than being global.
Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/debugfs.c')
-rw-r--r-- | drivers/net/wireless/wl12xx/debugfs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/wl12xx/debugfs.c b/drivers/net/wireless/wl12xx/debugfs.c index 439db1f..cd390e0 100644 --- a/drivers/net/wireless/wl12xx/debugfs.c +++ b/drivers/net/wireless/wl12xx/debugfs.c @@ -351,8 +351,6 @@ static ssize_t driver_state_read(struct file *file, char __user *user_buf, DRIVER_STATE_PRINT_INT(state); DRIVER_STATE_PRINT_INT(channel); DRIVER_STATE_PRINT_INT(band); - DRIVER_STATE_PRINT_INT(psm_entry_retry); - DRIVER_STATE_PRINT_INT(ps_poll_failures); DRIVER_STATE_PRINT_INT(power_level); DRIVER_STATE_PRINT_INT(rssi_thold); DRIVER_STATE_PRINT_INT(last_rssi_event); |