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

Commit bed0a68f authored by Wey-Yi Guy's avatar Wey-Yi Guy Committed by John W. Linville
Browse files

iwlwifi: remove un-used parameter



Remove un-used parameter "recovery_rxon" from "priv" data structure

Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: default avatarReinette Chatre <reinette.chatre@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 1a716557
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1087,8 +1087,6 @@ struct iwl_priv {
	const struct iwl_rxon_cmd active_rxon;
	struct iwl_rxon_cmd staging_rxon;

	struct iwl_rxon_cmd recovery_rxon;

	/* 1st responses from initialize and runtime uCode images.
	 * 4965's initialize alive response contains some calibration data. */
	struct iwl_init_alive_resp card_alive_init;