From bafd77a92bf8f96a186e17af818bacbca17dcad4 Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Thu, 14 Feb 2013 23:33:40 +0100 Subject: [PATCH] --- yaml --- r: 368390 b: refs/heads/master c: 2c1aabf33d1832befc5291a14c870cd09dc2182d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/net/cfg80211.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 2eb15708be6b..97e4e83f0551 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f8bacc210408f7a2a182f184a9fa1475b8a67440 +refs/heads/master: 2c1aabf33d1832befc5291a14c870cd09dc2182d diff --git a/trunk/include/net/cfg80211.h b/trunk/include/net/cfg80211.h index 9b54574c3df9..7ca321d2b599 100644 --- a/trunk/include/net/cfg80211.h +++ b/trunk/include/net/cfg80211.h @@ -658,7 +658,7 @@ enum station_parameters_apply_mask { * @ext_capab_len: number of extended capabilities */ struct station_parameters { - u8 *supported_rates; + const u8 *supported_rates; struct net_device *vlan; u32 sta_flags_mask, sta_flags_set; u32 sta_modify_mask; @@ -667,13 +667,13 @@ struct station_parameters { u8 supported_rates_len; u8 plink_action; u8 plink_state; - struct ieee80211_ht_cap *ht_capa; - struct ieee80211_vht_cap *vht_capa; + const struct ieee80211_ht_cap *ht_capa; + const struct ieee80211_vht_cap *vht_capa; u8 uapsd_queues; u8 max_sp; enum nl80211_mesh_power_mode local_pm; u16 capability; - u8 *ext_capab; + const u8 *ext_capab; u8 ext_capab_len; };