netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] More device type integration
@ 2009-10-02 15:15 Marcel Holtmann
  2009-10-02 15:15 ` [PATCH 1/4] usbnet: Use wwan%d interface name for mobile broadband devices Marcel Holtmann
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Marcel Holtmann @ 2009-10-02 15:15 UTC (permalink / raw)
  To: netdev; +Cc: David Miller, Johannes Berg, Greg KH

Hi Dave,

I followed the work from Johannes and made sure we can register the
device type for wireless devices via the netdev notifier callback for
all cfg80211 based devices. This way we don't have to touch any of
the drivers.

For the mobile broadband cards from Ericsson, the device type is now
set to "wwan" and it also uses "wwan%d" for the default interface name.

Regards

Marcel


Johannes Berg (1):
  net: introduce NETDEV_POST_INIT notifier

Marcel Holtmann (3):
  usbnet: Use wwan%d interface name for mobile broadband devices
  usbnet: Set device type for wlan and wwan devices
  cfg80211: assign device type in netdev notifier callback

 drivers/net/usb/cdc_ether.c |   20 ++++++++++++++------
 drivers/net/usb/usbnet.c    |   17 +++++++++++++++++
 include/linux/notifier.h    |    1 +
 include/linux/usb/usbnet.h  |    1 +
 net/core/dev.c              |    6 ++++++
 net/mac80211/iface.c        |    5 -----
 net/wireless/core.c         |    7 +++++++
 7 files changed, 46 insertions(+), 11 deletions(-)


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

end of thread, other threads:[~2009-10-05  7:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-02 15:15 [PATCH 0/4] More device type integration Marcel Holtmann
2009-10-02 15:15 ` [PATCH 1/4] usbnet: Use wwan%d interface name for mobile broadband devices Marcel Holtmann
2009-10-02 15:15 ` [PATCH 2/4] usbnet: Set device type for wlan and wwan devices Marcel Holtmann
2009-10-02 15:15 ` [PATCH 3/4] net: introduce NETDEV_POST_INIT notifier Marcel Holtmann
2009-10-02 15:15 ` [PATCH 4/4] cfg80211: assign device type in netdev notifier callback Marcel Holtmann
2009-10-05  7:44 ` [PATCH 0/4] More device type integration 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).