From: Hin-Tak Leung <hintak.leung@gmail.com>
To: linux-wireless@vger.kernel.org, lrodriguez@atheros.com
Cc: Hin-Tak Leung <HinTak.Leung@gmail.com>,
Hin-Tak Leung <htl10@users.sourceforge.net>
Subject: [PATCH] compat-2.6: adjusting 01-netdev.patch for libertas cfg80211 support
Date: Wed, 7 Oct 2009 03:50:57 +0100 [thread overview]
Message-ID: <1254883857-2252-1-git-send-email-HinTak.Leung@gmail.com> (raw)
Adjusting the netdev patch slightly to cope with recent change
in libertas regarding cfg80211 support:
commit 6c65edc7a3e9452509a898cc9bbc210b0121617f
Author: Holger Schurig <hs4233@mail.mn-solutions.de>
Date: Tue Oct 6 16:31:54 2009 +0200
libertas: first stab at cfg80211 support
Signed-off-by: Hin-Tak Leung <htl10@users.sourceforge.net>
---
compat/patches/01-netdev.patch | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/compat/patches/01-netdev.patch b/compat/patches/01-netdev.patch
index 141f80b..f6bca3e 100644
--- a/compat/patches/01-netdev.patch
+++ b/compat/patches/01-netdev.patch
@@ -416,9 +416,9 @@ without creating a headache on maintenance of the pathes.
/**
* @brief This function adds the card. it will probe the
@@ -1270,7 +1272,16 @@
- priv->infra_open = 0;
+ wdev->netdev = dev;
+ priv->dev = dev;
- /* Setup the OS Interface to our functions */
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,29))
dev->netdev_ops = &lbs_netdev_ops;
+#else
--
1.6.5.rc2
reply other threads:[~2009-10-07 2:52 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=1254883857-2252-1-git-send-email-HinTak.Leung@gmail.com \
--to=hintak.leung@gmail.com \
--cc=htl10@users.sourceforge.net \
--cc=linux-wireless@vger.kernel.org \
--cc=lrodriguez@atheros.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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