aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8192e/r8192E_wx.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-08-10 16:34:22 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 12:02:30 -0700
commit5e1ad18a8d198ccb0e201cb444a58f7e277dfb4d (patch)
tree5a30c29b63e297bbb0cd1cc8bae63bfbb7cd10ae /drivers/staging/rtl8192e/r8192E_wx.c
parentecdfa44610fa18678c3dd481af75368b9800c6c7 (diff)
Staging: rtl8192e: fix lots of sparse warnings
This removes a number of static and extern warnings that sparse complains about. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/rtl8192e/r8192E_wx.c')
-rw-r--r--drivers/staging/rtl8192e/r8192E_wx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192e/r8192E_wx.c b/drivers/staging/rtl8192e/r8192E_wx.c
index 497be2f2665..2b87edacfc4 100644
--- a/drivers/staging/rtl8192e/r8192E_wx.c
+++ b/drivers/staging/rtl8192e/r8192E_wx.c
@@ -20,12 +20,13 @@
#include <linux/string.h>
#include "r8192E.h"
#include "r8192E_hw.h"
+#include "r8192E_wx.h"
#ifdef ENABLE_DOT11D
#include "dot11d.h"
#endif
#define RATE_COUNT 12
-u32 rtl8180_rates[] = {1000000,2000000,5500000,11000000,
+static u32 rtl8180_rates[] = {1000000,2000000,5500000,11000000,
6000000,9000000,12000000,18000000,24000000,36000000,48000000,54000000};