aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/iwl-csr.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/iwl-csr.h')
-rw-r--r--drivers/net/wireless/intel/iwlwifi/iwl-csr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/iwl-csr.h b/drivers/net/wireless/intel/iwlwifi/iwl-csr.h
index b03e0f975b5a..4f0d070eda54 100644
--- a/drivers/net/wireless/intel/iwlwifi/iwl-csr.h
+++ b/drivers/net/wireless/intel/iwlwifi/iwl-csr.h
@@ -218,7 +218,6 @@
218#define CSR_INT_BIT_FH_TX (1 << 27) /* Tx DMA FH_INT[1:0] */ 218#define CSR_INT_BIT_FH_TX (1 << 27) /* Tx DMA FH_INT[1:0] */
219#define CSR_INT_BIT_SCD (1 << 26) /* TXQ pointer advanced */ 219#define CSR_INT_BIT_SCD (1 << 26) /* TXQ pointer advanced */
220#define CSR_INT_BIT_SW_ERR (1 << 25) /* uCode error */ 220#define CSR_INT_BIT_SW_ERR (1 << 25) /* uCode error */
221#define CSR_INT_BIT_PAGING (1 << 24) /* SDIO PAGING */
222#define CSR_INT_BIT_RF_KILL (1 << 7) /* HW RFKILL switch GP_CNTRL[27] toggled */ 221#define CSR_INT_BIT_RF_KILL (1 << 7) /* HW RFKILL switch GP_CNTRL[27] toggled */
223#define CSR_INT_BIT_CT_KILL (1 << 6) /* Critical temp (chip too hot) rfkill */ 222#define CSR_INT_BIT_CT_KILL (1 << 6) /* Critical temp (chip too hot) rfkill */
224#define CSR_INT_BIT_SW_RX (1 << 3) /* Rx, command responses */ 223#define CSR_INT_BIT_SW_RX (1 << 3) /* Rx, command responses */
@@ -229,7 +228,6 @@
229 CSR_INT_BIT_HW_ERR | \ 228 CSR_INT_BIT_HW_ERR | \
230 CSR_INT_BIT_FH_TX | \ 229 CSR_INT_BIT_FH_TX | \
231 CSR_INT_BIT_SW_ERR | \ 230 CSR_INT_BIT_SW_ERR | \
232 CSR_INT_BIT_PAGING | \
233 CSR_INT_BIT_RF_KILL | \ 231 CSR_INT_BIT_RF_KILL | \
234 CSR_INT_BIT_SW_RX | \ 232 CSR_INT_BIT_SW_RX | \
235 CSR_INT_BIT_WAKEUP | \ 233 CSR_INT_BIT_WAKEUP | \