Date: Thu, 22 Dec 2005 16:13:26 -0800 From: Sam Leffler <sam@errno.com> To: jdelano@nspiral.com Cc: freebsd-current@freebsd.org Subject: Re: ieee80211_input.c - typo? Message-ID: <43AB4126.8020004@errno.com> In-Reply-To: <20051222151654.487394aa30c155c9a20129fbf28b1b35.82098b0558.wbe@email.email.secureserver.net> References: <20051222151654.487394aa30c155c9a20129fbf28b1b35.82098b0558.wbe@email.email.secureserver.net>
next in thread | previous in thread | raw e-mail | index | archive | help
jdelano@nspiral.com wrote: > Hi Sam, > > Build with new patch for ath failed because of line 713 below > > > *** src/sys/net80211/ieee80211_input.c Sun Dec 18 10:24:27 2005 > --- /usr/src/sys/net80211/ieee80211_input.c Thu Dec 22 05:41:23 2005 > *************** > *** 710,716 **** > if (m != NULL) { > if (ni->ni_vlan != 0) { > /* attach vlan tag */ > ! VLAN_INPUT_TAG(ifp, m, ni->ni_vlan); /* <<<<< missing comma ? */ > if (m == NULL) > goto out; /* XXX goto err? */ > } > --- 710,716 ---- > if (m != NULL) { > if (ni->ni_vlan != 0) { > /* attach vlan tag */ > ! VLAN_INPUT_TAG(ifp, m, ni->ni_vlan,); > if (m == NULL) > goto out; /* XXX goto err? */ > } > The vlan code changed; you'll need to fix the output of the patch. Not sure when I'll have time to update it. Sam
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43AB4126.8020004>