aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/r8192E_wx.c
diff options
context:
space:
mode:
authorMike McCormack <mikem@ring3k.org>2010-07-26 22:57:24 +0900
committerGreg Kroah-Hartman <gregkh@suse.de>2010-07-26 15:45:10 -0700
commitab2161a0a078e7c600b0b6434ec071b72d76608f (patch)
tree5329a5aecbe7482f0fd12e3088acbc0e76a71b24 /drivers/staging/rtl8192e/r8192E_wx.c
parentstaging: msm: remove video drivers for obsolete platforms (diff)
downloadlinux-dev-ab2161a0a078e7c600b0b6434ec071b72d76608f.tar.xz
linux-dev-ab2161a0a078e7c600b0b6434ec071b72d76608f.zip
staging: rtl8192e: Make some static structs const
Signed-off-by: Mike McCormack <mikem@ring3k.org> 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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192e/r8192E_wx.c b/drivers/staging/rtl8192e/r8192E_wx.c
index 0b0f39ce3ced..235b686100b0 100644
--- a/drivers/staging/rtl8192e/r8192E_wx.c
+++ b/drivers/staging/rtl8192e/r8192E_wx.c
@@ -26,7 +26,7 @@
#endif
#define RATE_COUNT 12
-static u32 rtl8180_rates[] = {1000000,2000000,5500000,11000000,
+static const u32 rtl8180_rates[] = {1000000,2000000,5500000,11000000,
6000000,9000000,12000000,18000000,24000000,36000000,48000000,54000000};