Re: CVS-12-21-04
- From: Greg <gonufer gmail com>
- To: NetworkManager-list gnome org
- Cc:
- Subject: Re: CVS-12-21-04
- Date: Tue, 21 Dec 2004 13:29:05 -0800
On Tue, 21 Dec 2004 15:53:01 -0500, Bill Moss <bmoss clemson edu> wrote:
> Using the ipw2200 driver, NM is apparently stuck in ad-hoc mode. Is
> there an easy way to turn off the ad-hoc option?
I think there's a bug in NMWirelessAppletDbus.c that's causing
networks to show up as adhoc when they aren't:
if (dev->type == DEVICE_TYPE_WIRELESS_ETHERNET)
{
adhoc = nmwa_dbus_get_object_mode (applet, nm_act_dev);
nmwa_dbus_update_device_wireless_networks (dev, TRUE, applet);
}
The assignment to adhoc should probably be:
adhoc = (nmwa_dbus_get_object_mode(applet, nm_act_dev) ==
NETWORK_MODE_ADHOC);
???
Cheers!greg
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]