From: Larry Finger <larry.finger@lwfinger.net>
To: Michael Buesch <mb@bu3sch.de>
Cc: bcm43xx-dev@lists.berlios.de,
Michael Wu <flamingice@sourmilk.net>,
linux-wireless@vger.kernel.org
Subject: Re: [PATCH 1/4] Mac80211: Add new names for statistics variables
Date: Sat, 14 Apr 2007 13:24:37 -0500 [thread overview]
Message-ID: <46211C65.1040406@lwfinger.net> (raw)
In-Reply-To: <200704142015.18660.mb@bu3sch.de>
Michael Buesch wrote:
> On Saturday 14 April 2007 20:13, Larry Finger wrote:
>> Index: wireless-dev/net/mac80211/ieee80211.c
>> ===================================================================
>> --- wireless-dev.orig/net/mac80211/ieee80211.c
>> +++ wireless-dev/net/mac80211/ieee80211.c
>> @@ -4211,7 +4211,7 @@ void ieee80211_rx_irqsafe(struct ieee802
>> {
>> struct ieee80211_local *local = hw_to_local(hw);
>>
>> - BUILD_BUG_ON(sizeof(struct ieee80211_rx_status) > sizeof(skb->cb));
>> +// BUILD_BUG_ON(sizeof(struct ieee80211_rx_status) > sizeof(skb->cb));
>
> Whoops?
Yes, the BUILD_BUG_ON killed the compilation with both old and new names in the structs. Patch 4/4
restores the statement.
Larry
next prev parent reply other threads:[~2007-04-14 18:23 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-14 18:13 [PATCH 1/4] Mac80211: Add new names for statistics variables Larry Finger
2007-04-14 18:15 ` Michael Buesch
2007-04-14 18:24 ` Larry Finger [this message]
2007-04-14 21:39 ` Michael Wu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=46211C65.1040406@lwfinger.net \
--to=larry.finger@lwfinger.net \
--cc=bcm43xx-dev@lists.berlios.de \
--cc=flamingice@sourmilk.net \
--cc=linux-wireless@vger.kernel.org \
--cc=mb@bu3sch.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.