diff options
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index c5dbb46debb0..7300cb51dd5f 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -709,13 +709,13 @@ enum mac80211_rx_flags { | |||
709 | */ | 709 | */ |
710 | struct ieee80211_rx_status { | 710 | struct ieee80211_rx_status { |
711 | u64 mactime; | 711 | u64 mactime; |
712 | enum ieee80211_band band; | 712 | u16 flag; |
713 | int freq; | 713 | u16 freq; |
714 | int signal; | 714 | u8 rate_idx; |
715 | int antenna; | 715 | u8 rx_flags; |
716 | int rate_idx; | 716 | u8 band; |
717 | int flag; | 717 | u8 antenna; |
718 | unsigned int rx_flags; | 718 | s8 signal; |
719 | }; | 719 | }; |
720 | 720 | ||
721 | /** | 721 | /** |