wireless: fix ipw warning; add is_broadcast_ether_addr() to linux/etherdevice.h

This commit is contained in:
Jeff Garzik
2005-06-28 01:46:35 -04:00
parent 2179a59db1
commit 9bd481f859
2 changed files with 7 additions and 1 deletions

View File

@@ -1170,7 +1170,7 @@ static int ipw_send_cmd(struct ipw_priv *priv, struct host_cmd *cmd)
HOST_COMPLETE_TIMEOUT);
if (rc == 0) {
IPW_DEBUG_INFO("Command completion failed out after %dms.\n",
HOST_COMPLETE_TIMEOUT / (HZ / 1000));
jiffies_to_msecs(HOST_COMPLETE_TIMEOUT));
priv->status &= ~STATUS_HCMD_ACTIVE;
return -EIO;
}