Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351783
b: refs/heads/master
c: c8f9b0f
h: refs/heads/master
i:
  351781: d8e87f2
  351779: 01b6864
  351775: ccd9900
v: v3
  • Loading branch information
Eytan Lifshitz authored and Johannes Berg committed Jan 3, 2013
1 parent 38b234f commit 9cac6ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0aa86df673d2122fcffc43ed0266279e1b8d8204
refs/heads/master: c8f9b0feab564e1ecf460b440e838673aced282c
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/dvm/led.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ static const struct ieee80211_tpt_blink iwl_blink[] = {
/* Set led register off */
void iwlagn_led_enable(struct iwl_priv *priv)
{
iwl_write32(priv->trans, CSR_LED_REG, CSR_LED_REG_TRUN_ON);
iwl_write32(priv->trans, CSR_LED_REG, CSR_LED_REG_TURN_ON);
}

/*
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/iwlwifi/iwl-csr.h
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,8 @@

/* LED */
#define CSR_LED_BSM_CTRL_MSK (0xFFFFFFDF)
#define CSR_LED_REG_TRUN_ON (0x78)
#define CSR_LED_REG_TRUN_OFF (0x38)
#define CSR_LED_REG_TURN_ON (0x60)
#define CSR_LED_REG_TURN_OFF (0x20)

/* ANA_PLL */
#define CSR50_ANA_PLL_CFG_VAL (0x00880300)
Expand Down

0 comments on commit 9cac6ea

Please sign in to comment.