Re: ieee80211_input.c - typo?

From: Sam Leffler <sam_at_errno.com>
Date: Thu, 22 Dec 2005 16:13:26 -0800
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
Received on Thu Dec 22 2005 - 23:12:37 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:49 UTC