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

Commit 44ceaf37 authored by Guenter Roeck's avatar Guenter Roeck Committed by John W. Linville
Browse files

net: iwlegacy: remove unused variable



Fix:

drivers/net/wireless/iwlegacy/4965.c: In function ‘il4965_post_associate’:
drivers/net/wireless/iwlegacy/4965.c:1751:25: warning: variable ‘conf’ set but
not used [-Wunused-but-set-variable]

seen when building allmodconfig on x86_64 with W=1 by removing the unused
variable.

Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 00bcd0d6
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1748,7 +1748,6 @@ static void
il4965_post_associate(struct il_priv *il)
{
	struct ieee80211_vif *vif = il->vif;
	struct ieee80211_conf *conf = NULL;
	int ret = 0;

	if (!vif || !il->is_open)
@@ -1759,8 +1758,6 @@ il4965_post_associate(struct il_priv *il)

	il_scan_cancel_timeout(il, 200);

	conf = &il->hw->conf;

	il->staging.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
	il_commit_rxon(il);