diff options
author | Andrew Lunn | 2016-12-03 04:45:17 +0100 |
---|---|---|
committer | David S. Miller | 2016-12-03 23:18:38 -0500 |
commit | 5f4366660d65aca15e5887bd04c9c0140a658e40 (patch) | |
tree | ba8f89c174934ef70c424b2cffb97ec575050c96 /drivers/net/dsa/mv88e6xxx/port.h | |
parent | 6e55f69846f0b11dd59a5d9ade44f4cc40eaa0ec (diff) |
net: dsa: mv88e6xxx: Refactor setting of jumbo frames
Some switches support jumbo frames. Refactor this code into operations
in the ops structure.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/mv88e6xxx/port.h')
-rw-r--r-- | drivers/net/dsa/mv88e6xxx/port.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/dsa/mv88e6xxx/port.h b/drivers/net/dsa/mv88e6xxx/port.h index 83cb3440e067..9e25735c287e 100644 --- a/drivers/net/dsa/mv88e6xxx/port.h +++ b/drivers/net/dsa/mv88e6xxx/port.h @@ -62,6 +62,6 @@ int mv88e6351_port_set_egress_unknowns(struct mv88e6xxx_chip *chip, int port, bool on); int mv88e6351_port_set_ether_type(struct mv88e6xxx_chip *chip, int port, u16 etype); - +int mv88e6165_port_jumbo_config(struct mv88e6xxx_chip *chip, int port); #endif /* _MV88E6XXX_PORT_H */ |