All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/11] staging: vt6655: mac remove dead variable TxRate_iwconfig
@ 2014-11-05 21:08 Malcolm Priestley
  0 siblings, 0 replies; 3+ messages in thread
From: Malcolm Priestley @ 2014-11-05 21:08 UTC (permalink / raw
  To: gregkh; +Cc: linux-wireless, Malcolm Priestley

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


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

* Re: [PATCH 01/11] staging: vt6655: mac remove dead variable TxRate_iwconfig
@ 2014-11-05 21:17 Sedat Dilek
  2014-11-05 21:36 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Sedat Dilek @ 2014-11-05 21:17 UTC (permalink / raw
  To: Malcolm Priestley; +Cc: gregkh, wireless

On Wed, Nov 5, 2014 at 10:08 PM, Malcolm Priestley <tvboxspy@gmail.com> wrote:
> Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>

No need for "staging" in the subject line of your patches?
Or is there another vt6655 driver around?

- Sedat -

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

* Re: [PATCH 01/11] staging: vt6655: mac remove dead variable TxRate_iwconfig
  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
  0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2014-11-05 21:36 UTC (permalink / raw
  To: Sedat Dilek; +Cc: Malcolm Priestley, wireless

On Wed, Nov 05, 2014 at 10:17:59PM +0100, Sedat Dilek wrote:
> On Wed, Nov 5, 2014 at 10:08 PM, Malcolm Priestley <tvboxspy@gmail.com> wrote:
> > Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
> 
> No need for "staging" in the subject line of your patches?

Why not?  It helps me sort emails better :)

thanks,

greg k-h

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

end of thread, other threads:[~2014-11-05 21:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
  -- strict thread matches above, loose matches on Subject: below --
2014-11-05 21:08 Malcolm Priestley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.