netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/12]: Proper compat WEXT support.
@ 2008-06-17  7:52 David Miller
  0 siblings, 0 replies; 8+ messages in thread
From: David Miller @ 2008-06-17  7:52 UTC (permalink / raw)
  To: linville; +Cc: mokuno, linux-wireless, netdev, linux-kernel


This is what I consider the final submission of this patch set, it's
ready to go.  I also made sure all the patches are checkpatch clean.

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.  Masakazu-san has tested these patches extensively
on PS3 systems, using the gelic and zd1211 drivers.  In particular he
tested wpa_supplicant use.

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.

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH 0/12]: Proper compat WEXT support.
@ 2008-06-03 20:27 David Miller
       [not found] ` <20080603.132755.262737024.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: David Miller @ 2008-06-03 20:27 UTC (permalink / raw)
  To: linux-wireless; +Cc: linville, mokuno, netdev, linux-kernel


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!

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH 0/12]: Proper compat WEXT support.
@ 2008-06-03 19:19 David Miller
  0 siblings, 0 replies; 8+ messages in thread
From: David Miller @ 2008-06-03 19:19 UTC (permalink / raw)
  To: linux-wireless; +Cc: linville, mokuno, netdev, linux-kernel


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!

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-06-17  7:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-17  7:52 [PATCH 0/12]: Proper compat WEXT support David Miller
  -- strict thread matches above, loose matches on Subject: below --
2008-06-03 20:27 David Miller
     [not found] ` <20080603.132755.262737024.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
2008-06-04 10:09   ` 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
2008-06-03 19:19 David Miller

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).