dsa: Rename phys_port_mask to enabled_port_mask
authorAndrew Lunn <andrew@lunn.ch>
Wed, 13 Apr 2016 00:40:44 +0000 (02:40 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 Apr 2016 22:15:23 +0000 (18:15 -0400)
commit74c3e2a54b7d9eb57f23fb0e157b90bb6dae629f
tree31a0d1f055d42843bfbc47ba25d0c707a9e7d8ed
parente49bad319630dedeeda3a638a707ec7b5d402ad5
dsa: Rename phys_port_mask to enabled_port_mask

The phys in phys_port_mask suggests this mask is about PHYs. In fact,
it means physical ports. Rename to enabled_port_mask, indicating
external enabled ports of the switch, which is hopefully less
confusing.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Tested-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/bcm_sf2.c
drivers/net/dsa/mv88e6060.c
include/net/dsa.h
net/dsa/dsa.c