commit | afdcf151c1f7346207dcee3f8d6d82991dbbb7e5 | [log] [tgz] |
---|---|---|
author | Vivien Didelot <vivien.didelot@savoirfairelinux.com> | Fri Jan 27 15:29:39 2017 -0500 |
committer | David S. Miller <davem@davemloft.net> | Sun Jan 29 18:42:46 2017 -0500 |
tree | 1afa077b113e04b364c88e90cabade71e3675f80 | |
parent | 818be8489d6fc8f4cc2c7699bbfd8e1983080f10 [diff] |
net: dsa: store a dsa_port in dsa_slave_priv Store a pointer to the dsa_port structure in the dsa_slave_priv structure, instead of the switch/port index. This will allow to store more information such as the bridge device, needed in DSA drivers for multi-chip configuration. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: David S. Miller <davem@davemloft.net>