Searched refs:enable_crc16 (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dspi.c26 static bool enable_crc16; /* protect SPI data with CRC16 */ variable
27 module_param(enable_crc16, bool, 0644);
28 MODULE_PARM_DESC(enable_crc16,
238 enable_crc7 ? "on" : "off", enable_crc16 ? "on" : "off");
1178 if (enable_crc16)
1198 spi_priv->crc16_enabled = enable_crc16;

Completed in 180 milliseconds