Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236938
b: refs/heads/master
c: 8c9f514
h: refs/heads/master
v: v3
  • Loading branch information
Stanislaw Gruszka authored and John W. Linville committed Jan 28, 2011
1 parent 77806e0 commit 610bf88
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 88e58fc5d940c3463c7070a2a7a8a0ce65af3fdc
refs/heads/master: 8c9f514b38bb01f0af09f880fe8b3cd5342d2401
5 changes: 2 additions & 3 deletions trunk/drivers/net/wireless/iwlwifi/iwl-legacy.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,9 @@ int iwl_legacy_mac_config(struct ieee80211_hw *hw, u32 changed)
IWL_DEBUG_MAC80211(priv, "enter to channel %d changed 0x%X\n",
channel->hw_value, changed);

if (unlikely(!priv->cfg->mod_params->disable_hw_scan &&
test_bit(STATUS_SCANNING, &priv->status))) {
if (unlikely(test_bit(STATUS_SCANNING, &priv->status))) {
scan_active = 1;
IWL_DEBUG_MAC80211(priv, "leave - scanning\n");
IWL_DEBUG_MAC80211(priv, "scan active\n");
}

if (changed & (IEEE80211_CONF_CHANGE_SMPS |
Expand Down

0 comments on commit 610bf88

Please sign in to comment.