commit | 5ef766fe785ddcda29057f64b30f19e9bdfabe12 | [log] [tgz] |
---|---|---|
author | Luciano Coelho <luciano.coelho@intel.com> | Thu Apr 02 15:37:05 2015 +0300 |
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Wed Apr 29 13:18:09 2015 +0300 |
tree | 54fd57cee6a9be6c76a7c08a1ce02be4519ffc77 | |
parent | f7b788b429337e0c07df960f3bc70b0e5cb73b87 [diff] |
iwlwifi: mvm: combine ssid_bitmap setting for regular scans The only difference in the ssid_bitmap between LMAC and UMAC scans is that in LMAC bits 1 to 20 are used, while in UMAC bits 0 to 19 are used (*sigh*). So we can combine the bitmap creation into a single function and simply shift left if LMAC is used. Signed-off-by: Luciano Coelho <luciano.coelho@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>