diff options
author | Eliad Peller <eliad@wizery.com> | 2011-10-10 10:12:50 +0200 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2011-10-11 15:04:21 +0300 |
commit | 4438aca9e16901d8d32a025ca27ad8284a117e09 (patch) | |
tree | d04b6ec4c572f56219399aea3f01f141312df9c7 /drivers/net/wireless/wl12xx/debugfs.c | |
parent | 1d095475f58680af17e4a0e8dd84269b3f08ce54 (diff) | |
download | blackbird-op-linux-4438aca9e16901d8d32a025ca27ad8284a117e09.tar.gz blackbird-op-linux-4438aca9e16901d8d32a025ca27ad8284a117e09.zip |
wl12xx: move last_tx_hlid into wlvif
move last_tx_hlid 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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/debugfs.c b/drivers/net/wireless/wl12xx/debugfs.c index f0398d037d4d..bbc8004edf40 100644 --- a/drivers/net/wireless/wl12xx/debugfs.c +++ b/drivers/net/wireless/wl12xx/debugfs.c @@ -355,7 +355,6 @@ static ssize_t driver_state_read(struct file *file, char __user *user_buf, DRIVER_STATE_PRINT_INT(sg_enabled); DRIVER_STATE_PRINT_INT(enable_11a); DRIVER_STATE_PRINT_INT(noise); - DRIVER_STATE_PRINT_INT(last_tx_hlid); DRIVER_STATE_PRINT_HEX(ap_fw_ps_map); DRIVER_STATE_PRINT_LHEX(ap_ps_map); DRIVER_STATE_PRINT_HEX(quirks); |