Re: [PATCH net-next 2/2] net: sierra_net: rx_urb_size is constant

2012-09-03 Thread David Miller
From: Bjørn Mork Date: Mon, 3 Sep 2012 11:20:33 +0200 > The rx_urb_size is set to the same value for every device > supported by this driver. No need to keep a per-device > data structure to do that. Replacing with a macro constant. > > This was the last device specific info, and removing it >

[PATCH net-next 2/2] net: sierra_net: rx_urb_size is constant

2012-09-03 Thread Bjørn Mork
The rx_urb_size is set to the same value for every device supported by this driver. No need to keep a per-device data structure to do that. Replacing with a macro constant. This was the last device specific info, and removing it allows us to delete the sierra_net_info_data struct. Signed-off-by: