* PATCH 1/1: rt2x00dev.c / rt2x00lib.h fixes build breakage
@ 2009-09-23 20:59 Ken Lewis
0 siblings, 0 replies; only message in thread
From: Ken Lewis @ 2009-09-23 20:59 UTC (permalink / raw)
To: LKML, linux-next, netdev
[-- Attachment #1: Type: text/plain, Size: 450 bytes --]
The headers in drivers/net/wireless/rt2x00/rt2x00lib.h don't match the
use of the function in rt2x00dev.c The build fails as a result.
This has been a problem in linux-next since early September. I've
e-mailed a patch to linux-next and to linux-net, but the 2.6.32 merge
window has brought the problem to the mainline and so I'm re-sending
my patch. I've opened a bug on bugzilla:
http://bugzilla.kernel.org/show_bug.cgi?id=14217
Take care.
Ken
[-- Attachment #2: diff-fix-for-rt2x00lib.h.patch --]
[-- Type: text/x-diff, Size: 544 bytes --]
diff --git a/drivers/net/wireless/rt2x00/rt2x00lib.h b/drivers/net/wireless/rt2x00/rt2x00lib.h
index 5462cb5..567f029 100644
--- a/drivers/net/wireless/rt2x00/rt2x00lib.h
+++ b/drivers/net/wireless/rt2x00/rt2x00lib.h
@@ -380,7 +380,7 @@ static inline void rt2x00crypto_tx_insert_iv(struct sk_buff *skb,
{
}
-static inline void rt2x00crypto_rx_insert_iv(struct sk_buff *skb, bool l2pad,
+static inline void rt2x00crypto_rx_insert_iv(struct sk_buff *skb,
unsigned int header_length,
struct rxdone_entry_desc *rxdesc)
{
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-09-23 20:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-23 20:59 PATCH 1/1: rt2x00dev.c / rt2x00lib.h fixes build breakage Ken Lewis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox