From: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
To: linux-wireless <linux-wireless@vger.kernel.org>
Subject: Re: [PATCH 00/14] RFC: Driver for Wireless RNDIS USB devices.
Date: Wed, 23 Jan 2008 15:21:15 +0200 [thread overview]
Message-ID: <1201094475.7733.1.camel@localhost> (raw)
In-Reply-To: <20080120001342.25718.83669.stgit@fate.lan>
Hi,
Any change of getting driver merged in 2.6.25?
- Jussi
On Sun, 2008-01-20 at 02:13 +0200, Jussi Kivilinna wrote:
> Hello,
>
> This is second try on wireless RNDIS patchset started by Bjorge Dijkstra. Since
> Bjorge has disappeared, I claim maintainership of rndis_wext and this patchset
> until he returns.
>
> This patchset adds support for various 802.11 USB devices based on Broadcom
> 4320 chip. Chip uses RNDIS to communicate with the host, so module depend
> heavily on rndis_host/cdc_ether/usbnet and needs some changes on these
> modules in order to work.
>
> Patches 1-6 are from first patchset:
> 1. Fix sparse warning: returning void valued expression
> 2. [cdc_ether] Hardwire CDC descriptors when missing
> 3. [rndis_host] Use 1KB buffer in rndis_unbind
> 4. [rndis_host] Halt device if rndis_bind fails
> 5. [rndis_host] Fix rndis packet filter flags
> 6. [usbnet] Use wlan device name for RNDIS wireless devices
>
> Of these 1, 3 and 4 are not required for this version of rndis_wext to work.
>
> Actual wireless part is changed from extension on rndis_host to separate
> driver. Different devices are detected by device specific USB vendor/product
> IDs as the way done with Windows drivers instead of detecting RNDIS media type
> like in first patchset.
>
> New patches 7-14:
> 7. [rndis_host] Split up rndis_host.c
> 8. [rndis_host] export functions
> 9. [usbnet] add driver_priv pointer to 'struct usbnet'
> 10. [rndis_host] Add rndis_early_init function pointer to 'struct rndis_data'.
> 11. [rndis_host] Add rndis_link_change function pointer to 'struct rndis_data'.
> 12. Move usbnet.h and rndis_host.h to include/linux/usb
> 13. [rndis_host] blacklist known wireless RNDIS devices
> 14. Add new driver 'rndis_wext' for wireless RNDIS devices.
>
> Patches should be applied in order, series apply cleanly to 2.6.24-rc8.
>
> - Jussi Kivilinna
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
next prev parent reply other threads:[~2008-01-23 13:21 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-20 0:13 [PATCH 00/14] RFC: Driver for Wireless RNDIS USB devices Jussi Kivilinna
2008-01-23 13:21 ` Jussi Kivilinna [this message]
2008-01-23 14:52 ` John W. Linville
2008-01-23 17:44 ` Jussi Kivilinna
2008-01-24 18:53 ` John W. Linville
2008-01-25 13:25 ` Jussi Kivilinna
2008-01-25 1:19 ` David Brownell
2008-01-25 13:20 ` Jussi Kivilinna
2008-01-25 20:08 ` David Brownell
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=1201094475.7733.1.camel@localhost \
--to=jussi.kivilinna@mbnet.fi \
--cc=linux-wireless@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 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.