NetworkManager r2497 - in branches/nm-0-6-olpc: . src



Author: dcbw
Date: 2007-03-23 03:28:56 +0000 (Fri, 23 Mar 2007)
New Revision: 2497
ViewCVS link: http://svn.gnome.org/viewcvs/NetworkManager?rev=2497&view=rev

Modified:
   branches/nm-0-6-olpc/ChangeLog
   branches/nm-0-6-olpc/src/nm-device-802-11-mesh-olpc.c
   branches/nm-0-6-olpc/src/nm-device-802-11-wireless.c
   branches/nm-0-6-olpc/src/nm-device-802-11-wireless.h
   branches/nm-0-6-olpc/src/nm-device.c
   branches/nm-0-6-olpc/src/nm-device.h
Log:
2007-03-22  Dan Williams  <dcbw redhat com>

	There needs to be some coordination between the mesh device and the
	normal 802.11 device.  The normal device shouldn't scan when the mesh
	device is active, and the mesh device shouldn't be searching for mesh
	channels when the 802.11 device is scanning or activating.

	- src/nm-device.c
		- Add 'activation-started'/'activation-done' signals on devices

	- src/nm-device-802-11-wireless.c
		- Add 'scan-started' and 'scan-done' signals
		- Add a scan approval hook that allows other devices to delay
			scans on the 802.11 wireless device

	- src/nm-device-802-11-mesh-olpc.c
		- Add bits to allow inhibiting of scans on the 802.11 wireless
			device when the mesh device is active
		- Add get/set frequency functions






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]