USB_CDC_NCM_NTH16_SIGN
nth.nth16->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH16_SIGN);
if (nth16->dwSignature != cpu_to_le32(USB_CDC_NCM_NTH16_SIGN)) {
if (ncmh->dwSignature != cpu_to_le32(USB_CDC_NCM_NTH16_SIGN) ||
nth16->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH16_SIGN);
if (nth16->dwSignature != cpu_to_le32(USB_CDC_NCM_NTH16_SIGN)) {
.nth_sign = USB_CDC_NCM_NTH16_SIGN,