From: Johannes Berg Date: Fri, 6 Jun 2014 13:18:45 +0000 (+0200) Subject: iwlwifi: mvm: remove update type argument from quota update X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~210^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0166230c6c696d501a2d2616a30e295b71e39d43;p=pandora-kernel.git iwlwifi: mvm: remove update type argument from quota update It turns out that adding the update type argument was pointless as quota update is never called from the add_interface() callback. Therefore, IWL_MVM_QUOTA_UPDATE_TYPE_NEW isn't actually needed and then only a "disabled_vif" argument is needed for the upcoming CSA work. Remove the whole enum iwl_mvm_quota_update_type and pass the right arguments (always NULL for disabled vif right now) to the function in all current call sites. Signed-off-by: Johannes Berg Reviewed-by: Luciano Coelho Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed