* [PATCH 1/2] rc80211_pid_algo.c: remove unused variable declaration
@ 2009-08-18 14:53 John W. Linville
2009-08-18 16:46 ` Javier Cardona
0 siblings, 1 reply; 2+ messages in thread
From: John W. Linville @ 2009-08-18 14:53 UTC (permalink / raw)
To: linux-wireless; +Cc: Javier Cardona, John W. Linville
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>
---
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 f6e25d7..699d3ed 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;
--
1.6.2.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/2] rc80211_pid_algo.c: remove unused variable declaration
2009-08-18 14:53 [PATCH 1/2] rc80211_pid_algo.c: remove unused variable declaration John W. Linville
@ 2009-08-18 16:46 ` Javier Cardona
0 siblings, 0 replies; 2+ messages in thread
From: Javier Cardona @ 2009-08-18 16:46 UTC (permalink / raw)
To: John W. Linville; +Cc: linux-wireless
Thanks, John.
On Tue, Aug 18, 2009 at 7:53 AM, John W. Linville<linville@tuxdriver.com> wrote:
> 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>
Acked-by: Javier Cardona <javier@cozybit.com>
> ---
> 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 f6e25d7..699d3ed 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;
>
> --
> 1.6.2.5
>
>
--
Javier Cardona
cozybit Inc.
http://www.cozybit.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-08-18 16:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-18 14:53 [PATCH 1/2] rc80211_pid_algo.c: remove unused variable declaration John W. Linville
2009-08-18 16:46 ` Javier Cardona
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox