diff options
author | Herton Ronaldo Krzesinski <herton@mandriva.com.br> | 2008-07-16 10:44:18 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-08-22 16:29:48 -0400 |
commit | 38e3b0d86eaa0bf90a74677b6d6c442ec66daa0c (patch) | |
tree | 18a2f650588fd5e58633d7c19ed288d9167425aa /drivers/net/wireless/rtl8187.h | |
parent | 2540e0511ea17e25831be543cdf9381e6209950d (diff) |
rtl818x: merge tx/rx descriptor flags
Tx/Rx descriptor flags are common between rtl818x devices, only with
additions for newer chips, thus use same flags in the code.
Signed-off-by: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rtl8187.h')
-rw-r--r-- | drivers/net/wireless/rtl8187.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/wireless/rtl8187.h b/drivers/net/wireless/rtl8187.h index 5a9515c99960..e82bb4d289e8 100644 --- a/drivers/net/wireless/rtl8187.h +++ b/drivers/net/wireless/rtl8187.h | |||
@@ -58,12 +58,6 @@ struct rtl8187b_rx_hdr { | |||
58 | 58 | ||
59 | /* {rtl8187,rtl8187b}_tx_info is in skb */ | 59 | /* {rtl8187,rtl8187b}_tx_info is in skb */ |
60 | 60 | ||
61 | /* Tx flags are common between rtl8187 and rtl8187b */ | ||
62 | #define RTL8187_TX_FLAG_NO_ENCRYPT (1 << 15) | ||
63 | #define RTL8187_TX_FLAG_MORE_FRAG (1 << 17) | ||
64 | #define RTL8187_TX_FLAG_CTS (1 << 18) | ||
65 | #define RTL8187_TX_FLAG_RTS (1 << 23) | ||
66 | |||
67 | struct rtl8187_tx_hdr { | 61 | struct rtl8187_tx_hdr { |
68 | __le32 flags; | 62 | __le32 flags; |
69 | __le16 rts_duration; | 63 | __le16 rts_duration; |