commit | 80d5c3689b886308247da295a228a54df49a44f6 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Fri Apr 19 02:04:28 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 19 14:45:27 2013 -0400 |
tree | ce7b1e6898c3f9fea945e67fd06b125dfcc61fe7 | |
parent | f646968f8f7c624587de729115d802372b9063dd [diff] |
net: vlan: prepare for 802.1ad VLAN filtering offload Change the rx_{add,kill}_vid callbacks to take a protocol argument in preparation of 802.1ad support. The protocol argument used so far is always htons(ETH_P_8021Q). Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>