commit | a6b74e01f072fbfec57090c3230915ef55a9068b | [log] [tgz] |
---|---|---|
author | Somnath Kotur <somnath.kotur@emulex.com> | Tue Jan 21 15:50:55 2014 +0530 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 21 23:12:59 2014 -0800 |
tree | 3acd8676541645da194b2dedf1523a5412e4514d | |
parent | 076d1329583ed6db92ebf05bc00335339fd369b1 [diff] |
be2net: Fix be_vlan_add/rem_vid() routines The current logic to put interface into VLAN Promiscous mode is not correct. We should increment "adapter->vlans_added" before calling be_vid_config(). Also removed some unwanted log messages. Signed-off-by: Kalesh AP <kalesh.purayil@emulex.com> Signed-off-by: Somnath Kotur <somnath.kotur@emulex.com> Signed-off-by: David S. Miller <davem@davemloft.net>