]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0ea9fbcb0b1ff0b25a1634d5ecb54a40da4ce9bc
tree8e8fdbd588a749b7eb7da24d65684a2ca6161c6b
parent10c853509e80258425020c58726a127be1eab18d
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