commit | 6185af2aad5b1bd63d962008c6449f3ae3ef896b | [log] [tgz] |
---|---|---|
author | Luciano Coelho <luciano.coelho@intel.com> | Thu May 07 11:13:24 2015 +0300 |
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Thu May 28 13:35:22 2015 +0300 |
tree | f869395f95e12f7ed1ff619e673797534739c7e3 | |
parent | d7afbfc418a66459d1cf2e441aa50854da5e6297 [diff] |
iwlwifi: mvm: refactor UMAC scan UID handling We can only have one scan of each type running at the same time, so we can remove one attribute in the UID information we save. We had array index, UID and type, but only UID (== array_index) and type are necessary. Refactor the code to use this simplified array. Signed-off-by: Luciano Coelho <luciano.coelho@intel.com> Reviewed-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>