linux/drivers/net/wireless/ti/wlcore
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: fix copy-paste bug: assign from src struct not dest 2015-01-23 19:07:06 +02:00
acx.h
boot.c
boot.h
cmd.c wireless: Use eth_<foo>_addr instead of memset 2015-03-03 17:01:36 -05:00
cmd.h wlcore: add dfs region to reg domain update cmd 2015-01-09 15:48:03 +02:00
conf.h wlcore: add ability to reduce FW interrupts during suspend 2015-01-09 15:47:53 +02:00
debug.h drivers/net: Convert remaining uses of pr_warning to pr_warn 2014-09-09 20:37:08 -07:00
debugfs.c wlcore: fix sparse warning 2015-01-09 15:47:51 +02:00
debugfs.h wl18xx: show rx_frames_per_rates as an array as it really is 2015-03-16 18:07:03 +02:00
event.c wlcore: add dfs master restart calls 2015-01-09 15:48:01 +02:00
event.h
hw_ops.h wlcore: add dfs master restart calls 2015-01-09 15:48:01 +02:00
ini.h
init.c wlcore: enable sleep during AP mode operation 2015-01-09 15:47:56 +02:00
init.h
io.c
io.h
Kconfig
main.c wlcore: unlock on error in wl1271_op_suspend() 2015-01-23 19:37:42 +02:00
Makefile wlcore: handle smart config vendor commands 2014-07-15 15:59:56 -04:00
ps.c wl18xx: add debugfs file to emulate radar event 2015-01-09 15:47:58 +02:00
ps.h
rx.c
rx.h
scan.c
scan.h mac80211: split sched scan IEs 2014-06-25 09:10:43 +02:00
sdio.c wlcore: fix usage of platform_device_add_data() 2014-04-30 12:08:17 -04:00
spi.c wireless: wlcore: Use devm_kzalloc 2014-08-25 16:17:39 -04:00
sysfs.c net: Replace min macro with min_t 2014-03-03 15:35:54 -05:00
sysfs.h
testmode.c
testmode.h
tx.c wlcore/wl18xx/wl12xx: convert bitmaps to unsigned longs 2014-07-15 16:00:02 -04:00
tx.h
vendor_cmd.c wlcore: fix WLCORE_VENDOR_ATTR_GROUP_KEY policy 2015-01-09 15:47:49 +02:00
vendor_cmd.h wlcore/wl18xx: handle smart config events 2014-07-15 15:59:57 -04:00
wl12xx_80211.h
wlcore_i.h wlcore: add dfs master restart calls 2015-01-09 15:48:01 +02:00
wlcore.h wlcore: add dfs region to reg domain update cmd 2015-01-09 15:48:03 +02:00