From: Ken Lewis <kennylewis@gmail•com>
To: linux-next@vger•kernel.org
Subject: [Patch 1/1] rt2x00lib.h has wrong headers
Date: Sat, 12 Sep 2009 09:18:07 +0100 [thread overview]
Message-ID: <5a44caba0909120118q2f2eba89oba6fb07e3235669d@mail.gmail.com> (raw)
[-- 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)
{
reply other threads:[~2009-09-12 8:18 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=5a44caba0909120118q2f2eba89oba6fb07e3235669d@mail.gmail.com \
--to=kennylewis@gmail$(echo .)com \
--cc=linux-next@vger$(echo .)kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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