diff options
author | Janusz Dziedzic <janusz.dziedzic@tieto.com> | 2013-12-05 13:02:15 +0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-12-05 19:39:07 +0400 |
commit | d1e33e654ef6bb3dee766353ed9dd31e7dcb8a94 (patch) | |
tree | 7b5d1f16c019183dc4110782ae621e670b057c0c /include/net/cfg80211.h | |
parent | b9243ab0c9e3e4dbd54ae8f44cf0cdb5838c8746 (diff) | |
download | linux-d1e33e654ef6bb3dee766353ed9dd31e7dcb8a94.tar.xz |
cfg80211: in bitrate_mask, rename mcs to ht_mcs
Rename NL80211_TXRATE_MCS to NL80211_TXRATE_HT and also
rename mcs to ht_mcs in struct cfg80211_bitrate_mask.
Signed-off-by: Janusz Dziedzic <janusz.dziedzic@tieto.com>
[reword commit message]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r-- | include/net/cfg80211.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 884ac69b5e55..6c3a650f3a8f 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -1766,7 +1766,7 @@ enum wiphy_params_flags { struct cfg80211_bitrate_mask { struct { u32 legacy; - u8 mcs[IEEE80211_HT_MCS_MASK_LEN]; + u8 ht_mcs[IEEE80211_HT_MCS_MASK_LEN]; } control[IEEE80211_NUM_BANDS]; }; /** |