Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219622
b: refs/heads/master
c: ace9115
h: refs/heads/master
v: v3
  • Loading branch information
Jacob Smith authored and Greg Kroah-Hartman committed Aug 31, 2010
1 parent ff1a837 commit 8c66c1e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 74b4ad79edf9350e5764dce20ccea5f39850cbe0
refs/heads/master: ace9115712f64315d59a86146103f6f6fc32cde3
18 changes: 9 additions & 9 deletions trunk/drivers/staging/rt2860/rtmp.h
Original file line number Diff line number Diff line change
Expand Up @@ -2239,15 +2239,15 @@ struct rt_tx_blk {
unsigned long Priv; /* Hardware specific value saved in here. */
};

#define fTX_bRtsRequired 0x0001 /* Indicate if need send RTS frame for protection. Not used in RT2860/RT2870. */
#define fTX_bAckRequired 0x0002 /* the packet need ack response */
#define fTX_bPiggyBack 0x0004 /* Legacy device use Piggback or not */
#define fTX_bHTRate 0x0008 /* allow to use HT rate */
#define fTX_bForceNonQoS 0x0010 /* force to transmit frame without WMM-QoS in HT mode */
#define fTX_bAllowFrag 0x0020 /* allow to fragment the packet, A-MPDU, A-MSDU, A-Ralink is not allowed to fragment */
#define fTX_bMoreData 0x0040 /* there are more data packets in PowerSave Queue */
#define fTX_bWMM 0x0080 /* QOS Data */
#define fTX_bClearEAPFrame 0x0100
#define fTX_bRtsRequired 0x0001 /* Indicate if need send RTS frame for protection. Not used in RT2860/RT2870. */
#define fTX_bAckRequired 0x0002 /* the packet need ack response */
#define fTX_bPiggyBack 0x0004 /* Legacy device use Piggback or not */
#define fTX_bHTRate 0x0008 /* allow to use HT rate */
#define fTX_bForceNonQoS 0x0010 /* force to transmit frame without WMM-QoS in HT mode */
#define fTX_bAllowFrag 0x0020 /* allow to fragment the packet, A-MPDU, A-MSDU, A-Ralink is not allowed to fragment */
#define fTX_bMoreData 0x0040 /* there are more data packets in PowerSave Queue */
#define fTX_bWMM 0x0080 /* QOS Data */
#define fTX_bClearEAPFrame 0x0100

#define TX_BLK_SET_FLAG(_pTxBlk, _flag) (_pTxBlk->Flags |= _flag)
#define TX_BLK_TEST_FLAG(_pTxBlk, _flag) (((_pTxBlk->Flags & _flag) == _flag) ? 1 : 0)
Expand Down

0 comments on commit 8c66c1e

Please sign in to comment.