Re: [PATCH] ieee80211: Output frequency rather than channel in scan results

2007-04-22 Thread Larry Finger
Dan Williams wrote: Haha. Ok. NM should be smarter about this and convert channels returned by the driver into frequencies. In the end, I prefer frequencies where at all possible, because channel numbers are _not_ unique (unless you use the the tuple of [standard, band, channel] where

Re: [PATCH] ieee80211: Output frequency rather than channel in scan results

2007-04-21 Thread Larry Finger
Dan Williams wrote: On Sat, 2007-04-21 at 00:12 -0400, Pavel Roskin wrote: Quoting Larry Finger [EMAIL PROTECTED]: In ieee80211, the output of scan results lists channels rather than frequencies; however, NetworkManager needs frequency. This patch changes the output from channel to

[PATCH] ieee80211: Output frequency rather than channel in scan results

2007-04-20 Thread Larry Finger
In ieee80211, the output of scan results lists channels rather than frequencies; however, NetworkManager needs frequency. This patch changes the output from channel to frequency. Signed-off-by: Larry Finger [EMAIL PROTECTED] --- Index: wireless-2.6/net/ieee80211/ieee80211_wx.c

Re: [PATCH] ieee80211: Output frequency rather than channel in scan results

2007-04-20 Thread Pavel Roskin
Quoting Larry Finger [EMAIL PROTECTED]: In ieee80211, the output of scan results lists channels rather than frequencies; however, NetworkManager needs frequency. This patch changes the output from channel to frequency. The driver can report both, and I think it should. This would make the