ieee80211_input.c - typo?

Sam Leffler sam at errno.com
Thu Dec 22 16:12:37 PST 2005


jdelano at 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


More information about the freebsd-current mailing list