Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Feb 2012 11:47:59 GMT
From:      Michael Pounov <misho@elwix.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/164951: Problem build of if_ath driver with certain mode
Message-ID:  <201202101147.q1ABlxoH072416@red.freebsd.org>
Resent-Message-ID: <201202101150.q1ABo4EI066576@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         164951
>Category:       kern
>Synopsis:       Problem build of if_ath driver with certain mode
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 10 11:50:04 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Michael Pounov
>Release:        FreeBSD-CURRENT
>Organization:
ELWIX
>Environment:
FreeBSD elwix.aitnet.org 10.0-CURRENT FreeBSD 10.0-CURRENT #15: Wed Jan 11 15:00:02 EET 2012     root@elwix.aitnet.org:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
After last build of -current with my kernel config, I found crash in build process.
After some investigation I found missing variable *ic if you use IEEE80211_SUPPORT_SUPERG.

>How-To-Repeat:
Add this line in kernel config::
 options         IEEE80211_SUPPORT_SUPERG
>Fix:
Index: sys/dev/ath/if_ath.c
===================================================================
RCS file: /home/ncvs/src/sys/dev/ath/if_ath.c,v
retrieving revision 1.380
diff -r1.380 if_ath.c
4891a4892,4893
>       struct ifnet *ifp = sc->sc_ifp;
>       struct ieee80211com *ic = ifp->if_l2com;


>Release-Note:
>Audit-Trail:
>Unformatted:



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