diff options
| author | Miguel Rodríguez Pérez <[email protected]> | 2020-07-15 20:40:56 +0200 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2020-07-17 12:42:47 -0700 |
| commit | 0226009ce0f6089f9b31211f7a2703cf9a327a01 (patch) | |
| tree | bd87d6e9b6c737bf3b874f29eb2bc85737852a09 /tools/perf/scripts/python/bin | |
| parent | eac87c413bf9794c14d488998a5265ea5b32f04e (diff) | |
net: cdc_ether: use dev->intf to get interface information
usbnet_cdc_update_filter was getting the interface number from the
usb_interface struct in cdc_state->control. However, cdc_ncm does
not initialize that structure in its bind function, but uses
cdc_ncm_ctx instead. Getting intf directly from struct usbnet solves
the problem.
Signed-off-by: Miguel Rodríguez Pérez <[email protected]>
Signed-off-by: Bjørn Mork <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions