Re: linux-next: Tree for August 15 (bnx2) [resend/lost]

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Randy Dunlap
Date: Friday, August 15, 2008 - 8:41 am

When VLAN is not enabled, bnx2 build fails with:

drivers/net/bnx2.c: In function 'bnx2_rx_int':
drivers/net/bnx2.c:2959: error: dereferencing pointer to incomplete type
drivers/net/bnx2.c:2960: error: dereferencing pointer to incomplete type
make[2]: *** [drivers/net/bnx2.o] Error 1


on these lines:

				ve->h_vlan_proto = htons(ETH_P_8021Q);
				ve->h_vlan_TCI = htons(vtag);


---
~Randy
Linux Plumbers Conference, 17-19 September 2008, Portland, Oregon USA
http://linuxplumbersconf.org/
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
linux-next: Tree for August 15, Stephen Rothwell, (Fri Aug 15, 1:40 am)
Re: linux-next: Tree for August 15 (bnx2) [resend/lost], Randy Dunlap, (Fri Aug 15, 8:41 am)
Re: linux-next: Tree for August 15 (bnx2) [resend/lost], David Miller, (Fri Aug 15, 3:17 pm)
Re: linux-next: Tree for August 15 (bnx2) [resend/lost], Randy Dunlap, (Fri Aug 15, 4:41 pm)
Re: linux-next: Tree for August 15, Tino Keitel, (Sun Aug 17, 10:49 pm)