]> nv-tegra.nvidia Code Review - linux-2.6.git/commit
net: Convert struct net_device uc_promisc to bool
authorJoe Perches <joe@perches.com>
Mon, 25 Jul 2011 23:17:35 +0000 (16:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Jul 2011 23:17:35 +0000 (16:17 -0700)
commit2d348d1f569f051d2609b04d27bb55cd25eda8fe
tree877e13a3ae4ac76c7a64911c10f5600a314e56ab
parent48daec034b2669c634983d0435beac41190b4c91
net: Convert struct net_device uc_promisc to bool

No need to use int, its uses are boolean.
May save a few bytes one day.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
net/core/dev.c