net: dsa: mv88e6xxx: MV88E6097 does not support jumbo configuration
authorChris Packham <chris.packham@alliedtelesis.co.nz>
Thu, 23 Jul 2020 23:21:20 +0000 (11:21 +1200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 25 Jul 2020 03:03:27 +0000 (20:03 -0700)
commit0f3c66a3c7b4e8b9f654b3c998e9674376a51b0f
tree76ff4a8c4a5732aef189daec8b40a72c8d00b28a
parent9b964f16546167fd1d5dfcf4d66f5cc9bf608525
net: dsa: mv88e6xxx: MV88E6097 does not support jumbo configuration

The MV88E6097 chip does not support configuring jumbo frames. Prior to
commit 5f4366660d65 only the 6352, 6351, 6165 and 6320 chips configured
jumbo mode. The refactor accidentally added the function for the 6097.
Remove the erroneous function pointer assignment.

Fixes: 5f4366660d65 ("net: dsa: mv88e6xxx: Refactor setting of jumbo frames")
Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/mv88e6xxx/chip.c