commit | f02bdffca29bc41e440ac67ffd47b56834d3bf85 | [log] [tgz] |
---|---|---|
author | Vivien Didelot <vivien.didelot@savoirfairelinux.com> | Sun Oct 11 18:08:36 2015 -0400 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 13 04:26:29 2015 -0700 |
tree | 51649e9828fd07318d62fe66d43946f014cf43ec | |
parent | ede8098d0fef46ae48e59fcf7088149ca424d959 [diff] |
net: dsa: mv88e6xxx: do not support per-port FID Since we configure a switch chip through a Linux bridge, and a bridge is implemented as a VLAN, there is no need for per-port FID anymore. This patch gets rid of this and simplifies the driver code since we can now directly map all 4095 FIDs available to all VLANs. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: David S. Miller <davem@davemloft.net>