Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193693
b: refs/heads/master
c: d6bde7d
h: refs/heads/master
i:
  193691: 3ee4027
v: v3
  • Loading branch information
Johannes Berg authored and Reinette Chatre committed Mar 10, 2010
1 parent c4d054f commit a820283
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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: e99f168c7cc2f78c07c23250fe933362847cb3e0
refs/heads/master: d6bde7d9508f9ce9a5d57b1c0fa48f43fc5defa8
8 changes: 0 additions & 8 deletions trunk/drivers/net/wireless/iwlwifi/iwl-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1238,14 +1238,6 @@ void iwl_connection_init_rx_config(struct iwl_priv *priv, int mode)
if (!ch_info)
ch_info = &priv->channel_info[0];

/*
* in some case A channels are all non IBSS
* in this case force B/G channel
*/
if ((priv->iw_mode == NL80211_IFTYPE_ADHOC) &&
!(is_channel_ibss(ch_info)))
ch_info = &priv->channel_info[0];

priv->staging_rxon.channel = cpu_to_le16(ch_info->channel);
priv->band = ch_info->band;

Expand Down

0 comments on commit a820283

Please sign in to comment.