Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377437
b: refs/heads/master
c: 075163b
h: refs/heads/master
i:
  377435: 6ac9ee2
v: v3
  • Loading branch information
Sujith Manoharan authored and John W. Linville committed Jun 24, 2013
1 parent e0ff611 commit c318220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 23bc2021c54b048302f6f4844c030660ce0fcfe9
refs/heads/master: 075163bbb0f51174359947e1bce84f5edb23f21e
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath9k/htc_drv_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1174,7 +1174,7 @@ static int ath9k_htc_config(struct ieee80211_hw *hw, u32 changed)
mutex_lock(&priv->htc_pm_lock);

priv->ps_idle = !!(conf->flags & IEEE80211_CONF_IDLE);
if (priv->ps_idle)
if (!priv->ps_idle)
chip_reset = true;

mutex_unlock(&priv->htc_pm_lock);
Expand Down

0 comments on commit c318220

Please sign in to comment.