diff options
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r-- | drivers/net/wireless/wl12xx/wl1251_reg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1251_reg.h b/drivers/net/wireless/wl12xx/wl1251_reg.h index bdd561001dcb..06e1bd94a739 100644 --- a/drivers/net/wireless/wl12xx/wl1251_reg.h +++ b/drivers/net/wireless/wl12xx/wl1251_reg.h | |||
@@ -245,8 +245,8 @@ enum wl12xx_acx_int_reg { | |||
245 | ACX_REG_TABLE_LEN | 245 | ACX_REG_TABLE_LEN |
246 | }; | 246 | }; |
247 | 247 | ||
248 | #define ACX_SLV_SOFT_RESET_BIT BIT(1) | 248 | #define ACX_SLV_SOFT_RESET_BIT BIT(0) |
249 | #define ACX_REG_EEPROM_START_BIT BIT(1) | 249 | #define ACX_REG_EEPROM_START_BIT BIT(0) |
250 | 250 | ||
251 | /* Command/Information Mailbox Pointers */ | 251 | /* Command/Information Mailbox Pointers */ |
252 | 252 | ||