mac80211: implement scan supported rates
authorJohannes Berg <johannes.berg@intel.com>
Mon, 18 Jul 2011 16:08:36 +0000 (18:08 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 19 Jul 2011 20:50:00 +0000 (16:50 -0400)
commit85a237fe308405ee38eb9c6733571c49902ec229
tree8e8fdbd588a749b7eb7da24d65684a2ca6161c6b
parent34850ab25d74ab4eead62c3b4a9e8036a25cc669
mac80211: implement scan supported rates

Scanning currently uses the TX rate mask to
restrict the rate set, which is bogus. Make
it use the new set of rates from userspace.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/ieee80211_i.h
net/mac80211/mlme.c
net/mac80211/scan.c
net/mac80211/util.c
net/mac80211/work.c