[PATCH] ieee80211: include frequency in scan results
authorLarry Finger <Larry.Finger@lwfinger.net>
Sat, 21 Apr 2007 22:56:43 +0000 (17:56 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 8 May 2007 15:51:59 +0000 (11:51 -0400)
commit93afe3da36440456ecec8ae9846b12729713cec7
tree64e801cb4c6f186889befd79724f90bff3523d47
parentf5cdf30618cf855c2043e5c0c131ebb120929864
[PATCH] ieee80211: include frequency in scan results

In ieee80211, the output of scan results lists channels, but not
frequencies, which are needed by NetworkManager. This patch uses
the new ieee80211_channel_to_freq routine to add the frequency to the output.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/ieee80211/ieee80211_wx.c