Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314928
b: refs/heads/master
c: 34202e2
h: refs/heads/master
v: v3
  • Loading branch information
Amitkumar Karwar authored and John W. Linville committed Jun 28, 2012
1 parent b350177 commit 1b4e1ab
Show file tree
Hide file tree
Showing 2 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: 2041d7dff287333036145ba3aab57e3b675babef
refs/heads/master: 34202e28fe7fc8551313f9a035a8857db83de757
6 changes: 3 additions & 3 deletions trunk/drivers/net/wireless/mwifiex/cfg80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,13 +260,13 @@ static int mwifiex_send_domain_info_cmd_fw(struct wiphy *wiphy)
flag = 1;
first_chan = (u32) ch->hw_value;
next_chan = first_chan;
max_pwr = ch->max_power;
max_pwr = ch->max_reg_power;
no_of_parsed_chan = 1;
continue;
}

if (ch->hw_value == next_chan + 1 &&
ch->max_power == max_pwr) {
ch->max_reg_power == max_pwr) {
next_chan++;
no_of_parsed_chan++;
} else {
Expand All @@ -277,7 +277,7 @@ static int mwifiex_send_domain_info_cmd_fw(struct wiphy *wiphy)
no_of_triplet++;
first_chan = (u32) ch->hw_value;
next_chan = first_chan;
max_pwr = ch->max_power;
max_pwr = ch->max_reg_power;
no_of_parsed_chan = 1;
}
}
Expand Down

0 comments on commit 1b4e1ab

Please sign in to comment.