diff options
| author | John W. Linville <linville@tuxdriver.com> | 2009-08-18 10:46:42 -0400 | 
|---|---|---|
| committer | John W. Linville <linville@tuxdriver.com> | 2009-08-20 11:36:03 -0400 | 
| commit | 29508d122a5228c2a68d1e9a39251d3991b3cfef (patch) | |
| tree | db2a2a8bf90e470397428be61a1404c10779defb /net/mac80211/rc80211_pid_algo.c | |
| parent | 608b88cb34b0e70a538ee1fc334cc833ef691836 (diff) | |
| download | olio-linux-3.10-29508d122a5228c2a68d1e9a39251d3991b3cfef.tar.xz olio-linux-3.10-29508d122a5228c2a68d1e9a39251d3991b3cfef.zip  | |
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: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/rc80211_pid_algo.c')
| -rw-r--r-- | net/mac80211/rc80211_pid_algo.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/rc80211_pid_algo.c b/net/mac80211/rc80211_pid_algo.c index f6e25d7d957..699d3ed869c 100644 --- a/net/mac80211/rc80211_pid_algo.c +++ b/net/mac80211/rc80211_pid_algo.c @@ -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;  |