diff --git a/[refs] b/[refs] index a7196376e92f..342a2ed90c11 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 11b639c3e23d54be8e909a5d054678d3f2d883d8 +refs/heads/master: d2eff5c3bf87256817ad7e2495a4e9226dbec0e8 diff --git a/trunk/drivers/staging/rtl8192e/rtl819x_HT.h b/trunk/drivers/staging/rtl8192e/rtl819x_HT.h index 9f43a8a4fa05..175c8184c8f4 100644 --- a/trunk/drivers/staging/rtl8192e/rtl819x_HT.h +++ b/trunk/drivers/staging/rtl8192e/rtl819x_HT.h @@ -201,10 +201,10 @@ struct mimops_ctrl { u8 Reserved:6; }; -typedef enum _HT_SPEC_VER{ +enum ht_spec_ver { HT_SPEC_VER_IEEE = 0, HT_SPEC_VER_EWC = 1, -} HT_SPEC_VER, *PHT_SPEC_VER; +}; typedef enum _HT_AGGRE_MODE_E{ HT_AGG_AUTO = 0, @@ -229,7 +229,7 @@ struct rt_hi_throughput { u8 bRegSuppCCK; u8 bCurSuppCCK; - HT_SPEC_VER ePeerHTSpecVer; + enum ht_spec_ver ePeerHTSpecVer; struct ht_capab_ele SelfHTCap; @@ -343,7 +343,7 @@ struct bss_ht { u8 bdHTInfoBuf[32]; u16 bdHTInfoLen; - HT_SPEC_VER bdHTSpecVer; + enum ht_spec_ver bdHTSpecVer; enum ht_channel_width bdBandWidth; u8 bdRT2RTAggregation;