2007-04-06 22:28:41

by Michael Büsch

[permalink] [raw]
Subject: mac80211 debugfs compile failure

Just got the following when pulling linville's tree
into mine.

net/mac80211/debugfs.c: In function =E2=80=98stats_wme_rx_queue_read=E2=
=80=99:
net/mac80211/debugfs.c:266: error: =E2=80=98struct ieee80211_local=E2=80=
=99 has no member named =E2=80=98wme_rx_queue=E2=80=99
net/mac80211/debugfs.c: In function =E2=80=98stats_wme_tx_queue_read=E2=
=80=99:
net/mac80211/debugfs.c:286: error: =E2=80=98struct ieee80211_local=E2=80=
=99 has no member named =E2=80=98wme_tx_queue=E2=80=99
make[2]: *** [net/mac80211/debugfs.o] Error 1
make[1]: *** [net/mac80211] Error 2
make: *** [net] Error 2

Seems like some ifdefs missing or something. Does a patch exist?

--=20
Greetings Michael.


2007-04-06 22:54:26

by Tomas Winkler

[permalink] [raw]
Subject: Re: mac80211 debugfs compile failure

John
Can you give this patch some higher priority. It's not nice to have a
compilation breakage for so long time in the 'main' branch.
Thanks
Tomas

On 4/7/07, Daniel Drake <[email protected]> wrote:
> Michael Buesch wrote:
> > net/mac80211/debugfs.c: In function =E2=80=98stats_wme_rx_queue_rea=
d=E2=80=99:
> > net/mac80211/debugfs.c:266: error: =E2=80=98struct ieee80211_local=E2=
=80=99 has no member named =E2=80=98wme_rx_queue=E2=80=99
> > net/mac80211/debugfs.c: In function =E2=80=98stats_wme_tx_queue_rea=
d=E2=80=99:
> > net/mac80211/debugfs.c:286: error: =E2=80=98struct ieee80211_local=E2=
=80=99 has no member named =E2=80=98wme_tx_queue=E2=80=99
> > make[2]: *** [net/mac80211/debugfs.o] Error 1
> > make[1]: *** [net/mac80211] Error 2
> > make: *** [net] Error 2
> >
> > Seems like some ifdefs missing or something. Does a patch exist?
> >
>
> From Johannes:
> [PATCH] fix debugfs compile w/o debug counters
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-wirel=
ess" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>

2007-04-07 08:50:26

by Ulrich Kunitz

[permalink] [raw]
Subject: Re: mac80211 debugfs compile failure

On 07-04-07 01:54 Tomas Winkler wrote:

> John
> Can you give this patch some higher priority. It's not nice to have a
> compilation breakage for so long time in the 'main' branch.
> Thanks
> Tomas
>
> > From Johannes:
> >[PATCH] fix debugfs compile w/o debug counters
> >

I've just fetched from John's wireless-dev tree. The patch is in
there as commit 32bfb29ad.

--
Uli Kunitz

2007-04-06 22:43:45

by Daniel Drake

[permalink] [raw]
Subject: Re: mac80211 debugfs compile failure

Michael Buesch wrote:
> net/mac80211/debugfs.c: In function =E2=80=98stats_wme_rx_queue_read=E2=
=80=99:
> net/mac80211/debugfs.c:266: error: =E2=80=98struct ieee80211_local=E2=
=80=99 has no member named =E2=80=98wme_rx_queue=E2=80=99
> net/mac80211/debugfs.c: In function =E2=80=98stats_wme_tx_queue_read=E2=
=80=99:
> net/mac80211/debugfs.c:286: error: =E2=80=98struct ieee80211_local=E2=
=80=99 has no member named =E2=80=98wme_tx_queue=E2=80=99
> make[2]: *** [net/mac80211/debugfs.o] Error 1
> make[1]: *** [net/mac80211] Error 2
> make: *** [net] Error 2
>=20
> Seems like some ifdefs missing or something. Does a patch exist?
>=20

From Johannes:
[PATCH] fix debugfs compile w/o debug counters