From a948ec116a0c753c47fb76512e6b74b036853478 Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Thu, 5 Jul 2012 13:14:18 +0200 Subject: [PATCH] --- yaml --- r: 315541 b: refs/heads/master c: 30f422925c39edf61cbcf6d35140d726402d4b04 h: refs/heads/master i: 315539: f472321719787f3fdc9d5aa185d4453399475c72 v: v3 --- [refs] | 2 +- trunk/include/net/mac80211.h | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) 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; }; /**