From fd094808a06e290432fc13c09aae808aea34d2ca Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 27 Aug 2013 12:03:53 +0100 Subject: [PATCH] bridge: inherit slave devices needed_headroom Some slave devices may have set a dev->needed_headroom value which is different than the default one, most likely in order to prepend a hardware descriptor in front of the Ethernet frame to send. Whenever a new slave is added to a bridge, ensure that we update the needed_headroom value accordingly to account for the slave needed_headroom value. Signed-off-by: Florian Fainelli Signed-off-by: David S. Miller --- Reading git-format-patch failed