diff options
author | Mahesh Palivela <maheshp@posedge.com> | 2012-10-10 13:25:40 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-10-17 11:02:13 +0200 |
commit | d4950281d72d8845225e3a39dbeb366c40c824c9 (patch) | |
tree | 57396a72a205ed8d3b30993f6be44c7766b9722c /net/mac80211/main.c | |
parent | mac80211: move out the non-statistics variable estab_plinks from mesh_stat (diff) | |
download | linux-d4950281d72d8845225e3a39dbeb366c40c824c9.tar.xz linux-d4950281d72d8845225e3a39dbeb366c40c824c9.zip |
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>
Diffstat (limited to 'net/mac80211/main.c')
-rw-r--r-- | net/mac80211/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/main.c b/net/mac80211/main.c index 473b755b349f..620f427069c8 100644 --- a/net/mac80211/main.c +++ b/net/mac80211/main.c @@ -876,7 +876,7 @@ int ieee80211_register_hw(struct ieee80211_hw *hw) if (supp_vht) local->scan_ies_len += - 2 + sizeof(struct ieee80211_vht_capabilities); + 2 + sizeof(struct ieee80211_vht_cap); if (!local->ops->hw_scan) { /* For hw_scan, driver needs to set these up. */ |