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

Commit 4806f626 authored by Emmanuel Grumbach's avatar Emmanuel Grumbach Committed by Wey-Yi Guy
Browse files

iwlwifi: move iwl_rxon_context_id to user



It can be moved to iwl-dev.h since it is op_mode specific.

Signed-off-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
parent bf8440e6
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -604,6 +604,13 @@ struct iwl_rf_reset {
	unsigned long last_reset_jiffies;
};

enum iwl_rxon_context_id {
	IWL_RXON_CTX_BSS,
	IWL_RXON_CTX_PAN,

	NUM_IWL_RXON_CTX
};

/* extend beacon time format bit shifting  */
/*
 * for _agn devices
+0 −7
Original line number Diff line number Diff line
@@ -126,11 +126,4 @@ static inline bool iwl_have_debug_level(u32 level)
	return iwlagn_mod_params.debug_level & level;
}

enum iwl_rxon_context_id {
	IWL_RXON_CTX_BSS,
	IWL_RXON_CTX_PAN,

	NUM_IWL_RXON_CTX
};

#endif /* #__iwl_shared_h__ */