Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
[firefly-linux-kernel-4.4.55.git] / drivers / staging / rtl8192u / r819xU_cmdpkt.h
index cc8029a15df4d1b46cc9c7eed6450389a8131b4f..f490e253ee50204a6d37bd939099227824d3583a 100644 (file)
@@ -9,9 +9,9 @@
 #define                CMPK_TX_RAHIS_SIZE              sizeof(cmpk_tx_rahis_t)
 
 /* 2008/05/08 amy For USB constant. */
-#define ISR_TxBcnOk            BIT27           /* Transmit Beacon OK */
-#define ISR_TxBcnErr           BIT26           /* Transmit Beacon Error */
-#define ISR_BcnTimerIntr       BIT13           /* Beacon Timer Interrupt */
+#define ISR_TxBcnOk            BIT(27)         /* Transmit Beacon OK */
+#define ISR_TxBcnErr           BIT(26)         /* Transmit Beacon Error */
+#define ISR_BcnTimerIntr       BIT(13)         /* Beacon Timer Interrupt */
 
 
 /* Define element ID of command packet. */