]> Pileus Git - ~andy/linux/commit
net: cdc_ncm: remove tx_speed and rx_speed fields
authorBjørn Mork <bjorn@mork.no>
Fri, 1 Nov 2013 10:16:44 +0000 (11:16 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 2 Nov 2013 06:02:02 +0000 (02:02 -0400)
commitf3028c524a7cd4d97b034fc1f35dcaecb5d6f9d6
treec8557e31b094d3e13b383460e1a4fbe801265402
parentde5bee2720776989060b9686e6a89e938a346345
net: cdc_ncm: remove tx_speed and rx_speed fields

These fields are only used to prevent printing the same speeds
multiple times if we receive multiple identical speed notifications.

The value of these printk's is questionable, and even more so when
we filter out some of the notifications sent us by the firmware. If
we are going to print any of these, then we should print them all.

Removing little used fields is a bonus.

Cc: Alexey Orishko <alexey.orishko@gmail.com>
Signed-off-by: Bjørn Mork <bjorn@mork.no>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/cdc_ncm.c
include/linux/usb/cdc_ncm.h