Files
kernel_arpi/include/linux
Johannes Berg 8b86a61da3 net: remove unused 'dev' argument from netif_needs_gso()
In commit 04ffcb255f ("net: Add ndo_gso_check") Tom originally
added the 'dev' argument to be able to call ndo_gso_check().

Then later, when generalizing this in commit 5f35227ea3
("net: Generalize ndo_gso_check to ndo_features_check")
Jesse removed the call to ndo_gso_check() in netif_needs_gso()
by calling the new ndo_features_check() in a different place.
This made the 'dev' argument unused.

Remove the unused argument and go back to the code as before.

Cc: Tom Herbert <therbert@google.com>
Cc: Jesse Gross <jesse@nicira.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-04-17 13:29:41 -04:00
..
2015-02-19 13:31:40 +03:00
2015-03-29 16:17:10 +01:00
2015-04-02 16:25:04 -04:00
2015-04-07 11:17:34 +02:00
2015-03-25 20:28:11 -04:00
2015-03-11 15:56:59 -07:00
2015-03-02 16:43:41 -05:00
2015-02-18 15:08:33 +01:00
2015-03-16 21:45:54 +11:00
2015-02-17 14:34:51 -08:00
2015-04-14 16:49:05 -07:00
2015-03-11 17:56:28 -04:00
2015-04-10 08:27:18 -05:00
2015-02-17 14:34:52 -08:00
2015-02-16 17:56:03 -08:00
2015-02-24 08:44:16 +01:00
2015-03-11 21:55:28 -04:00
2015-04-11 15:53:35 -04:00
2015-03-25 13:28:58 +01:00
2015-04-11 22:26:51 -04:00