commit | 8ee3108075c9e9e2701493a245a754b8b0db8e57 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Jun 22 16:43:48 2011 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Jun 27 15:09:39 2011 -0400 |
tree | 0aca6192c6c79618ca97daebf33413708698e589 | |
parent | 04b7dcf979d71e870683c804802e44287a802760 [diff] |
mac80211: restrict advertised HW scan rates Advertise only user-requested bitrates in a HW scan. Note that the hw_scan API doesn't currently have a way of asking for a specific probe request bitrate, so we might end up using a bitrate that we don't advertise as supported. I'll fix that later. Also add a hexdump printk to hwsim to verify this. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>