commit | b17166a707e748ad87907f38431a1df26bb643f2 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Jul 27 11:41:27 2012 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Jul 31 16:18:50 2012 +0200 |
tree | 4c3580c9ef9900e76723cc3c3b596fd15068b66a | |
parent | 13e0c8e355983cdd4ea7accc3b3208e80944716d [diff] |
mac80211: set channel only once during auth/assoc There's no need to set up the channel during auth and again during assoc, just do it once. Currently this doesn't result in any changes since calling hw_config() with an unchanged channel will return early, but with the channel context work this has an impact on channel context assignment. Signed-off-by: Johannes Berg <johannes.berg@intel.com>