summaryrefslogtreecommitdiffstats
path: root/drivers/staging/winbond/mac_structures.h
diff options
context:
space:
mode:
authorPekka Enberg <penberg@kernel.org>2010-09-19 12:28:38 +0300
committerGreg Kroah-Hartman <gregkh@suse.de>2010-09-21 10:44:55 -0700
commitc4d562a99fdf6ef66ee974f54efea66d09d504cf (patch)
treeeb766f373496f2dd30c428a1d8c1b4c6b078dbb9 /drivers/staging/winbond/mac_structures.h
parent5fb108555b35ce35f997899e2a4ad074f3496949 (diff)
downloadop-kernel-dev-c4d562a99fdf6ef66ee974f54efea66d09d504cf.zip
op-kernel-dev-c4d562a99fdf6ef66ee974f54efea66d09d504cf.tar.gz
staging: w35und: Remove remaining typedef declarations
This patch removes remaining typedef declarations from the w35und driver. Most of them were unused so I just killed them off completely. Cc: Lars Lindley <lindley@coyote.org> Acked-by: Pavel Machek <pavel@ucw.cz> Cc: Ruslan Pisarev <ruslan@rpisarev.org.ua> Signed-off-by: Pekka Enberg <penberg@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/winbond/mac_structures.h')
-rw-r--r--drivers/staging/winbond/mac_structures.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/staging/winbond/mac_structures.h b/drivers/staging/winbond/mac_structures.h
index 415256f..ed3df29 100644
--- a/drivers/staging/winbond/mac_structures.h
+++ b/drivers/staging/winbond/mac_structures.h
@@ -177,23 +177,6 @@ enum enum_MMPDUResultCode
} WB_MMPDURESULTCODE, *PWB_MMPDURESULTCODE;
*/
-/*===========================================================
-// enum_TxRate --
-// Define the transmission constants based on W89C32 MAC
-// target specification.
-//===========================================================*/
-typedef enum enum_TxRate {
- TXRATE_1M = 0,
- TXRATE_2MLONG = 2,
- TXRATE_2MSHORT = 3,
- TXRATE_55MLONG = 4,
- TXRATE_55MSHORT = 5,
- TXRATE_11MLONG = 6,
- TXRATE_11MSHORT = 7,
- TXRATE_AUTO = 255 /* PD43 20021108 */
-} WB_TXRATE, *PWB_TXRATE;
-
-
#define RATE_BITMAP_1M 1
#define RATE_BITMAP_2M 2
#define RATE_BITMAP_5dot5M 5
OpenPOWER on IntegriCloud