Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266365
b: refs/heads/master
c: d06b7b9
h: refs/heads/master
i:
  266363: 494e8f9
v: v3
  • Loading branch information
Amitkumar Karwar authored and John W. Linville committed Sep 27, 2011
1 parent 546c335 commit c55cd24
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 177c3732feda607adcd07aefd8ecfd79c9f0bd53
refs/heads/master: d06b7b9e1fd5f2512840a687bd13b50caa42f82b
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/mwifiex/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ mwifiex_scan_create_channel_list(struct mwifiex_private *priv,

sband = priv->wdev->wiphy->bands[band];

for (i = 0; (i < sband->n_channels) ; i++, chan_idx++) {
for (i = 0; (i < sband->n_channels) ; i++) {
ch = &sband->channels[i];
if (ch->flags & IEEE80211_CHAN_DISABLED)
continue;
Expand Down Expand Up @@ -563,6 +563,7 @@ mwifiex_scan_create_channel_list(struct mwifiex_private *priv,
scan_chan_list[chan_idx].chan_scan_mode_bitmap
|= MWIFIEX_DISABLE_CHAN_FILT;
}
chan_idx++;
}

}
Expand Down

0 comments on commit c55cd24

Please sign in to comment.