Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH] libertas : Remove unused variable warning "old_channel" from drivers/net/wireless/libertas/cmd.c
@ 2008-10-13 10:52 Manish Katiyar
  2008-10-14 16:00 ` Manish Katiyar
  2008-10-14 16:36 ` Dan Williams
  0 siblings, 2 replies; 7+ messages in thread
From: Manish Katiyar @ 2008-10-13 10:52 UTC (permalink / raw)
  To: dcbw, libertas-dev, linux-wireless; +Cc: mkatiyar

Below patch removes the following warning during compilation.

drivers/net/wireless/libertas/cmd.c:826: warning: unused variable 'old_channel'


Signed-off-by : Manish Katiyar <mkatiyar@gmail.com>
---
 drivers/net/wireless/libertas/cmd.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/net/wireless/libertas/cmd.c
b/drivers/net/wireless/libertas/cmd.c
index a912fb6..297696d 100644
--- a/drivers/net/wireless/libertas/cmd.c
+++ b/drivers/net/wireless/libertas/cmd.c
@@ -823,7 +823,9 @@ int lbs_update_channel(struct lbs_private *priv)
 int lbs_set_channel(struct lbs_private *priv, u8 channel)
 {
 	struct cmd_ds_802_11_rf_channel cmd;
+#ifdef DEBUG
 	u8 old_channel = priv->curbssparams.channel;
+#endif
 	int ret = 0;

 	lbs_deb_enter(LBS_DEB_CMD);
-- 
1.5.4.3


Thanks -
Manish

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-10-15 13:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-13 10:52 [PATCH] libertas : Remove unused variable warning "old_channel" from drivers/net/wireless/libertas/cmd.c Manish Katiyar
2008-10-14 16:00 ` Manish Katiyar
2008-10-14 16:36 ` Dan Williams
2008-10-15  8:10   ` Manish Katiyar
2008-10-15  8:47     ` Johannes Berg
2008-10-15  9:01       ` Manish Katiyar
2008-10-15 13:20         ` John W. Linville

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox