]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: rtl8723au: Remove some unused clutter from odm_types.h
authorJes Sorensen <Jes.Sorensen@redhat.com>
Fri, 9 May 2014 13:03:41 +0000 (15:03 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 May 2014 20:11:58 +0000 (13:11 -0700)
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/include/odm_types.h

index a866769ea17850d83ce6afda84633f32954409d2..9f15f25476f519394d38afc67f358f9aaf44306e 100644 (file)
@@ -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__ */