commit | 7f549e2c45ba216f629aad7c463c00a3fc1ec2ea | [log] [tgz] |
---|---|---|
author | Luciano Coelho <luciano.coelho@intel.com> | Thu Oct 02 15:38:04 2014 +0300 |
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Wed Oct 29 12:49:13 2014 +0200 |
tree | 510f7d2ed6c637517af66073f732d923e857a09c | |
parent | 3c2f3b20e4a834f1d8ae34002b22f9021a861715 [diff] |
iwlwifi: mvm: change the iwl_mvm_d3_iface_iterator into a generic function Getting the BSS station vif is something that may be needed by other parts of the code. So, instead of having an iterator specifically for d3, change it into a generic one in utils.c. Additionally, add a iwl_mvm_get_bss_vif() function to make it easier to retrieving it. Signed-off-by: Luciano Coelho <luciano.coelho@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>