android_kernel_samsung_univ.../drivers/net/team
Dan Carpenter d3078b97f6 team: use netdev_features_t instead of u32
[ Upstream commit 25ea66544bfd1d9df1b7e1502f8717e85fa1e6e6 ]

This code was introduced in 2011 around the same time that we made
netdev_features_t a u64 type.  These days a u32 is not big enough to
hold all the potential features.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-06-13 16:15:29 +02:00
..
Kconfig
Makefile
team_mode_activebackup.c
team_mode_broadcast.c
team_mode_loadbalance.c
team_mode_random.c
team_mode_roundrobin.c
team.c team: use netdev_features_t instead of u32 2018-06-13 16:15:29 +02:00