diff options
| author | Miguel Rodríguez Pérez <[email protected]> | 2020-07-15 20:40:59 +0200 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2020-07-17 12:42:47 -0700 |
| commit | 37a2ebdd9e597ae1a0270ac747883ea8f6f767b6 (patch) | |
| tree | 896229d30f19bda375cab389579f7f979eb55e61 /tools/perf/scripts/python | |
| parent | 1ea2b748b5eb4f9b6c8f66d098f1277afb724336 (diff) | |
net: cdc_ncm: add .ndo_set_rx_mode to cdc_ncm_netdev_ops
The cdc_ncm driver overrides the net_device_ops structure used by usbnet
to be able to hook into .ndo_change_mtu. However, the structure was
missing the .ndo_set_rx_mode field, preventing the driver from
hooking into usbnet's set_rx_mode. This patch adds the missing callback to
usbnet_set_rx_mode in net_device_ops.
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')
0 files changed, 0 insertions, 0 deletions