Commit fb82e76a authored by Miri Korenblit's avatar Miri Korenblit Committed by Johannes Berg
Browse files

wifi: iwlwifi: mvm: move a constant to constants.h

parent a423e37e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -123,6 +123,7 @@
#define IWL_MVM_DISABLE_AP_FILS			false
#define IWL_MVM_6GHZ_PASSIVE_SCAN_TIMEOUT       3000 /* in seconds */
#define IWL_MVM_6GHZ_PASSIVE_SCAN_ASSOC_TIMEOUT 60   /* in seconds */
#define IWL_MVM_MIN_BEACON_INTERVAL_TU		16
#define IWL_MVM_AUTO_EML_ENABLE                 true
#define IWL_MVM_MISSED_BEACONS_EXIT_ESR_THRESH	7

+0 −2
Original line number Diff line number Diff line
@@ -3716,8 +3716,6 @@ static void iwl_mvm_rs_rate_init_all_links(struct iwl_mvm *mvm,
	}
}

#define IWL_MVM_MIN_BEACON_INTERVAL_TU 16

static bool iwl_mvm_vif_conf_from_sta(struct iwl_mvm *mvm,
				      struct ieee80211_vif *vif,
				      struct ieee80211_sta *sta)