diff options
author | Mahesh Palivela <maheshp@posedge.com> | 2012-10-10 07:25:40 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-10-17 05:02:13 -0400 |
commit | d4950281d72d8845225e3a39dbeb366c40c824c9 (patch) | |
tree | 57396a72a205ed8d3b30993f6be44c7766b9722c /net/mac80211/main.c | |
parent | 1258d97616fdca9abc0c21f2edeb1d5b21dcb128 (diff) |
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) | |||
876 | 876 | ||
877 | if (supp_vht) | 877 | if (supp_vht) |
878 | local->scan_ies_len += | 878 | local->scan_ies_len += |
879 | 2 + sizeof(struct ieee80211_vht_capabilities); | 879 | 2 + sizeof(struct ieee80211_vht_cap); |
880 | 880 | ||
881 | if (!local->ops->hw_scan) { | 881 | if (!local->ops->hw_scan) { |
882 | /* For hw_scan, driver needs to set these up. */ | 882 | /* For hw_scan, driver needs to set these up. */ |