On Mon, Oct 10, 2011 at 7:52 PM, Luciano Coelho <coelho@xxxxxx> wrote: > On Mon, 2011-10-10 at 10:12 +0200, Eliad Peller wrote: >> move last_tx_hlid into the per-interface data, rather than >> being global. >> >> Signed-off-by: Eliad Peller <eliad@xxxxxxxxxx> >> --- >> drivers/net/wireless/wl12xx/debugfs.c | 1 - >> drivers/net/wireless/wl12xx/main.c | 1 - >> drivers/net/wireless/wl12xx/tx.c | 10 +++++----- >> drivers/net/wireless/wl12xx/wl12xx.h | 6 +++--- >> 4 files changed, 8 insertions(+), 10 deletions(-) >> >> diff --git a/drivers/net/wireless/wl12xx/debugfs.c b/drivers/net/wireless/wl12xx/debugfs.c >> index f0398d0..bbc8004 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); > > No big deal at this point, so I'll apply this, but maybe we should print > the last_tx_hlid from inside all the vifs as well? > yes. i plan to add a new vif_state debugfs key that will print all the relevant info. Eliad. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html