>>> Please try this one >>> >>> --- a/drivers/net/wireless/iwlwifi/iwl3945-base.c >>> +++ b/drivers/net/wireless/iwlwifi/iwl3945-base.c >>> @@ -3348,7 +3348,10 @@ static void >>> iwl3945_rx_scan_complete_notif(struct iwl3945_priv *priv, >>> >>> /* Remove this scanned band from the list >>> * of pending bands to scan */ >>> - priv->scan_bands--; >>> + if (priv->cfg->sku & IWL_SKU_A) >>> + priv->scan_bands--; >>> + else >>> + priv->scan_bands = 0; >>> >>> >> >> >> I tested this patch, and it fixes this issue, Thanks a lot. >> > Thanks a lot for helping resolve this. I will post an official patch. seems like a fix thats worth having in .26 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html