Re: [PATCH 1/2] cdc_ncm: Hook into usbnet_change_mtu respecting usbnet,driver_info
From: Bjørn Mork <bjorn@mork.no>
Date: 2018-06-30 12:01:22
Also in:
linux-usb
From: Bjørn Mork <bjorn@mork.no>
Date: 2018-06-30 12:01:22
Also in:
linux-usb
Miguel Rodríguez Pérez [off-list ref] writes:
Change the way cdc_ncm_change_mtu hooks into the netdev_ops structure so that changes into usbnet driver_info operations can be respected. Without this, is was not possible to hook into usbnet_set_rx_mode.
Please export usbnet_set_rx_mode instead, so that cdc_ncm_netdev_ops can be kept const. Bjørn