Skip to content

Commit

Permalink
bnx2x: Add main CNIC interface functions.
Browse files Browse the repository at this point in the history
Add the main CNIC registration, callback, MAC addr. setup functions.

Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: Shmulik Ravid - Rabinovitz <shmulikr@broadcom.com>
Acked-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Michael Chan authored and David S. Miller committed Oct 12, 2009
1 parent 37b091b commit 993ac7b
Show file tree
Hide file tree
Showing 3 changed files with 404 additions and 2 deletions.
4 changes: 4 additions & 0 deletions drivers/net/bnx2x.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
#define BCM_VLAN 1
#endif

#if defined(CONFIG_CNIC) || defined(CONFIG_CNIC_MODULE)
#define BCM_CNIC 1
#include "cnic_if.h"
#endif

#define BNX2X_MULTI_QUEUE

Expand Down
Loading

0 comments on commit 993ac7b

Please sign in to comment.