summaryrefslogtreecommitdiffstats
path: root/drivers/staging/winbond/localpara.h
diff options
context:
space:
mode:
authorPekka Enberg2008-10-22 10:03:19 +0200
committerGreg Kroah-Hartman2009-01-06 22:51:41 +0100
commit88ebc4b950e344a8024ab46cccfb506a81f70634 (patch)
treeb211ee4455fee4da9758618260c0831e75800ce0 /drivers/staging/winbond/localpara.h
parentStaging: w35und: wb35reg struct typedef removal (diff)
downloadkernel-qcow2-linux-88ebc4b950e344a8024ab46cccfb506a81f70634.tar.gz
kernel-qcow2-linux-88ebc4b950e344a8024ab46cccfb506a81f70634.tar.xz
kernel-qcow2-linux-88ebc4b950e344a8024ab46cccfb506a81f70634.zip
Staging: w35und: padapter struct typedef removal
Remove the PADAPTER typedef and its strange variants. Also fix up variable names that use the type while we're at it. Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi> Acked-by: Pavel Machek <pavel@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/winbond/localpara.h')
-rw-r--r--drivers/staging/winbond/localpara.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/winbond/localpara.h b/drivers/staging/winbond/localpara.h
index 268cf916ab48..087f48607178 100644
--- a/drivers/staging/winbond/localpara.h
+++ b/drivers/staging/winbond/localpara.h
@@ -25,7 +25,7 @@
#define LOCAL_UNKNOWN_5_CHANNEL_NUM 34 //not include 165
-#define psLOCAL (&(Adapter->sLocalPara))
+#define psLOCAL (&(adapter->sLocalPara))
#define MODE_802_11_BG 0
#define MODE_802_11_A 1