linux/drivers/net/wireless/ti/wl18xx
Nicolas Iooss a3fa71c40f wl18xx: show rx_frames_per_rates as an array as it really is
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: c5d94169e8 ("wl18xx: use new fw stats structures")
Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2015-03-16 18:07:03 +02:00
..
acx.c wlcore: enable sleep during AP mode operation 2015-01-09 15:47:56 +02:00
acx.h wlcore: enable sleep during AP mode operation 2015-01-09 15:47:56 +02:00
cmd.c wlcore: add dfs master restart calls 2015-01-09 15:48:01 +02:00
cmd.h wlcore: add dfs master restart calls 2015-01-09 15:48:01 +02:00
conf.h wlcore: enable sleep during AP mode operation 2015-01-09 15:47:56 +02:00
debugfs.c wl18xx: show rx_frames_per_rates as an array as it really is 2015-03-16 18:07:03 +02:00
debugfs.h
event.c wl18xx: add radar detection implementation 2015-01-09 15:47:57 +02:00
event.h wl18xx: add radar detection implementation 2015-01-09 15:47:57 +02:00
io.c wl18xx: fix bogus compile warning on cc config option 2012-07-18 15:08:21 +03:00
io.h wlcore: Force checking of io functions' return values 2012-06-22 10:49:45 +03:00
Kconfig
main.c wl18xx: declare radar_detect_widths support for ap interfaces 2015-01-09 15:48:05 +02:00
Makefile wlcore: update events enum/struct to new fw api 2012-11-27 10:49:29 +02:00
reg.h wl18xx: print new RDL versions during boot 2013-09-30 21:12:22 +03:00
scan.c mac80211: split sched scan IEs 2014-06-25 09:10:43 +02:00
scan.h mac80211: split sched scan IEs 2014-06-25 09:10:43 +02:00
tx.c wl18xx: fix last tx rate calculation 2014-07-15 15:59:53 -04:00
tx.h
wl18xx.h wl18xx: add radar detection implementation 2015-01-09 15:47:57 +02:00