Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134407
b: refs/heads/master
c: 3302e44
h: refs/heads/master
i:
  134405: 29020d7
  134403: 1dee707
  134399: feca902
v: v3
  • Loading branch information
Danny Kukawka authored and John W. Linville committed Feb 9, 2009
1 parent ed4adbc commit 428bf55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: b34196d7d031a966c70ce2ede9087be56c7dd4bc
refs/heads/master: 3302e44dcdb8aff99769921af12b916a914b6317
8 changes: 4 additions & 4 deletions trunk/drivers/net/wireless/iwlwifi/iwl-3945-led.c
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ int iwl3945_led_register(struct iwl_priv *priv)

trigger = ieee80211_get_radio_led_name(priv->hw);
snprintf(priv->led39[IWL_LED_TRG_RADIO].name,
sizeof(priv->led39[IWL_LED_TRG_RADIO].name), "iwl-%s:radio",
sizeof(priv->led39[IWL_LED_TRG_RADIO].name), "iwl-%s::radio",
wiphy_name(priv->hw->wiphy));

priv->led39[IWL_LED_TRG_RADIO].led_on = iwl3945_led_on;
Expand All @@ -332,7 +332,7 @@ int iwl3945_led_register(struct iwl_priv *priv)

trigger = ieee80211_get_assoc_led_name(priv->hw);
snprintf(priv->led39[IWL_LED_TRG_ASSOC].name,
sizeof(priv->led39[IWL_LED_TRG_ASSOC].name), "iwl-%s:assoc",
sizeof(priv->led39[IWL_LED_TRG_ASSOC].name), "iwl-%s::assoc",
wiphy_name(priv->hw->wiphy));

ret = iwl3945_led_register_led(priv,
Expand All @@ -349,7 +349,7 @@ int iwl3945_led_register(struct iwl_priv *priv)

trigger = ieee80211_get_rx_led_name(priv->hw);
snprintf(priv->led39[IWL_LED_TRG_RX].name,
sizeof(priv->led39[IWL_LED_TRG_RX].name), "iwl-%s:RX",
sizeof(priv->led39[IWL_LED_TRG_RX].name), "iwl-%s::RX",
wiphy_name(priv->hw->wiphy));

ret = iwl3945_led_register_led(priv,
Expand All @@ -365,7 +365,7 @@ int iwl3945_led_register(struct iwl_priv *priv)

trigger = ieee80211_get_tx_led_name(priv->hw);
snprintf(priv->led39[IWL_LED_TRG_TX].name,
sizeof(priv->led39[IWL_LED_TRG_TX].name), "iwl-%s:TX",
sizeof(priv->led39[IWL_LED_TRG_TX].name), "iwl-%s::TX",
wiphy_name(priv->hw->wiphy));

ret = iwl3945_led_register_led(priv,
Expand Down

0 comments on commit 428bf55

Please sign in to comment.