diff options
author | Oleksij Rempel <linux@rempel-privat.de> | 2013-05-24 14:18:30 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-05-30 22:42:34 +0400 |
commit | ab276103357637fb26cc851369b5abbdc42afbf4 (patch) | |
tree | 468852d3715808f05e90d2ea13c9f5598a1018f8 /drivers/net/wireless/ath/ath9k/mac.h | |
parent | a910e4a94f6923c8c988565525f017f687bf7205 (diff) | |
download | linux-ab276103357637fb26cc851369b5abbdc42afbf4.tar.xz |
ath9k: remove useless flag conversation.
some flags used only outside of ath9k - In this case we can use
"enum mac80211_rx_flags" and pass it upstream without extra
conversation.
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/mac.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/mac.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/mac.h b/drivers/net/wireless/ath/ath9k/mac.h index 5865f92998e1..3f1e7754a1a7 100644 --- a/drivers/net/wireless/ath/ath9k/mac.h +++ b/drivers/net/wireless/ath/ath9k/mac.h @@ -149,6 +149,7 @@ struct ath_rx_status { u32 evm2; u32 evm3; u32 evm4; + u32 flag; /* see enum mac80211_rx_flags */ }; struct ath_htc_rx_status { |