commit | 48c20407f49039d8da155ca00877ec5f057799e6 | [log] [tgz] |
---|---|---|
author | hayeswang <hayeswang@realtek.com> | Fri Sep 12 11:35:11 2014 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sat Sep 13 16:52:44 2014 -0400 |
tree | 5f97d3d48d3612e4bef012df3525d5b201a92932 | |
parent | 618073e30c225ddaef086c030a5f0a3c7ef2d323 [diff] |
r8169: fix the default setting of rx vlan If the parameter "features" of __rtl8169_set_features() is equal to dev->features, the variable "changed" is alwayes 0, and nothing would be changed. Signed-off-by: Hayes Wang <hayeswang@realtek.com> Signed-off-by: David S. Miller <davem@davemloft.net>