* [PATCH 5/5] mac80211: fix passing wrong pointer to ieee80211_dump_frame
@ 2007-03-16 3:28 Hong Liu
2007-03-23 19:02 ` Jiri Benc
0 siblings, 1 reply; 2+ messages in thread
From: Hong Liu @ 2007-03-16 3:28 UTC (permalink / raw)
To: Jiri Benc, John W. Linville; +Cc: linux-wireless
Signed-off-by: Hong Liu <hong.liu@intel.com>
---
net/mac80211/ieee80211.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
12fccf89c133c23251fa8c5bca980bdc8875c053
diff --git a/net/mac80211/ieee80211.c b/net/mac80211/ieee80211.c
index 577dbe3..fbdabfb 100644
--- a/net/mac80211/ieee80211.c
+++ b/net/mac80211/ieee80211.c
@@ -1174,7 +1174,8 @@ static int __ieee80211_tx(struct ieee802
}
ieee80211_dump_frame(local->mdev->name,
- "TX to low-level driver", skb);
+ "TX to low-level driver",
+ tx->u.tx.extra_frag[i]);
ret = local->ops->tx(local_to_hw(local),
tx->u.tx.extra_frag[i],
control);
--
1.3.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-03-23 19:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-16 3:28 [PATCH 5/5] mac80211: fix passing wrong pointer to ieee80211_dump_frame Hong Liu
2007-03-23 19:02 ` Jiri Benc
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).