mvm.h (e9dd25550770a0ad301b482db860032cdd890548) | mvm.h (b9be67fb4207592eed3880725fa51648ef2f538d) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 2/* 3 * Copyright (C) 2012-2014, 2018-2023 Intel Corporation 4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH 5 * Copyright (C) 2016-2017 Intel Deutschland GmbH 6 */ 7#ifndef __IWL_MVM_H__ 8#define __IWL_MVM_H__ --- 2750 unchanged lines hidden (view full) --- 2759int iwl_mvm_set_tx_power(struct iwl_mvm *mvm, struct ieee80211_vif *vif, 2760 s16 tx_power); 2761int iwl_mvm_set_hw_timestamp(struct ieee80211_hw *hw, 2762 struct ieee80211_vif *vif, 2763 struct cfg80211_set_hw_timestamp *hwts); 2764int iwl_mvm_update_mu_groups(struct iwl_mvm *mvm, struct ieee80211_vif *vif); 2765bool iwl_mvm_enable_fils(struct iwl_mvm *mvm, 2766 struct ieee80211_chanctx_conf *ctx); | 1/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 2/* 3 * Copyright (C) 2012-2014, 2018-2023 Intel Corporation 4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH 5 * Copyright (C) 2016-2017 Intel Deutschland GmbH 6 */ 7#ifndef __IWL_MVM_H__ 8#define __IWL_MVM_H__ --- 2750 unchanged lines hidden (view full) --- 2759int iwl_mvm_set_tx_power(struct iwl_mvm *mvm, struct ieee80211_vif *vif, 2760 s16 tx_power); 2761int iwl_mvm_set_hw_timestamp(struct ieee80211_hw *hw, 2762 struct ieee80211_vif *vif, 2763 struct cfg80211_set_hw_timestamp *hwts); 2764int iwl_mvm_update_mu_groups(struct iwl_mvm *mvm, struct ieee80211_vif *vif); 2765bool iwl_mvm_enable_fils(struct iwl_mvm *mvm, 2766 struct ieee80211_chanctx_conf *ctx); |
2767void iwl_mvm_mld_select_links(struct iwl_mvm *mvm, struct ieee80211_vif *vif, 2768 bool valid_links_changed); |
|
2767#endif /* __IWL_MVM_H__ */ | 2769#endif /* __IWL_MVM_H__ */ |