All of lore.kernel.org
 help / color / mirror / Atom feed
* mac80211 debugfs compile failure
@ 2007-04-06 22:28 Michael Buesch
  2007-04-06 22:43 ` Daniel Drake
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Buesch @ 2007-04-06 22:28 UTC (permalink / raw)
  To: Jiri Benc; +Cc: John Linville, Johannes Berg, linux-wireless

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.
-
To unsubscribe from this list: send the line "unsubscribe linux-wireles=
s" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: mac80211 debugfs compile failure
  2007-04-06 22:28 mac80211 debugfs compile failure Michael Buesch
@ 2007-04-06 22:43 ` Daniel Drake
  2007-04-06 22:54   ` Tomas Winkler
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Drake @ 2007-04-06 22:43 UTC (permalink / raw)
  To: Michael Buesch; +Cc: Jiri Benc, John Linville, Johannes Berg, linux-wireless

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

-
To unsubscribe from this list: send the line "unsubscribe linux-wireles=
s" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: mac80211 debugfs compile failure
  2007-04-06 22:43 ` Daniel Drake
@ 2007-04-06 22:54   ` Tomas Winkler
  2007-04-07  8:50     ` Ulrich Kunitz
  0 siblings, 1 reply; 4+ messages in thread
From: Tomas Winkler @ 2007-04-06 22:54 UTC (permalink / raw)
  To: John Linville
  Cc: Michael Buesch, Jiri Benc, Johannes Berg, linux-wireless,
	Daniel Drake

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 <dsd@gentoo.org> 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 majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
-
To unsubscribe from this list: send the line "unsubscribe linux-wireles=
s" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: mac80211 debugfs compile failure
  2007-04-06 22:54   ` Tomas Winkler
@ 2007-04-07  8:50     ` Ulrich Kunitz
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Kunitz @ 2007-04-07  8:50 UTC (permalink / raw)
  To: Tomas Winkler
  Cc: John Linville, Michael Buesch, Jiri Benc, Johannes Berg,
	linux-wireless, Daniel Drake

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-04-07  8:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-06 22:28 mac80211 debugfs compile failure Michael Buesch
2007-04-06 22:43 ` Daniel Drake
2007-04-06 22:54   ` Tomas Winkler
2007-04-07  8:50     ` Ulrich Kunitz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.