aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/mac80211.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r--include/net/mac80211.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index ef42559694f1..c76484009baa 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -207,7 +207,7 @@ struct ieee80211_bss_conf {
207 u16 beacon_int; 207 u16 beacon_int;
208 u16 assoc_capability; 208 u16 assoc_capability;
209 u64 timestamp; 209 u64 timestamp;
210 u64 basic_rates; 210 u32 basic_rates;
211 struct ieee80211_bss_ht_conf ht; 211 struct ieee80211_bss_ht_conf ht;
212}; 212};
213 213
@@ -761,7 +761,7 @@ enum set_key_cmd {
761 * sizeof(void *), size is determined in hw information. 761 * sizeof(void *), size is determined in hw information.
762 */ 762 */
763struct ieee80211_sta { 763struct ieee80211_sta {
764 u64 supp_rates[IEEE80211_NUM_BANDS]; 764 u32 supp_rates[IEEE80211_NUM_BANDS];
765 u8 addr[ETH_ALEN]; 765 u8 addr[ETH_ALEN];
766 u16 aid; 766 u16 aid;
767 struct ieee80211_sta_ht_cap ht_cap; 767 struct ieee80211_sta_ht_cap ht_cap;