ieee80211: Rename VHT cap struct
Rename struct ieee80211_vht_capabilities to ieee80211_vht_cap and renamed its member vht_capabilities_info to vht_cap_info. Signed-off-by: Mahesh Palivela <maheshp@posedge.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
committed by
Johannes Berg
parent
1258d97616
commit
d4950281d7
@ -1775,8 +1775,8 @@ u8 *ieee80211_ie_build_vht_cap(u8 *pos, struct ieee80211_sta_vht_cap *vht_cap,
|
||||
__le32 tmp;
|
||||
|
||||
*pos++ = WLAN_EID_VHT_CAPABILITY;
|
||||
*pos++ = sizeof(struct ieee80211_vht_capabilities);
|
||||
memset(pos, 0, sizeof(struct ieee80211_vht_capabilities));
|
||||
*pos++ = sizeof(struct ieee80211_vht_cap);
|
||||
memset(pos, 0, sizeof(struct ieee80211_vht_cap));
|
||||
|
||||
/* capability flags */
|
||||
tmp = cpu_to_le32(cap);
|
||||
|
Reference in New Issue
Block a user