diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2008-10-13 12:13:56 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-10-13 12:13:56 -0400 |
commit | e758936e02700ff88a0b08b722a3847b95283ef2 (patch) | |
tree | 50c919bef1b459a778b85159d5929de95b6c4a01 /drivers/net/wireless/rtl8187.h | |
parent | 239cfbde1f5843c4a24199f117d5f67f637d72d5 (diff) | |
parent | 4480f15b3306f43bbb0310d461142b4e897ca45b (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Conflicts:
include/asm-x86/statfs.h
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; |