summaryrefslogtreecommitdiffstats
path: root/net/mac80211/main.c
diff options
context:
space:
mode:
authorMahesh Palivela2012-10-10 13:25:40 +0200
committerJohannes Berg2012-10-17 11:02:13 +0200
commitd4950281d72d8845225e3a39dbeb366c40c824c9 (patch)
tree57396a72a205ed8d3b30993f6be44c7766b9722c /net/mac80211/main.c
parentmac80211: move out the non-statistics variable estab_plinks from mesh_stat (diff)
downloadkernel-qcow2-linux-d4950281d72d8845225e3a39dbeb366c40c824c9.tar.gz
kernel-qcow2-linux-d4950281d72d8845225e3a39dbeb366c40c824c9.tar.xz
kernel-qcow2-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.c2
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. */