]> asedeno.scripts.mit.edu Git - linux.git/commit
iwlwifi: mvm: add an option to dereference vif by id
authorSara Sharon <sara.sharon@intel.com>
Mon, 29 Oct 2018 09:23:45 +0000 (11:23 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Tue, 29 Jan 2019 14:10:30 +0000 (16:10 +0200)
commit698478c49294eb3d4d64f7a3b61d460495826078
tree687d4530ae4b6ebf883da1d2d531a2f68fb586e6
parentfefbf85305ecd28c383c2d83694b147217605059
iwlwifi: mvm: add an option to dereference vif by id

Currently whenever we get firmware notification with mac id,
we iterate over all the interfaces to find the ID. This is a
bit cumbersome. Instead, adding an array of RCU pointers, like
we have for station IDs. This is not expensive space wise
since we have only up to 4 active MACs, and not complicated
code wise, since we have a clear point to init and de-init it.

Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
drivers/net/wireless/intel/iwlwifi/mvm/utils.c