From: "John W. Linville" <linville@tuxdriver.com>
To: linux-wireless@vger.kernel.org
Cc: Ivo van Doorn <IvDoorn@gmail.com>, rt2400-devel@lists.sourceforge.net
Subject: [PATCH] rt2x00: fix build break from (struct interface *)->id typo
Date: Fri, 20 Jul 2007 14:47:42 -0400 [thread overview]
Message-ID: <20070720184742.GI7428@tuxdriver.com> (raw)
CC [M] drivers/net/wireless/mac80211/rt2x00/rt2x00mac.o drivers/net/=
wireless/mac80211/rt2x00/rt2x00mac.c: In function =E2=80=98rt2x00_tx_rt=
s_cts=E2=80=99:
drivers/net/wireless/mac80211/rt2x00/rt2x00mac.c:60: error: =E2=80=98st=
ruct interface=E2=80=99 has no member named =E2=80=98if_id=E2=80=99
drivers/net/wireless/mac80211/rt2x00/rt2x00mac.c:64: error: =E2=80=98st=
ruct interface=E2=80=99 has no member named =E2=80=98if_id=E2=80=99
make[3]: *** [drivers/net/wireless/mac80211/rt2x00/rt2x00mac.o] Error 1
Signed-off-by: John W. Linville <linville@tuxdriver.com>
---
=46YI...already committed to wireless-dev tree.
drivers/net/wireless/mac80211/rt2x00/rt2x00mac.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/wireless/mac80211/rt2x00/rt2x00mac.c b/drivers=
/net/wireless/mac80211/rt2x00/rt2x00mac.c
index cc84198..447c55c 100644
--- a/drivers/net/wireless/mac80211/rt2x00/rt2x00mac.c
+++ b/drivers/net/wireless/mac80211/rt2x00/rt2x00mac.c
@@ -57,11 +57,11 @@ static int rt2x00_tx_rts_cts(struct rt2x00_dev *rt2=
x00dev,
skb_put(skb, size);
=20
if (control->flags & IEEE80211_TXCTL_USE_CTS_PROTECT)
- ieee80211_ctstoself_get(rt2x00dev->hw, rt2x00dev->interface.if_id,
+ ieee80211_ctstoself_get(rt2x00dev->hw, rt2x00dev->interface.id,
frag_skb->data, frag_skb->len, control,
(struct ieee80211_cts*)(skb->data));
else
- ieee80211_rts_get(rt2x00dev->hw, rt2x00dev->interface.if_id,
+ ieee80211_rts_get(rt2x00dev->hw, rt2x00dev->interface.id,
frag_skb->data, frag_skb->len, control,
(struct ieee80211_rts*)(skb->data));
=20
--=20
1.5.2.2
-
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
next reply other threads:[~2007-07-20 20:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-20 18:47 John W. Linville [this message]
2007-07-20 20:44 ` [PATCH] rt2x00: fix build break from (struct interface *)->id typo Ivo van Doorn
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=20070720184742.GI7428@tuxdriver.com \
--to=linville@tuxdriver.com \
--cc=IvDoorn@gmail.com \
--cc=linux-wireless@vger.kernel.org \
--cc=rt2400-devel@lists.sourceforge.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).