linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* NetworkManager and mac80211_hwsim
@ 2009-02-16 16:00 Daniel Wagner
  2009-02-16 16:04 ` Johannes Berg
  0 siblings, 1 reply; 10+ messages in thread
From: Daniel Wagner @ 2009-02-16 16:00 UTC (permalink / raw)
  To: linux-wireless; +Cc: networkmanager-list

Hi

I'd like to setup a simple test scenario with mac80211_hwsim in
order to check some corner cases in the scanning behaviour
in NetworkManager. Though the problem is that NM doesn't see
the mac8011_hwsim devices. I found out that the problem is
that hald won't notifiy on dbus there is a new wireless device
available. After a bit debugging I can tell that the problem is
that there isn't a parent device available:

hal/hald/device.c:

hotplug_event_begin_add_dev (..., parent_dev = NULL, ...)
  net_add(..., parent_dev = NULL, ...)
  {
  	if (parent_dev == NULL)
		goto error;
  }

Before I go deeper into that thing, does someone has
an idea what could go wrong here with mac80211_hwsim?

thanks,
daniel

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

end of thread, other threads:[~2009-02-20 14:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-16 16:00 NetworkManager and mac80211_hwsim Daniel Wagner
2009-02-16 16:04 ` Johannes Berg
2009-02-16 17:25   ` Daniel Wagner
2009-02-16 18:00     ` Dan Williams
2009-02-18  8:06       ` Daniel Wagner
2009-02-18  8:35         ` Johannes Berg
2009-02-19  7:01           ` Daniel Wagner
2009-02-19 14:17         ` Kevin Wilson
2009-02-19 17:20           ` Daniel Wagner
2009-02-20 14:57             ` Daniel Wagner

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