diff options
Diffstat (limited to 'drivers/net/wireless/ipw2200.c')
-rw-r--r-- | drivers/net/wireless/ipw2200.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/drivers/net/wireless/ipw2200.c b/drivers/net/wireless/ipw2200.c index 0e47b23605f9..cd034b79bc9d 100644 --- a/drivers/net/wireless/ipw2200.c +++ b/drivers/net/wireless/ipw2200.c | |||
@@ -462,7 +462,7 @@ static inline void ipw_disable_interrupts(struct ipw_priv *priv) | |||
462 | ipw_write32(priv, IPW_INTA_MASK_R, ~IPW_INTA_MASK_ALL); | 462 | ipw_write32(priv, IPW_INTA_MASK_R, ~IPW_INTA_MASK_ALL); |
463 | } | 463 | } |
464 | 464 | ||
465 | #ifdef CONFIG_IPW_DEBUG | 465 | #ifdef CONFIG_IPW2200_DEBUG |
466 | static char *ipw_error_desc(u32 val) | 466 | static char *ipw_error_desc(u32 val) |
467 | { | 467 | { |
468 | switch (val) { | 468 | switch (val) { |
@@ -1235,7 +1235,7 @@ static ssize_t store_scan_age(struct device *d, struct device_attribute *attr, | |||
1235 | const char *buf, size_t count) | 1235 | const char *buf, size_t count) |
1236 | { | 1236 | { |
1237 | struct ipw_priv *priv = dev_get_drvdata(d); | 1237 | struct ipw_priv *priv = dev_get_drvdata(d); |
1238 | #ifdef CONFIG_IPW_DEBUG | 1238 | #ifdef CONFIG_IPW2200_DEBUG |
1239 | struct net_device *dev = priv->net_dev; | 1239 | struct net_device *dev = priv->net_dev; |
1240 | #endif | 1240 | #endif |
1241 | char buffer[] = "00000000"; | 1241 | char buffer[] = "00000000"; |
@@ -1754,7 +1754,7 @@ static void ipw_irq_tasklet(struct ipw_priv *priv) | |||
1754 | IPW_ERROR("Firmware error detected. Restarting.\n"); | 1754 | IPW_ERROR("Firmware error detected. Restarting.\n"); |
1755 | if (priv->error) { | 1755 | if (priv->error) { |
1756 | IPW_ERROR("Sysfs 'error' log already exists.\n"); | 1756 | IPW_ERROR("Sysfs 'error' log already exists.\n"); |
1757 | #ifdef CONFIG_IPW_DEBUG | 1757 | #ifdef CONFIG_IPW2200_DEBUG |
1758 | if (ipw_debug_level & IPW_DL_FW_ERRORS) { | 1758 | if (ipw_debug_level & IPW_DL_FW_ERRORS) { |
1759 | struct ipw_fw_error *error = | 1759 | struct ipw_fw_error *error = |
1760 | ipw_alloc_error_log(priv); | 1760 | ipw_alloc_error_log(priv); |
@@ -1770,7 +1770,7 @@ static void ipw_irq_tasklet(struct ipw_priv *priv) | |||
1770 | else | 1770 | else |
1771 | IPW_ERROR("Error allocating sysfs 'error' " | 1771 | IPW_ERROR("Error allocating sysfs 'error' " |
1772 | "log.\n"); | 1772 | "log.\n"); |
1773 | #ifdef CONFIG_IPW_DEBUG | 1773 | #ifdef CONFIG_IPW2200_DEBUG |
1774 | if (ipw_debug_level & IPW_DL_FW_ERRORS) | 1774 | if (ipw_debug_level & IPW_DL_FW_ERRORS) |
1775 | ipw_dump_error_log(priv, priv->error); | 1775 | ipw_dump_error_log(priv, priv->error); |
1776 | #endif | 1776 | #endif |
@@ -3778,7 +3778,7 @@ static const struct ipw_status_code ipw_status_codes[] = { | |||
3778 | {0x2E, "Cipher suite is rejected per security policy"}, | 3778 | {0x2E, "Cipher suite is rejected per security policy"}, |
3779 | }; | 3779 | }; |
3780 | 3780 | ||
3781 | #ifdef CONFIG_IPW_DEBUG | 3781 | #ifdef CONFIG_IPW2200_DEBUG |
3782 | static const char *ipw_get_status_code(u16 status) | 3782 | static const char *ipw_get_status_code(u16 status) |
3783 | { | 3783 | { |
3784 | int i; | 3784 | int i; |
@@ -4250,7 +4250,7 @@ static inline void ipw_rx_notification(struct ipw_priv *priv, | |||
4250 | if (priv-> | 4250 | if (priv-> |
4251 | status & (STATUS_ASSOCIATED | | 4251 | status & (STATUS_ASSOCIATED | |
4252 | STATUS_AUTH)) { | 4252 | STATUS_AUTH)) { |
4253 | #ifdef CONFIG_IPW_DEBUG | 4253 | #ifdef CONFIG_IPW2200_DEBUG |
4254 | struct notif_authenticate *auth | 4254 | struct notif_authenticate *auth |
4255 | = ¬if->u.auth; | 4255 | = ¬if->u.auth; |
4256 | IPW_DEBUG(IPW_DL_NOTIF | | 4256 | IPW_DEBUG(IPW_DL_NOTIF | |
@@ -5827,7 +5827,7 @@ static void ipw_bg_adhoc_check(void *data) | |||
5827 | up(&priv->sem); | 5827 | up(&priv->sem); |
5828 | } | 5828 | } |
5829 | 5829 | ||
5830 | #ifdef CONFIG_IPW_DEBUG | 5830 | #ifdef CONFIG_IPW2200_DEBUG |
5831 | static void ipw_debug_config(struct ipw_priv *priv) | 5831 | static void ipw_debug_config(struct ipw_priv *priv) |
5832 | { | 5832 | { |
5833 | IPW_DEBUG_INFO("Scan completed, no valid APs matched " | 5833 | IPW_DEBUG_INFO("Scan completed, no valid APs matched " |
@@ -7814,7 +7814,7 @@ static void ipw_rx(struct ipw_priv *priv) | |||
7814 | 7814 | ||
7815 | while (i != r) { | 7815 | while (i != r) { |
7816 | rxb = priv->rxq->queue[i]; | 7816 | rxb = priv->rxq->queue[i]; |
7817 | #ifdef CONFIG_IPW_DEBUG | 7817 | #ifdef CONFIG_IPW2200_DEBUG |
7818 | if (unlikely(rxb == NULL)) { | 7818 | if (unlikely(rxb == NULL)) { |
7819 | printk(KERN_CRIT "Queue not allocated!\n"); | 7819 | printk(KERN_CRIT "Queue not allocated!\n"); |
7820 | break; | 7820 | break; |
@@ -10955,7 +10955,7 @@ static int ipw_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent) | |||
10955 | 10955 | ||
10956 | priv->net_dev = net_dev; | 10956 | priv->net_dev = net_dev; |
10957 | priv->pci_dev = pdev; | 10957 | priv->pci_dev = pdev; |
10958 | #ifdef CONFIG_IPW_DEBUG | 10958 | #ifdef CONFIG_IPW2200_DEBUG |
10959 | ipw_debug_level = debug; | 10959 | ipw_debug_level = debug; |
10960 | #endif | 10960 | #endif |
10961 | spin_lock_init(&priv->lock); | 10961 | spin_lock_init(&priv->lock); |