Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247273
b: refs/heads/master
c: 3e41de8
h: refs/heads/master
i:
  247271: f754cb6
v: v3
  • Loading branch information
Stanislaw Gruszka authored and John W. Linville committed Apr 29, 2011
1 parent 4ea416f commit 13890ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: a078a1fde11b350161e7db2c44353dfae7749212
refs/heads/master: 3e41de85f8e3419257df62dd6fe6bdd95a1fdcab
5 changes: 1 addition & 4 deletions trunk/drivers/net/wireless/iwlegacy/iwl-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,7 @@ int iwl_legacy_init_geos(struct iwl_priv *priv)
if (!iwl_legacy_is_channel_valid(ch))
continue;

if (iwl_legacy_is_channel_a_band(ch))
sband = &priv->bands[IEEE80211_BAND_5GHZ];
else
sband = &priv->bands[IEEE80211_BAND_2GHZ];
sband = &priv->bands[ch->band];

geo_ch = &sband->channels[sband->n_channels++];

Expand Down

0 comments on commit 13890ee

Please sign in to comment.