Bugzilla – Bug 105554
channel locked with wireless network configuration
Last modified: 2005-08-18 15:31:00 UTC
When configuring the wireless network card the channel setting is locked to Automatic when the operation mode is set to "Managed". But even for Managed mode it might be usefull to allow the user to set a specific channel since this would force the module not to automaticly connect to Access Points that are not on the requested channel.
Unfortunately the drivers do not support it. See bug 88530.
Not all drivers ignore it. I am a developer of the rt2x00 project and those drivers do support channel switching in managed mode and uses this value to optimize the search for a valid access point. But since rt2x00 2.0.0 hasn't been released yet, there is indeed no point of allowing the channels to be set in managed mode..;)