Commit be8897e2 authored by Avraham Stern's avatar Avraham Stern Committed by Johannes Berg
Browse files

wifi: iwlwifi: mvm: add set_hw_timestamp to mld ops

parent cb145863
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5896,7 +5896,7 @@ static bool iwl_mvm_mac_can_aggregate(struct ieee80211_hw *hw,
	return iwl_mvm_can_hw_csum(skb) == iwl_mvm_can_hw_csum(head);
}

static int iwl_mvm_set_hw_timestamp(struct ieee80211_hw *hw,
int iwl_mvm_set_hw_timestamp(struct ieee80211_hw *hw,
			     struct ieee80211_vif *vif,
			     struct cfg80211_set_hw_timestamp *hwts)
{
+1 −0
Original line number Diff line number Diff line
@@ -798,4 +798,5 @@ const struct ieee80211_ops iwl_mvm_mld_hw_ops = {
#ifdef CONFIG_IWLWIFI_DEBUGFS
	.sta_add_debugfs = iwl_mvm_sta_add_debugfs,
#endif
	.set_hw_timestamp = iwl_mvm_set_hw_timestamp,
};
+3 −0
Original line number Diff line number Diff line
@@ -2602,4 +2602,7 @@ bool iwl_mvm_have_links_same_channel(struct iwl_mvm_vif *vif1,
bool iwl_mvm_vif_is_active(struct iwl_mvm_vif *mvmvif);
int iwl_mvm_set_tx_power(struct iwl_mvm *mvm, struct ieee80211_vif *vif,
			 s16 tx_power);
int iwl_mvm_set_hw_timestamp(struct ieee80211_hw *hw,
			     struct ieee80211_vif *vif,
			     struct cfg80211_set_hw_timestamp *hwts);
#endif /* __IWL_MVM_H__ */