From: David Miller <davem@davemloft.net>
To: linux-wireless@vger.kernel.org
Cc: linville@tuxdriver.com, mokuno@sm.sony.co.jp,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 0/12]: Proper compat WEXT support.
Date: Tue, 03 Jun 2008 13:27:55 -0700 (PDT) [thread overview]
Message-ID: <20080603.132755.262737024.davem@davemloft.net> (raw)
This is a refresh of my previous WEXT compat patch set.
I've actually tested these exact patches on sparc64 with a RNDIS based
USB wireless device from Linksys. I was able to perform iwconfig
commands, check iwlist, bring up the interface and use it properly.
All with 32-bit tools. I've also done an allmodconfig sanity
build check on sparc64.
The one thing I was not able to test yet is wpa_supplicant use, and
that likely doesn't work properly yet, but we can fix that on top and
these patches do not break native non-compat binaries. They do make a
lot of compat stuff work which wasn't the case before. So applying
this stuff makes sense, and we can get wpa_supplicant working if it
isn't working using follow-on patches.
The patch set starts by cleaning up the code so that we can avoid
having multiple copies of the WEXT main dispatch routines, one for
compat and one for the non-compat case.
Next, basic compat level handling of the WEXT ioctl is added, and the
equivalent code in the compat_ioctl.c file is removed.
Finally, compat IWE stream munging is added for the wireless layer.
When we get a compat WEXT ioctl request, we set a bit in the request
info blob, and the stream building helpers tip off this to format the
stream entries properly.
These patches are against net-next-2.6 and are also available as
a GIT tree at:
master.kernel.org:/pub/scm/linux/kernel/git/davem/wireless-2.6.git
John, please pull or apply as you deem appropriate.
Thanks!
next reply other threads:[~2008-06-03 20:36 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-03 20:27 David Miller [this message]
[not found] ` <20080603.132755.262737024.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
2008-06-04 10:09 ` [PATCH 0/12]: Proper compat WEXT support Masakazu Mokuno
[not found] ` <20080604184955.B033.40F06B3A-DfbDroY8Xu1L9jVzuh4AOg@public.gmane.org>
2008-06-04 22:48 ` David Miller
2008-06-13 5:53 ` David Miller
[not found] ` <20080612.225332.193703791.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
2008-06-16 9:15 ` Masakazu Mokuno
[not found] ` <20080616174509.B048.40F06B3A-DfbDroY8Xu1L9jVzuh4AOg@public.gmane.org>
2008-06-16 9:21 ` David Miller
-- strict thread matches above, loose matches on Subject: below --
2008-06-17 7:52 David Miller
2008-06-03 19:19 David Miller
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=20080603.132755.262737024.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=mokuno@sm.sony.co.jp \
--cc=netdev@vger.kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).