From: Jiri Pirko Date: Fri, 9 Dec 2011 00:52:37 +0000 (-0500) Subject: net: make vlan ndo_vlan_rx_[add/kill]_vid return error value X-Git-Tag: v3.3-rc1~182^2~291 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e586137e6b63af1e881b328466ab5ffbe562510;p=pandora-kernel.git net: make vlan ndo_vlan_rx_[add/kill]_vid return error value Let caller know the result of adding/removing vlan id to/from vlan filter. In some drivers I make those functions to just return 0. But in those where there is able to see if hw setup went correctly, return value is set appropriately. Signed-off-by: Jiri Pirko Signed-off-by: David S. Miller --- Reading git-diff-tree failed