Loading
qcacld-3.0: Check if netdev feature need to update
Currently based on the INI option we are scheduling work to dynamically disable/enable checksum offload and TSO. But in the case of roaming from latency critical connection to latency critical connection or non-latency critical connection to non-latency critical connection, we do not need to schedule work. So adding a condition to check : For non-latency critical connection: If checksum offload and TSO are not disabled then schedule work. For latency critical: If checksum offload and TSO are not enabled then schedule work. Change-Id: I75a51707774c3428971dfe5cc0b0d3cdc2a17ac8 CRs-Fixed: 3054183