Ben Greear <greearb@xxxxxxxxxxxxxxx> writes: > On 04/02/2014 12:32 AM, Kalle Valo wrote: >> greearb@xxxxxxxxxxxxxxx writes: >> >>> From: Ben Greear <greearb@xxxxxxxxxxxxxxx> >>> >>> It can be nice to update the firmware's stats while >>> debugging other bits of the driver, so add helper method >>> to do this. >>> >>> Signed-off-by: Ben Greear <greearb@xxxxxxxxxxxxxxx> >> >> [...] >> >>> --- a/drivers/net/wireless/ath/ath10k/debug.h >>> +++ b/drivers/net/wireless/ath/ath10k/debug.h >>> @@ -135,4 +135,6 @@ struct dbglog_hdr_s { >>> >>> void ath10k_dbg_print_fw_dbg_buffer(u8 *buffer, int len, const char* lvl); >>> >>> +int ath10k_refresh_peer_stats(struct ath10k *ar); >> >> I don't see anyone calling this. How are you planning to use it? > > The RFC patch that debugs tx-hang calls it..nice to see he firmware's > buffer reap stats and such before/after trying to flush the buffers. > > I figure it will be useful for other such uses as well, now that stats > actually work. Ok, I'll drop this patch for now. You can resend when we have callers for this. -- Kalle Valo -- 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