]> 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)
commita65e9f66f06d2c5a5ac340638bc95ad0e2f83e1e
tree8e8fdbd588a749b7eb7da24d65684a2ca6161c6b
parent55524fbcf74c91929061caa087909890fed24b57
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