qlcnic: Use generic fdb handler when driver options are not enabled.
authorVlad Yasevich <vyasevic@redhat.com>
Wed, 6 Mar 2013 15:39:45 +0000 (15:39 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Mar 2013 20:29:46 +0000 (15:29 -0500)
commit3e5c112f5f3a09e7b5a899ef87ce38de83f99f1a
treee6130e1486b7f2f0e7ee09ff9542fde75da00d00
parent75a75ee46bab6f580bde5514a08f75f4db1f0a2d
qlcnic: Use generic fdb handler when driver options are not enabled.

Allow qlcnic to use the generic fdb handler when the driver options
are not enabled.   Untill the driver is fully fixed, this allows
the use of the FDB interface with qlogic driver, but simply puts
the driver into promisc mode since the driver currently does not
support IFF_UNICAST_FLT.

CC: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
Acked-by: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
CC: Sony Chacko <sony.chacko@qlogic.com>
CC: linux-driver@qlogic.com
Signed-off-by: Vlad Yasevich <vyasevic@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c