1
0
Fork 0

staging: rtl8723au: odm_reg.h: Use BIT() instead of BITx

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
wifi-calibration
Jes Sorensen 2014-05-16 10:03:41 +02:00 committed by Greg Kroah-Hartman
parent c04d002ac2
commit e478c1f52d
1 changed files with 1 additions and 4 deletions

View File

@ -102,13 +102,10 @@
#define PATHDIV_REG 0xB30
#define PATHDIV_TRI 0xBA0
/* */
/* Bitmap Definition */
/* */
#define BIT_FA_RESET BIT0
#define BIT_FA_RESET BIT(0)
#endif