Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 572c6c13 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: gadget: ncm: Fix default ndp_sign value"

parents 5f3795d6 da57924d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -450,6 +450,7 @@ static inline unsigned get_ncm(__le16 **p, unsigned size)
static inline void ncm_reset_values(struct f_ncm *ncm)
{
	ncm->parser_opts = &ndp16_opts;
	ncm->ndp_sign = ncm->parser_opts->ndp_sign;
	ncm->is_crc = false;
	ncm->port.cdc_filter = DEFAULT_FILTER;