Re: [PATCH net] cdc_ether: Fix handling connection notification

2016-11-30 Thread Henning Schild
dc_status() to > how it was before bfe9b9d2df66. The work-around has been moved to a > separate status-function which is only called when a known, affect > device is detected. > > Fixes: bfe9b9d2df66 ("cdc_ether: Improve ZTE MF823/831/910 handling") > Reported-by: Henn

cdc_ether flooding kernel logs since bfe9b9d2d

2016-11-29 Thread Henning Schild
Hi, commit bfe9b9d2d introduced a workaround for link status detection. That workaround seems to cause a tight loop of usbnet_cdc_status being called all the time, which in turn prints "kevent 11 may have been dropped" in the kernel log all the time. I am not sure about the semantics, i just