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

Commit 89e746b2 authored by Wey-Yi Guy's avatar Wey-Yi Guy
Browse files

iwlagn: remove 5000 from rxon_assoc structure



The data structure is shared by all _agn devices, remove the reference to 5000

Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
parent c3f6e9cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ static int iwlagn_send_rxon_assoc(struct iwl_priv *priv,
			   struct iwl_rxon_context *ctx)
{
	int ret = 0;
	struct iwl5000_rxon_assoc_cmd rxon_assoc;
	struct iwl_rxon_assoc_cmd rxon_assoc;
	const struct iwl_rxon_cmd *rxon1 = &ctx->staging;
	const struct iwl_rxon_cmd *rxon2 = &ctx->active;

+1 −1
Original line number Diff line number Diff line
@@ -661,7 +661,7 @@ struct iwl_rxon_cmd {
/*
 * REPLY_RXON_ASSOC = 0x11 (command, has simple generic response)
 */
struct iwl5000_rxon_assoc_cmd {
struct iwl_rxon_assoc_cmd {
	__le32 flags;
	__le32 filter_flags;
	u8 ofdm_basic_rates;