Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c23a24f6ae083e058ed1e9472979df09915ffdf5
Commit:     c23a24f6ae083e058ed1e9472979df09915ffdf5
Parent:     1df4e8fe91d5bab3fd7ae7f115e43c52010cd4ad
Author:     Holger Schurig <[EMAIL PROTECTED]>
AuthorDate: Thu Aug 2 11:45:30 2007 -0400
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Wed Oct 10 16:49:49 2007 -0700

    [PATCH] libertas: fix one more sparse warning
    
    adhoc_rates_b is only used locally, so make it static
    
    Signed-off-by: Holger Schurig <[EMAIL PROTECTED]>
    Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
 drivers/net/wireless/libertas/join.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/wireless/libertas/join.c 
b/drivers/net/wireless/libertas/join.c
index 78e398d..f71c172 100644
--- a/drivers/net/wireless/libertas/join.c
+++ b/drivers/net/wireless/libertas/join.c
@@ -18,7 +18,7 @@
 #include "assoc.h"
 
 /* Supported rates for ad-hoc B mode */
-u8 adhoc_rates_b[5] = { 0x02, 0x04, 0x0b, 0x16, 0x00 };
+static u8 adhoc_rates_b[5] = { 0x02, 0x04, 0x0b, 0x16, 0x00 };
 
 
 /**
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to