Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111606
b: refs/heads/master
c: 3c93552
h: refs/heads/master
v: v3
  • Loading branch information
Zhu Yi authored and John W. Linville committed Sep 11, 2008
1 parent 8f7d27b commit caf4717
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a33c2f47bd4618b0483d5ec4c5bc793e6d02c1f7
refs/heads/master: 3c9355222cc521ca2e8c355a9b05e773900c5dc0
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/iwlwifi/iwl-4965.c
Original file line number Diff line number Diff line change
Expand Up @@ -1607,6 +1607,7 @@ static int iwl4965_send_rxon_assoc(struct iwl_priv *priv)
return ret;
}

#ifdef IEEE80211_CONF_CHANNEL_SWITCH
static int iwl4965_hw_channel_switch(struct iwl_priv *priv, u16 channel)
{
int rc;
Expand Down Expand Up @@ -1647,6 +1648,7 @@ static int iwl4965_hw_channel_switch(struct iwl_priv *priv, u16 channel)
rc = iwl_send_cmd_pdu(priv, REPLY_CHANNEL_SWITCH, sizeof(cmd), &cmd);
return rc;
}
#endif

static int iwl4965_shared_mem_rx_idx(struct iwl_priv *priv)
{
Expand Down

0 comments on commit caf4717

Please sign in to comment.