diff options
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r-- | drivers/net/wireless/ipw2200.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ipw2200.c b/drivers/net/wireless/ipw2200.c index 5df203155aa3..6211438058de 100644 --- a/drivers/net/wireless/ipw2200.c +++ b/drivers/net/wireless/ipw2200.c | |||
@@ -4190,7 +4190,7 @@ static int ipw_best_network( | |||
4190 | /* Verify that this network's capability is compatible with the | 4190 | /* Verify that this network's capability is compatible with the |
4191 | * current mode (AdHoc or Infrastructure) */ | 4191 | * current mode (AdHoc or Infrastructure) */ |
4192 | if ((priv->ieee->iw_mode == IW_MODE_INFRA && | 4192 | if ((priv->ieee->iw_mode == IW_MODE_INFRA && |
4193 | !(network->capability & WLAN_CAPABILITY_BSS)) || | 4193 | !(network->capability & WLAN_CAPABILITY_ESS)) || |
4194 | (priv->ieee->iw_mode == IW_MODE_ADHOC && | 4194 | (priv->ieee->iw_mode == IW_MODE_ADHOC && |
4195 | !(network->capability & WLAN_CAPABILITY_IBSS))) { | 4195 | !(network->capability & WLAN_CAPABILITY_IBSS))) { |
4196 | IPW_DEBUG_ASSOC("Network '%s (" MAC_FMT ")' excluded due to " | 4196 | IPW_DEBUG_ASSOC("Network '%s (" MAC_FMT ")' excluded due to " |