Starting to reduce some local changes in FreeBSD against the upstream Linux version of the dual-licensed bits of the driver. These are three changes removing dead code or hiding code behind the appropriate preprocessor check. Please check the MEI changes accordingly with the multiple compile-time options under Linux (hope your build bot will do that). Bjoern A. Zeeb (3): wifi: iwlwifi: mvm: remove dead code wifi: iwlwifi: remove function declaration without function wifi: iwlwifi: mvm: check for CONFIG_IWLMEI to be enabled for more code .../intel/iwlwifi/mvm/ftm-responder.c | 80 ------------------- drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | 6 -- drivers/net/wireless/intel/iwlwifi/mvm/ops.c | 4 + drivers/net/wireless/intel/iwlwifi/mvm/sta.c | 65 --------------- drivers/net/wireless/intel/iwlwifi/mvm/sta.h | 3 - .../wireless/intel/iwlwifi/pcie/internal.h | 1 - 6 files changed, 4 insertions(+), 155 deletions(-) -- 2.40.0