Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

net: cdc-ncm: cleanup device descriptor

Flags are boolean values, hence they should be typed
as bool, not as u8.

Signed-off-by: Oliver Neukum <oneukum@suse.com>
Link: https://patch.msgid.link/20260210122208.29244-1-oneukum@suse.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Oliver Neukum and committed by
Greg Kroah-Hartman
282b8eec bb24a1c0

+2 -2
+2 -2
include/linux/usb/cdc_ncm.h
··· 118 118 119 119 u32 timer_interval; 120 120 u32 max_ndp_size; 121 - u8 is_ndp16; 122 - u8 filtering_supported; 121 + bool is_ndp16; 122 + bool filtering_supported; 123 123 union { 124 124 struct usb_cdc_ncm_ndp16 *delayed_ndp16; 125 125 struct usb_cdc_ncm_ndp32 *delayed_ndp32;