usb: gadget: f_ncm: allow using NCM in SuperSpeed Plus gadgets.
authorLorenzo Colitti <lorenzo@google.com>
Tue, 25 Aug 2020 05:55:05 +0000 (14:55 +0900)
committerFelipe Balbi <balbi@kernel.org>
Fri, 2 Oct 2020 06:57:41 +0000 (09:57 +0300)
commit7974ecd7d3c0f42a98566f281e44ea8573a2ad88
tree8b3b9be50772560e3c9cf37074794660f9a49eaa
parenta176b1a2a73c9598f77f2fa3df67184321092f55
usb: gadget: f_ncm: allow using NCM in SuperSpeed Plus gadgets.

Currently, enabling f_ncm at SuperSpeed Plus speeds results in an
oops in config_ep_by_speed because ncm_set_alt passes in NULL
ssp_descriptors. Fix this by re-using the SuperSpeed descriptors.
This is safe because usb_assign_descriptors calls
usb_copy_descriptors.

Tested: enabled f_ncm on a dwc3 gadget and 10Gbps link, ran iperf
Reviewed-by: Maciej Żenczykowski <maze@google.com>
Signed-off-by: Lorenzo Colitti <lorenzo@google.com>
Signed-off-by: Felipe Balbi <balbi@kernel.org>
drivers/usb/gadget/function/f_ncm.c