On Tue, Jun 24, 2008 at 10:47 PM, John W. Linville <linville@xxxxxxxxxxxxx> wrote: > On Wed, Jun 18, 2008 at 10:28:04AM +0200, drago01 wrote: >> >>> 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 > > Did I miss the official post of this patch? > > John It's queued in Yi's tree. Tomas. -- 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