Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352295
b: refs/heads/master
c: 0f4316b
h: refs/heads/master
i:
  352293: 01f9029
  352291: fbd0f20
  352287: b2838b1
v: v3
  • Loading branch information
Yogesh Ashok Powar authored and John W. Linville committed Jan 30, 2013
1 parent 8c64ed2 commit fcec048
Show file tree
Hide file tree
Showing 2 changed files with 6 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: e882efc96dba0a48adbe460b04d552d9a749a7c0
refs/heads/master: 0f4316b97d045e9b5b270cafa4b924769699eb3d
8 changes: 5 additions & 3 deletions trunk/drivers/net/wireless/mwl8k.c
Original file line number Diff line number Diff line change
Expand Up @@ -4797,9 +4797,11 @@ static int mwl8k_config(struct ieee80211_hw *hw, u32 changed)
if (rc)
goto out;

rc = mwl8k_cmd_set_rf_channel(hw, conf);
if (rc)
goto out;
if (changed & IEEE80211_CONF_CHANGE_CHANNEL) {
rc = mwl8k_cmd_set_rf_channel(hw, conf);
if (rc)
goto out;
}

if (conf->power_level > 18)
conf->power_level = 18;
Expand Down

0 comments on commit fcec048

Please sign in to comment.