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

Commit 29508d12 authored by John W. Linville's avatar John W. Linville
Browse files

rc80211_pid_algo.c: remove unused variable declaration



CC [M]  net/mac80211/rc80211_pid_algo.o
net/mac80211/rc80211_pid_algo.c: In function ‘rate_control_pid_rate_init’:
net/mac80211/rc80211_pid_algo.c:304: warning: unused variable ‘si’

Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 608b88cb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -301,7 +301,6 @@ rate_control_pid_rate_init(void *priv, struct ieee80211_supported_band *sband,
	struct rc_pid_sta_info *spinfo = priv_sta;
	struct rc_pid_info *pinfo = priv;
	struct rc_pid_rateinfo *rinfo = pinfo->rinfo;
	struct sta_info *si;
	int i, j, tmp;
	bool s;