Loading
wil6210: improve debugfs for VRING
When printing VRING on debugfs (file "vrings"), software head & tail indexes were printed in decimal format while hardware tail in hexadecimal only. It is not comfortable to compare indexes in different formats; on the other hand, hexadecimal output useful to see hardware glitches. To serve all purposes, print hardware tail in both decimal and hexadecimal formats. Change-Id: I5895d80f09af6597af7ed9bb99c41e71dc8d875e Signed-off-by:Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com> Signed-off-by:
Kalle Valo <kvalo@codeaurora.org> Git-commit: 995cdd0ebd064156247c983c14e8e7aef23785c8 Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git Signed-off-by:
Hamad Kadmany <hkadmany@codeaurora.org>