aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/include/d11.h
diff options
context:
space:
mode:
authorJason Cooper <jason@lakedaemon.net>2010-09-14 09:45:42 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-09-14 19:24:17 -0400
commit198bd4d69dddb3fe78fdc251983bb49502b3b35e (patch)
tree2c9413e211aec7ff30f151785b6a8a96df097c09 /drivers/staging/brcm80211/include/d11.h
parent39dcff3f45048df1c8bd3e3ba033e7b62328db3f (diff)
staging: brcm80211: fix "ERROR: need consistent spacing around '*'"
This patch fixes the real errors. The rest are caused by typedefs which will be fixed in a later patch. Signed-off-by: Jason Cooper <jason@lakedaemon.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/brcm80211/include/d11.h')
-rw-r--r--drivers/staging/brcm80211/include/d11.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/brcm80211/include/d11.h b/drivers/staging/brcm80211/include/d11.h
index 3dbd54c0cc7..f17ea8cba07 100644
--- a/drivers/staging/brcm80211/include/d11.h
+++ b/drivers/staging/brcm80211/include/d11.h
@@ -1201,8 +1201,8 @@ BWL_PRE_PACKED_STRUCT struct tx_status {
1201#define M_20IN40_IQ (0x380 * 2) 1201#define M_20IN40_IQ (0x380 * 2)
1202 1202
1203/* SHM locations where ucode stores the current power index */ 1203/* SHM locations where ucode stores the current power index */
1204#define M_CURR_IDX1 (0x384 *2) 1204#define M_CURR_IDX1 (0x384 * 2)
1205#define M_CURR_IDX2 (0x387 *2) 1205#define M_CURR_IDX2 (0x387 * 2)
1206 1206
1207#define M_BSCALE_ANT0 (0x5e * 2) 1207#define M_BSCALE_ANT0 (0x5e * 2)
1208#define M_BSCALE_ANT1 (0x5f * 2) 1208#define M_BSCALE_ANT1 (0x5f * 2)