Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad194288 authored by Johannes Berg's avatar Johannes Berg
Browse files

iwlwifi: mvm: remove iwl_mvm_dbgfs_set_fw_dbg_log declaration



This function doesn't actually exist, remove its declaration.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent fded313e
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -689,16 +689,11 @@ void iwl_mvm_bt_coex_vif_assoc(struct iwl_mvm *mvm, struct ieee80211_vif *vif);
void
iwl_mvm_beacon_filter_debugfs_parameters(struct ieee80211_vif *vif,
					 struct iwl_beacon_filter_cmd *cmd);
int iwl_mvm_dbgfs_set_fw_dbg_log(struct iwl_mvm *mvm);
#else
static inline void
iwl_mvm_beacon_filter_debugfs_parameters(struct ieee80211_vif *vif,
					 struct iwl_beacon_filter_cmd *cmd)
{}
static inline int iwl_mvm_dbgfs_set_fw_dbg_log(struct iwl_mvm *mvm)
{
	return 0;
}
#endif
int iwl_mvm_enable_beacon_filter(struct iwl_mvm *mvm,
				 struct ieee80211_vif *vif);