Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Feb 2012 10:17:15 +0200
From:      Michael Pounov <misho@elwix.org>
To:        adrian@freebsd.org
Cc:        freebsd-wireless@freebsd.org
Subject:   Problem build of if_ath driver with certain mode
Message-ID:  <20120210101715.a95d0487.misho@elwix.org>
In-Reply-To: <CAJ-Vmonmk=0maQcJd8iZscZvRxi%2BZcZiwWQyZ1r1Ju4QyhgKXw@mail.gmail.com>
References:  <CAJ-VmonSrcSQmZeENgH1fagnn6DOMhX6rC-n9=dOtypTabcSLg@mail.gmail.com> <CAAgh0_aAijDoguQCJO8jR=cZ5LrZGLfxpGruZWGsjGf987-zOw@mail.gmail.com> <CAJ-Vmon%2BpQ9U7-YEQ1pYVbHM=5D=cp-z6eoPGJhV_GU3r7hy8A@mail.gmail.com> <201202062059.16816.bschmidt@freebsd.org> <CAJ-Vmo=6xF8pWceBQVb4x3PYbLoGiiiAh9u2ZA8A=bAQdrOFdg@mail.gmail.com> <CAJ-Vmonmk=0maQcJd8iZscZvRxi%2BZcZiwWQyZ1r1Ju4QyhgKXw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi, Adrian

I working with atheros driver intensively. 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.

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;


Look at a patch and if you think it is ok, may be is good to include.

Best Regards
-- 
Michael Pounov <misho@elwix.org>



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