On Wed, 2012-10-03 at 10:00 +0530, Mahesh Palivela wrote: > From: Mahesh Palivela <maheshp@xxxxxxxxxxx> > > Rename vht_capabilities to vht_cap > > Signed-off-by: Mahesh Palivela <maheshp@xxxxxxxxxxx> > --- > > include/linux/ieee80211.h | 2 +- > net/mac80211/main.c | 2 +- > net/mac80211/mlme.c | 4 ++-- > net/mac80211/util.c | 4 ++-- > 4 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h > index 2385119..afd12d9 100644 > --- a/include/linux/ieee80211.h > +++ b/include/linux/ieee80211.h > @@ -1109,7 +1109,7 @@ struct ieee80211_ht_operation { > > #define VHT_MCS_SUPPORTED_SET_SIZE 8 > > -struct ieee80211_vht_capabilities { > +struct ieee80211_vht_cap { > __le32 vht_capabilities_info; > u8 vht_supported_mcs_set[VHT_MCS_SUPPORTED_SET_SIZE]; > } __packed; This patch doesn't rename any fields johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html