From 37eef85fb499fc4388cd14b762f60c9eae4ea39e Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Tue, 19 Jul 2011 19:52:21 -0500 Subject: [PATCH] --- yaml --- r: 267847 b: refs/heads/master c: 456419dbb389498042ea2808600d25b67f687716 h: refs/heads/master i: 267845: 8afe956e5b16eae9f25d600c5a3487fe29322c7f 267843: d16a3cb6ba5df545fa57caf50ed2db8534060537 267839: bbb262343d0963f8f74db31b3ea26cfea97192bc v: v3 --- [refs] | 2 +- trunk/drivers/staging/rtl8192e/rtl_core.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index f717bc329745..a7adba4dccff 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ab0d7ccaf733d064bd8e0f1d1a0eb67be79232ee +refs/heads/master: 456419dbb389498042ea2808600d25b67f687716 diff --git a/trunk/drivers/staging/rtl8192e/rtl_core.h b/trunk/drivers/staging/rtl8192e/rtl_core.h index b3bba7dae205..aca9bf3648c2 100644 --- a/trunk/drivers/staging/rtl8192e/rtl_core.h +++ b/trunk/drivers/staging/rtl8192e/rtl_core.h @@ -328,10 +328,10 @@ enum reset_type { RESET_TYPE_SILENT = 0x02 }; -typedef enum _IC_INFERIORITY_8192S{ +enum ic_inferiority_8192s { IC_INFERIORITY_A = 0, IC_INFERIORITY_B = 1, -} IC_INFERIORITY_8192S, *PIC_INFERIORITY_8192S; +}; typedef enum _PCI_BRIDGE_VENDOR { PCI_BRIDGE_VENDOR_INTEL = 0x0, @@ -586,7 +586,7 @@ struct r8192_priv { enum rt_rf_type_819xu rf_chip; - IC_INFERIORITY_8192S IC_Class; + enum ic_inferiority_8192s IC_Class; enum ht_channel_width CurrentChannelBW; struct bb_reg_definition PHYRegDef[4]; struct rate_adaptive rate_adaptive;