linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Malcolm Priestley <tvboxspy@gmail.com>
To: gregkh@linuxfoundation.org
Cc: linux-wireless@vger.kernel.org, Malcolm Priestley <tvboxspy@gmail.com>
Subject: [PATCH 01/11] staging: vt6655: mac remove dead variable TxRate_iwconfig
Date: Wed,  5 Nov 2014 21:08:49 +0000	[thread overview]
Message-ID: <1415221739-3045-1-git-send-email-tvboxspy@gmail.com> (raw)

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
---
 drivers/staging/vt6655/mac.c | 1 -
 drivers/staging/vt6655/mac.h | 1 -
 2 files changed, 2 deletions(-)

diff --git a/drivers/staging/vt6655/mac.c b/drivers/staging/vt6655/mac.c
index 955dbfe..122a6a3 100644
--- a/drivers/staging/vt6655/mac.c
+++ b/drivers/staging/vt6655/mac.c
@@ -71,7 +71,6 @@
 #include "tmacro.h"
 #include "mac.h"
 
-unsigned short TxRate_iwconfig;//2008-5-8 <add> by chester
 /*---------------------  Static Classes  ----------------------------*/
 
 /*---------------------  Static Variables  --------------------------*/
diff --git a/drivers/staging/vt6655/mac.h b/drivers/staging/vt6655/mac.h
index 5391277..23162a9 100644
--- a/drivers/staging/vt6655/mac.h
+++ b/drivers/staging/vt6655/mac.h
@@ -970,7 +970,6 @@ do {								\
 
 /*---------------------  Export Functions  --------------------------*/
 
-extern unsigned short TxRate_iwconfig;//2008-5-8 <add> by chester
 void MACvReadAllRegs(void __iomem *dwIoBase, unsigned char *pbyMacRegs);
 
 bool MACbIsRegBitsOn(void __iomem *dwIoBase, unsigned char byRegOfs, unsigned char byTestBits);
-- 
2.1.0


             reply	other threads:[~2014-11-05 21:09 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-05 21:08 Malcolm Priestley [this message]
2014-11-05 21:08 ` [PATCH 02/11] staging: vt6655: mac.c/h remove member type comments Malcolm Priestley
2014-11-05 21:08 ` [PATCH 03/11] staging: vt6655: mac.c and mac.h remove dead functions Malcolm Priestley
2014-11-05 21:08 ` [PATCH 04/11] staging: vt6655: remove fragmentation from driver Malcolm Priestley
2014-11-05 21:08 ` [PATCH 05/11] staging: vt6655: device_get_options remove unused device parameters Malcolm Priestley
2014-11-05 21:08 ` [PATCH 06/11] staging: vt6655: device_set_options remove unused ethernet addresses Malcolm Priestley
2014-11-05 21:08 ` [PATCH 07/11] staging: vt6655: device_init_registers remove uConnectionRate Malcolm Priestley
2014-11-05 21:08 ` [PATCH 08/11] staging: vt6655: baseband.c/h remove dead functions Malcolm Priestley
2014-11-05 21:08 ` [PATCH 09/11] staging: vt6655: device_set_options remove dead variables Malcolm Priestley
2014-11-05 21:08 ` [PATCH 10/11] staging: vt6655: device.h remove dead member wstats Malcolm Priestley
2014-11-05 21:08 ` [PATCH 11/11] staging: vt6655 baseband.c camel case replace pDevice -> priv Malcolm Priestley
  -- strict thread matches above, loose matches on Subject: below --
2014-11-05 21:17 [PATCH 01/11] staging: vt6655: mac remove dead variable TxRate_iwconfig Sedat Dilek
2014-11-05 21:36 ` Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1415221739-3045-1-git-send-email-tvboxspy@gmail.com \
    --to=tvboxspy@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).