linux/drivers/net/wireless/intersil
Jarod Wilson a52ad514fd net: deprecate eth_change_mtu, remove usage
With centralized MTU checking, there's nothing productive done by
eth_change_mtu that isn't already done in dev_set_mtu, so mark it as
deprecated and remove all usage of it in the kernel. All callers have been
audited for calls to alloc_etherdev* or ether_setup directly, which means
they all have a valid dev->min_mtu and dev->max_mtu. Now eth_change_mtu
prints out a netdev_warn about being deprecated, for the benefit of
out-of-tree drivers that might be utilizing it.

Of note, dvb_net.c actually had dev->mtu = 4096, while using
eth_change_mtu, meaning that if you ever tried changing it's mtu, you
couldn't set it above 1500 anymore. It's now getting dev->max_mtu also set
to 4096 to remedy that.

v2: fix up lantiq_etop, missed breakage due to drive not compiling on x86

CC: netdev@vger.kernel.org
Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-10-13 09:36:57 -04:00
..
hostap hostap: Use memdup_user() to reuse code 2016-09-03 12:54:53 +03:00
orinoco net: wireless: intersil: orinoco: orinoco_usb: don't print error when allocating urb fails 2016-08-13 14:53:41 -07:00
p54 cfg80211: remove enum ieee80211_band 2016-04-12 15:56:15 +02:00
prism54 net: deprecate eth_change_mtu, remove usage 2016-10-13 09:36:57 -04:00
Kconfig prism54: move under intersil vendor directory 2015-11-18 14:28:31 +02:00
Makefile prism54: move under intersil vendor directory 2015-11-18 14:28:31 +02:00