}
        memset(pos_ht_cap, 0, *len);
 
-       if ((assoc) && (ht->ePeerHTSpecVer == HT_SPEC_VER_EWC)) {
+       if ((assoc) && (ht->peer_ht_spec_ver == HT_SPEC_VER_EWC)) {
                static const u8 EWC11NHTCap[] = { 0x00, 0x90, 0x4c, 0x33 };
 
                memcpy(pos_ht_cap, EWC11NHTCap, sizeof(EWC11NHTCap));
 
        ht_info->sw_bw_in_progress = false;
 
-       ht_info->ePeerHTSpecVer = HT_SPEC_VER_IEEE;
+       ht_info->peer_ht_spec_ver = HT_SPEC_VER_IEEE;
 
        ht_info->current_rt2rt_aggregation = false;
        ht_info->current_rt2rt_long_slot_time = false;
         */
        if (pNetwork->bssht.bd_support_ht) {
                ht_info->current_ht_support = true;
-               ht_info->ePeerHTSpecVer = pNetwork->bssht.bd_ht_spec_ver;
+               ht_info->peer_ht_spec_ver = pNetwork->bssht.bd_ht_spec_ver;
 
                if (pNetwork->bssht.bd_ht_cap_len > 0 &&
                    pNetwork->bssht.bd_ht_cap_len <= sizeof(ht_info->PeerHTCapBuf))
 
                tag += osCcxVerNum.Length;
        }
        if (ieee->ht_info->current_ht_support && ieee->ht_info->enable_ht) {
-               if (ieee->ht_info->ePeerHTSpecVer != HT_SPEC_VER_EWC) {
+               if (ieee->ht_info->peer_ht_spec_ver != HT_SPEC_VER_EWC) {
                        tag = skb_put(skb, ht_cap_len);
                        *tag++ = MFIE_TYPE_HT_CAP;
                        *tag++ = ht_cap_len - 2;
        }
 
        if (ieee->ht_info->current_ht_support && ieee->ht_info->enable_ht) {
-               if (ieee->ht_info->ePeerHTSpecVer == HT_SPEC_VER_EWC) {
+               if (ieee->ht_info->peer_ht_spec_ver == HT_SPEC_VER_EWC) {
                        tag = skb_put(skb, ht_cap_len);
                        *tag++ = MFIE_TYPE_GENERIC;
                        *tag++ = ht_cap_len - 2;