diff --git a/[refs] b/[refs] index 374f7b0882fd..d3e099208bcf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d48b296850f25cb559cb9b907d6d8c09eca3e89d +refs/heads/master: 30f422925c39edf61cbcf6d35140d726402d4b04 diff --git a/trunk/include/net/mac80211.h b/trunk/include/net/mac80211.h index c5dbb46debb0..7300cb51dd5f 100644 --- a/trunk/include/net/mac80211.h +++ b/trunk/include/net/mac80211.h @@ -709,13 +709,13 @@ enum mac80211_rx_flags { */ struct ieee80211_rx_status { u64 mactime; - enum ieee80211_band band; - int freq; - int signal; - int antenna; - int rate_idx; - int flag; - unsigned int rx_flags; + u16 flag; + u16 freq; + u8 rate_idx; + u8 rx_flags; + u8 band; + u8 antenna; + s8 signal; }; /**