wl18xx: show rx_frames_per_rates as an array as it really is
authorNicolas Iooss <nicolas.iooss_linux@m4x.org>
Fri, 13 Mar 2015 07:17:14 +0000 (15:17 +0800)
committerSasha Levin <sasha.levin@oracle.com>
Sun, 17 May 2015 23:12:28 +0000 (19:12 -0400)
commit9e9150becef712cfc0eebee1222f94416eab2996
tree54a7cc2ce6ab4af6213b52ea08423c38139436f5
parente4e28fbc306e94b5215b1fb1db5819b132f82faa
wl18xx: show rx_frames_per_rates as an array as it really is

[ Upstream commit a3fa71c40f1853d0c27e8f5bc01a722a705d9682 ]

In struct wl18xx_acx_rx_rate_stat, rx_frames_per_rates field is an
array, not a number.  This means WL18XX_DEBUGFS_FWSTATS_FILE can't be
used to display this field in debugfs (it would display a pointer, not
the actual data).  Use WL18XX_DEBUGFS_FWSTATS_FILE_ARRAY instead.

This bug has been found by adding a __printf attribute to
wl1271_format_buffer.  gcc complained about "format '%u' expects
argument of type 'unsigned int', but argument 5 has type 'u32 *'".

Fixes: c5d94169e818 ("wl18xx: use new fw stats structures")
Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
drivers/net/wireless/ti/wl18xx/debugfs.c
drivers/net/wireless/ti/wlcore/debugfs.h