* [PATCH] rt2x00: fix build break from (struct interface *)->id typo
@ 2007-07-20 18:47 John W. Linville
2007-07-20 20:44 ` Ivo van Doorn
0 siblings, 1 reply; 2+ messages in thread
From: John W. Linville @ 2007-07-20 18:47 UTC (permalink / raw)
To: linux-wireless; +Cc: Ivo van Doorn, rt2400-devel
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] rt2x00: fix build break from (struct interface *)->id typo
2007-07-20 18:47 [PATCH] rt2x00: fix build break from (struct interface *)->id typo John W. Linville
@ 2007-07-20 20:44 ` Ivo van Doorn
0 siblings, 0 replies; 2+ messages in thread
From: Ivo van Doorn @ 2007-07-20 20:44 UTC (permalink / raw)
To: John W. Linville; +Cc: linux-wireless, rt2400-devel
Hi,
> CC [M] drivers/net/wireless/mac80211/rt2x00/rt2x00mac.o drivers/ne=
t/wireless/mac80211/rt2x00/rt2x00mac.c: In function =E2=80=98rt2x00_tx_=
rts_cts=E2=80=99:
> drivers/net/wireless/mac80211/rt2x00/rt2x00mac.c:60: error: =E2=80=98=
struct 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=98=
struct 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
He, I had to double check where this error came from since it isn't pre=
sent in the rt2x00.git repository,
but I apparently I never checked the "mac80211: improved short preamble=
handling" patch completely
for the rt2x00 bit. ;)
> Signed-off-by: John W. Linville <linville@tuxdriver.com>
> ---
> FYI...already committed to wireless-dev tree.
Thanks :)
Ivo
-
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] 2+ messages in thread
end of thread, other threads:[~2007-07-20 20:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-20 18:47 [PATCH] rt2x00: fix build break from (struct interface *)->id typo John W. Linville
2007-07-20 20:44 ` Ivo van Doorn
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).