projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a33c2f4
)
iwlwifi: fix compile warning
author
Zhu Yi
<yi.zhu@intel.com>
Wed, 3 Sep 2008 03:26:57 +0000
(11:26 +0800)
committer
John W. Linville
<linville@tuxdriver.com>
Thu, 11 Sep 2008 19:53:31 +0000
(15:53 -0400)
The patch fixes compile warning for ‘iwl4965_hw_channel_switch’ defined
but not used.
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-4965.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/iwlwifi/iwl-4965.c
b/drivers/net/wireless/iwlwifi/iwl-4965.c
index d2569a271d6f25992ccbdaaefadf4b6b3bc76ba9..9838de5f436918762c0fafdca82102ea01993094 100644
(file)
--- a/
drivers/net/wireless/iwlwifi/iwl-4965.c
+++ b/
drivers/net/wireless/iwlwifi/iwl-4965.c
@@
-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;
@@
-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)
{