Browse Source

net/wan/fsl_ucc_hdlc: allow PARITY_CRC16_PR0_CCITT parity

Signed-off-by: David Gounaris <david.gounaris@infinera.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
David Gounaris 7 years ago
parent
commit
43a78e0e64
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/net/wan/fsl_ucc_hdlc.c

+ 1 - 0
drivers/net/wan/fsl_ucc_hdlc.c

@@ -780,6 +780,7 @@ static int ucc_hdlc_attach(struct net_device *dev, unsigned short encoding,
 
 	if (parity != PARITY_NONE &&
 	    parity != PARITY_CRC32_PR1_CCITT &&
+	    parity != PARITY_CRC16_PR0_CCITT &&
 	    parity != PARITY_CRC16_PR1_CCITT)
 		return -EINVAL;