linux/drivers/net
Nicolas Iooss bc55d7ddb9 wl18xx: show rx_frames_per_rates as an array as it really is
commit a3fa71c40f upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-05-06 21:59:20 +02:00
..
appletalk
arcnet drivers/net: delete non-required instances of include <linux/init.h> 2014-01-16 11:53:26 -08:00
bonding bonding: Call dev_kfree_skby_any instead of kfree_skb. 2015-04-29 10:31:48 +02:00
caif drivers/net: delete non-required instances of include <linux/init.h> 2014-01-16 11:53:26 -08:00
can can: flexcan: Deferred on Regulator return EPROBE_DEFER 2015-04-19 10:11:08 +02:00
cris
dsa
ethernet e1000: add dummy allocator to fix race condition between mtu change and netpoll 2015-05-06 21:59:20 +02:00
fddi drivers/net: delete non-required instances of include <linux/init.h> 2014-01-16 11:53:26 -08:00
hamradio Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2014-01-06 17:37:45 -05:00
hippi drivers/net: delete non-required instances of include <linux/init.h> 2014-01-16 11:53:26 -08:00
hyperv hyperv: Fix a bug in netvsc_start_xmit() 2014-10-15 08:36:42 +02:00
ieee802154 ieee802154: fix error handling in ieee802154fake_probe() 2014-12-06 15:55:34 -08:00
irda irtty-sir.c: Do not set_termios() on irtty_close() 2014-02-17 16:27:51 -05:00
phy net: phy: Fix verification of EEE support in phy_init_eee 2015-03-18 13:31:21 +01:00
plip net: plip: slight optimization of addr compare 2013-12-31 16:48:33 -05:00
ppp ppp: deflate: never return len larger than output buffer 2015-02-26 17:50:12 -08:00
slip slip: Fix deadlock in write_wakeup 2014-07-28 08:05:58 -07:00
team team: don't traverse port list using rcu in team_set_mac_address 2015-03-18 13:31:23 +01:00
usb Revert "net: cx82310_eth: use common match macro" 2015-03-26 15:06:50 +01:00
vmxnet3 vmxnet3: fix building without CONFIG_PCI_MSI 2014-03-13 12:56:38 -04:00
wan wan: dlci: Remove unused netdev_priv pointer 2014-02-09 18:40:56 -08:00
wimax
wireless wl18xx: show rx_frames_per_rates as an array as it really is 2015-05-06 21:59:20 +02:00
xen-netback xen-netback: disable rogue vif in kthread context 2014-04-14 06:50:03 -07:00
Kconfig drivers/net: macvtap and tun depend on INET 2014-11-14 08:59:44 -08:00
LICENSE.SRC
Makefile
Space.c drivers: net: Include new header file in sbni.c 2013-12-19 18:51:20 -05:00
dummy.c
eql.c eql: use __dev_get_by_name instead of dev_get_by_name to find interface 2014-01-14 18:50:46 -08:00
ifb.c ifb: Remove vlan acceleration from vlan_features 2014-03-28 17:16:50 -04:00
loopback.c drivers/net: delete non-required instances of include <linux/init.h> 2014-01-16 11:53:26 -08:00
macvlan.c net: allow macvlans to move to net namespace 2014-10-15 08:36:41 +02:00
macvtap.c macvtap: make sure neighbour code can push ethernet header 2015-03-18 13:31:22 +01:00
mdio.c mdio: unused ethtool functions 2013-12-26 13:29:35 -05:00
mii.c
netconsole.c
nlmon.c
ntb_netdev.c
rionet.c
sb1000.c
sungem_phy.c
tun.c tun: Fix csum_start with VLAN acceleration 2014-11-21 09:23:01 -08:00
veth.c veth: Turn off vlan rx acceleration in vlan_features 2014-03-28 17:16:51 -04:00
virtio_net.c Revert "drivers/net: Disable UFO through virtio" 2014-11-21 09:22:59 -08:00
vxlan.c Fix race condition between vxlan_sock_add and vxlan_sock_release 2014-12-16 09:34:27 -08:00
xen-netfront.c xen-netfront: Remove BUGs on paged skb data which crosses a page boundary 2014-12-16 09:34:26 -08:00