diff --git a/[refs] b/[refs] index 5237f4fa449b..63bbeeb5797e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d0df281309e40f21f7a9d9633c2dd78f55edd5f4 +refs/heads/master: e6605947508968e4020702f8dbe4d0bcad2028ae diff --git a/trunk/drivers/staging/rtl8192e/rtl819x_HT.h b/trunk/drivers/staging/rtl8192e/rtl819x_HT.h index 108b27cc95c7..891714fb1822 100644 --- a/trunk/drivers/staging/rtl8192e/rtl819x_HT.h +++ b/trunk/drivers/staging/rtl8192e/rtl819x_HT.h @@ -397,12 +397,12 @@ extern u8 MCS_FILTER_1SS[16]; #define IS_11N_MCS_RATE(rate) (rate&0x80) -typedef enum _HT_AGGRE_SIZE_E{ +enum ht_aggre_size { HT_AGG_SIZE_8K = 0, HT_AGG_SIZE_16K = 1, HT_AGG_SIZE_32K = 2, HT_AGG_SIZE_64K = 3, -} HT_AGGRE_SIZE_E, *PHT_AGGRE_SIZE_E; +}; enum ht_iot_peer { HT_IOT_PEER_UNKNOWN = 0,