Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Apr 2012 19:50:04 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-wireless@FreeBSD.org
Subject:   Re: kern/164951: commit references a PR
Message-ID:  <201204101950.q3AJo4JZ017692@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/164951; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/164951: commit references a PR
Date: Tue, 10 Apr 2012 19:47:59 +0000 (UTC)

 Author: adrian
 Date: Tue Apr 10 19:47:44 2012
 New Revision: 234110
 URL: http://svn.freebsd.org/changeset/base/234110
 
 Log:
   Fix compilation with IEEE80211_ENABLE_SUPERG defined.
   
   PR:		kern/164951
 
 Modified:
   head/sys/dev/ath/if_ath.c
 
 Modified: head/sys/dev/ath/if_ath.c
 ==============================================================================
 --- head/sys/dev/ath/if_ath.c	Tue Apr 10 19:25:43 2012	(r234109)
 +++ head/sys/dev/ath/if_ath.c	Tue Apr 10 19:47:44 2012	(r234110)
 @@ -4906,6 +4906,7 @@ ath_tx_processq(struct ath_softc *sc, st
  	struct ath_tx_status *ts;
  	struct ieee80211_node *ni;
  	struct ath_node *an;
 +	struct ieee80211com *ic = sc->sc_ifp->if_l2com;
  	int nacked;
  	HAL_STATUS status;
  
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204101950.q3AJo4JZ017692>