All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch 1/1] rt2x00lib.h has wrong headers
@ 2009-09-12  8:18 Ken Lewis
  0 siblings, 0 replies; only message in thread
From: Ken Lewis @ 2009-09-12  8:18 UTC (permalink / raw)
  To: linux-next

[-- Attachment #1: Type: text/plain, Size: 199 bytes --]

Patch for net/drivers/wireless/rt2x00/rt2x00lib.h correct -- the
headers don't match the function as used in rt2x00crypto.c

I've had this problem since next-20090903 and it is resolved by the patch

[-- 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-12  8:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-12  8:18 [Patch 1/1] rt2x00lib.h has wrong headers Ken Lewis

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.