forked from Minki/linux
staging: rtl8723au: Remove some unused clutter from odm_types.h
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
70e6b551c6
commit
5cfab102fb
@ -22,15 +22,4 @@ enum hal_status {
|
||||
HAL_STATUS_FAILURE,
|
||||
};
|
||||
|
||||
enum rt_spinlock_type {
|
||||
RT_TEMP =1,
|
||||
};
|
||||
|
||||
#define SET_TX_DESC_ANTSEL_A_88E(__pTxDesc, __Value) \
|
||||
SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 24, 1, __Value)
|
||||
#define SET_TX_DESC_ANTSEL_B_88E(__pTxDesc, __Value) \
|
||||
SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 25, 1, __Value)
|
||||
#define SET_TX_DESC_ANTSEL_C_88E(__pTxDesc, __Value) \
|
||||
SET_BITS_TO_LE_4BYTE(__pTxDesc+28, 29, 1, __Value)
|
||||
|
||||
#endif /* __ODM_TYPES_H__ */
|
||||
|
Loading…
Reference in New Issue
Block a user